aboutsummaryrefslogtreecommitdiff
path: root/databases/py-mysql2pgsql
Commit message (Collapse)AuthorAgeFilesLines
* - Remove easy_install dependencyMarcus von Appen2014-06-211-3/+2
| | | | | | | | | | - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Notes: svn path=/head/; revision=358663
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* databases/py-mysql2pgsql: Fix argparse dependencyKubilay Kocak2013-12-052-1/+28
| | | | | | | | | | | | | | | | | | argparse was missing from this ports RUN_DEPENDS, causing errors on imports. argparse is avaiilable in the Python 2.7 and 3.2+ standard libraries so patch setup.py to only require it for those versions. Patch has been committed upstream and won't be necessary for the next release. While I'm here, enable STAGE support. PR: ports/183477 Submitted by: koobs Approved by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer) Notes: svn path=/head/; revision=335660
* databases/py-mysql2pgsql: Fix build, Enable AUTOPLIST supportKubilay Kocak2013-10-243-55/+14
| | | | | | | | | | | | | | | | | - Use DISTNAME to match upstream name - Remove DIST_SUBDIR - Update COMMENT - Add pytz to RUN_DEPENDS - Set USE_PYTHON to 2.7 only - Enable AUTOPLIST support and delete pkg-plist accordingly - Re-order Makefile and whitespace align PR: ports/181981 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer) Approved by: maintainer Notes: svn path=/head/; revision=331483
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Tool for migrating/converting from mysql to postgresql.Ruslan Makhmatkhanov2012-09-134-0/+77
WWW: http://packages.python.org/py-mysql2pgsql/ PR: 169643 Submitted by: Volodymyr Kostyrko <c.kworr at gmail dot com> Notes: svn path=/head/; revision=304182