<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/py-mysql2pgsql, branch 2016Q3</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2016Q3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2016Q3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2016-04-01T14:00:51Z</updated>
<entry>
<title>Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.</title>
<updated>2016-04-01T14:00:51Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-04-01T14:00:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4e1b79a0a61f4973df8b4b0864d22086c769e219'/>
<id>urn:sha1:4e1b79a0a61f4973df8b4b0864d22086c769e219</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, the</title>
<updated>2015-12-08T09:04:59Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2015-12-08T09:04:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3f84c4ba7dc6f8f0f65b4b76f6b3a0f6faba2285'/>
<id>urn:sha1:3f84c4ba7dc6f8f0f65b4b76f6b3a0f6faba2285</id>
<content type='text'>
framework already sets a unique DISTNAME.

With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Update ports in the [bcd]* categories to not use GH_COMMIT.</title>
<updated>2015-05-06T15:16:53Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2015-05-06T15:16:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c6457ffef432e7f18fbdf8194ed4d1993763454a'/>
<id>urn:sha1:c6457ffef432e7f18fbdf8194ed4d1993763454a</id>
<content type='text'>
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>- Convert ports from databases/ and deskutils/ to new USES=python</title>
<updated>2014-10-19T08:50:17Z</updated>
<author>
<name>Marcus von Appen</name>
<email>mva@FreeBSD.org</email>
</author>
<published>2014-10-19T08:50:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e1555011ab42870150513585c13b3a273e4bf53b'/>
<id>urn:sha1:e1555011ab42870150513585c13b3a273e4bf53b</id>
<content type='text'>
Approved by:	portmgr (implicit)
</content>
</entry>
<entry>
<title>- Remove easy_install dependency</title>
<updated>2014-06-21T06:16:02Z</updated>
<author>
<name>Marcus von Appen</name>
<email>mva@FreeBSD.org</email>
</author>
<published>2014-06-21T06:16:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5efeb85db2cc17615b9da5f2e381450f4b8c05b0'/>
<id>urn:sha1:5efeb85db2cc17615b9da5f2e381450f4b8c05b0</id>
<content type='text'>
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
</content>
</entry>
<entry>
<title>Python cleanup:</title>
<updated>2014-01-13T21:00:02Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2014-01-13T21:00:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=50f8eaece13e14735ce71c2c22f8aac07f7cd50a'/>
<id>urn:sha1:50f8eaece13e14735ce71c2c22f8aac07f7cd50a</id>
<content type='text'>
- USE_PYTHON* = 2.X -&gt; USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -&gt; USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
</content>
</entry>
<entry>
<title>databases/py-mysql2pgsql: Fix argparse dependency</title>
<updated>2013-12-05T11:39:38Z</updated>
<author>
<name>Kubilay Kocak</name>
<email>koobs@FreeBSD.org</email>
</author>
<published>2013-12-05T11:39:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=79617def647aff9812ff7d009cd1892de569c50a'/>
<id>urn:sha1:79617def647aff9812ff7d009cd1892de569c50a</id>
<content type='text'>
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 &lt;c.kworr@gmail.com&gt; (maintainer)
</content>
</entry>
<entry>
<title>databases/py-mysql2pgsql: Fix build, Enable AUTOPLIST support</title>
<updated>2013-10-24T13:02:54Z</updated>
<author>
<name>Kubilay Kocak</name>
<email>koobs@FreeBSD.org</email>
</author>
<published>2013-10-24T13:02:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4b9525041e7ae14018067da5058f525274420eb2'/>
<id>urn:sha1:4b9525041e7ae14018067da5058f525274420eb2</id>
<content type='text'>
- 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 &lt;c.kworr@gmail.com&gt; (maintainer)
Approved by:	maintainer
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: databases)</title>
<updated>2013-09-20T16:13:47Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T16:13:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=36117d709704f772dbc3d305cda6923741791598'/>
<id>urn:sha1:36117d709704f772dbc3d305cda6923741791598</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tool for migrating/converting from mysql to postgresql.</title>
<updated>2012-09-13T07:12:30Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2012-09-13T07:12:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=49315f667f56e128a39d661e05266e93b8d3ba55'/>
<id>urn:sha1:49315f667f56e128a39d661e05266e93b8d3ba55</id>
<content type='text'>
WWW: http://packages.python.org/py-mysql2pgsql/

PR:		169643
Submitted by:	Volodymyr Kostyrko &lt;c.kworr at gmail dot com&gt;
</content>
</entry>
</feed>
