Commit graph

7 commits

Author SHA1 Message Date
Marcus von Appen
e1555011ab - Convert ports from databases/ and deskutils/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-19 08:50:17 +00:00
Marcus von Appen
5efeb85db2 - Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-21 06:16:02 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Kubilay Kocak
79617def64 databases/py-mysql2pgsql: Fix argparse dependency
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)
2013-12-05 11:39:38 +00:00
Kubilay Kocak
4b9525041e databases/py-mysql2pgsql: Fix build, Enable AUTOPLIST support
- 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
2013-10-24 13:02:54 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Ruslan Makhmatkhanov
49315f667f Tool for migrating/converting from mysql to postgresql.
WWW: http://packages.python.org/py-mysql2pgsql/

PR:		169643
Submitted by:	Volodymyr Kostyrko <c.kworr at gmail dot com>
2012-09-13 07:12:30 +00:00