Re: FreeBSD python patch for devel/py-aspects
On Sun, Nov 24, 2013 at 07:16:58PM +0100, Marcus von Appen wrote: > Dear maintainer of devel/py-aspects, > > the FreeBSD python team is currently cleaning up the python ports > infrastructure in order to get rid of the implicit lang/python > build and run-time dependency for ports. This is done to prepare > the ports tree for building packages for multiple python versions > at the same time. > > Your port devel/py-aspects uses the `python` command directly at > build and/or installation time. In order to avoid this, we created > a patch to let the port use a specific python version instead. > > http://people.freebsd.org/~mva/python/py-aspects.diff > > We would appreciate, if you could briefly review the patch and > either commit it yourself or allow us to commit it. In order to > move forward, please let us know in one way or another until the > > 1st of December 2013 (2013-12-01) > > If we do not get any reply until that date, we will commit the > patch. > > Thanks > Marcus (on behalf of python@) Hi, Applied in r335155. Thanks! Regards -- Sofian Brabez pgpHyR2z_wNgt.pgp Description: PGP signature
Re: ports/183985: [PATCH] science/py-pydap: update to 3.1.1
Synopsis: [PATCH] science/py-pydap: update to 3.1.1 Responsible-Changed-From-To: freebsd-python->wg Responsible-Changed-By: wg Responsible-Changed-When: Fri Nov 29 11:38:16 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=183985 ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: FreeBSD python patch for devel/zookeeper
On Nov 24, 2013, at 13:28 , Marcus von Appen wrote: > Dear maintainer of devel/zookeeper, > > the FreeBSD python team is currently cleaning up the python ports > infrastructure in order to get rid of the implicit lang/python > build and run-time dependency for ports. This is done to prepare > the ports tree for building packages for multiple python versions > at the same time. > > Your port devel/zookeeper uses the `python` command directly at > build and/or installation time. In order to avoid this, we created > a patch to let the port use a specific python version instead. > > http://people.freebsd.org/~mva/python/zookeeper.diff > > We would appreciate, if you could briefly review the patch and > either commit it yourself or allow us to commit it. In order to > move forward, please let us know in one way or another until the > > 1st of December 2013 (2013-12-01) > > If we do not get any reply until that date, we will commit the > patch. > > Thanks > Marcus (on behalf of python@) Apologies. Please commit this. Thanks, George signature.asc Description: Message signed with OpenPGP using GPGMail
Re: livestreamer port; anyone want to help porting python-librtmp?
On Thu, Nov 28, 2013 at 10:42:18PM -0200, William Grzybowski wrote: > On Thu, Nov 28, 2013 at 9:57 PM, William Grzybowski > wrote: > > Hi, > > > > I can do it, give me a day or so ;) > > > Actually, done! :) > > Your livestreamer port looks OK at a quick glance, you can remove > NO_STAGE, python ports are stage ready. > Thanx! Turns out tho python-librtmp needs python singledispatch too: https://pypi.python.org/pypi/singledispatch Preliminary port: http://people.freebsd.org/~nox/tmp/py-singledispatch.shar And I updated the livestreamer shar too: http://people.freebsd.org/~nox/tmp/livestreamer.shar Index: multimedia/py-librtmp/Makefile === --- multimedia/py-librtmp/Makefile (revision 335161) +++ multimedia/py-librtmp/Makefile (working copy) @@ -15,6 +15,7 @@ LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:${PORTSDIR}/devel/py-cffi +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:${PORTSDIR}/devel/py-singledispatch CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Does this look ok to commit? Thanx again, :) Juergen PS: With these livestreamer plays rtmp ustream links too so you can watch say NASA TV: livestreamer http://www.ustream.tv/channel/nasa-hd-tv (to list the available streams) livestreamer http://www.ustream.tv/channel/nasa-hd-tv 360p (to play one of them in vlc, or:) livestreamer -p mplayer http://www.ustream.tv/channel/nasa-hd-tv 360p (to play the same in mplayer.) ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: ports/181992: New port: textproc/py-pdfminer PDF parser and analyzer
Synopsis: New port: textproc/py-pdfminer PDF parser and analyzer Responsible-Changed-From-To: freebsd-python->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Fri Nov 29 18:55:44 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=181992 ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: livestreamer port; anyone want to help porting python-librtmp?
Hi, yes, it is looking good. On Fri, Nov 29, 2013 at 4:07 PM, Juergen Lock wrote: > On Thu, Nov 28, 2013 at 10:42:18PM -0200, William Grzybowski wrote: >> On Thu, Nov 28, 2013 at 9:57 PM, William Grzybowski >> wrote: >> > Hi, >> > >> > I can do it, give me a day or so ;) >> >> >> Actually, done! :) >> >> Your livestreamer port looks OK at a quick glance, you can remove >> NO_STAGE, python ports are stage ready. >> > Thanx! > > Turns out tho python-librtmp needs python singledispatch too: > > https://pypi.python.org/pypi/singledispatch > > Preliminary port: > > http://people.freebsd.org/~nox/tmp/py-singledispatch.shar > > And I updated the livestreamer shar too: > > http://people.freebsd.org/~nox/tmp/livestreamer.shar > > Index: multimedia/py-librtmp/Makefile > === > --- multimedia/py-librtmp/Makefile (revision 335161) > +++ multimedia/py-librtmp/Makefile (working copy) > @@ -15,6 +15,7 @@ > > LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:${PORTSDIR}/devel/py-cffi > +RUN_DEPENDS= > ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:${PORTSDIR}/devel/py-singledispatch > > CFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > > Does this look ok to commit? > > Thanx again, :) > Juergen > > PS: With these livestreamer plays rtmp ustream links too so you can > watch say NASA TV: > > livestreamer http://www.ustream.tv/channel/nasa-hd-tv > > (to list the available streams) > > livestreamer http://www.ustream.tv/channel/nasa-hd-tv 360p > > (to play one of them in vlc, or:) > > livestreamer -p mplayer http://www.ustream.tv/channel/nasa-hd-tv 360p > > (to play the same in mplayer.) -- William Grzybowski -- Curitiba/PR - Brasil ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: livestreamer port; anyone want to help porting python-librtmp?
On Fri, Nov 29, 2013 at 05:17:55PM -0200, William Grzybowski wrote: > Hi, Hi! > > yes, it is looking good. > Thanx, committed. (I also moved PKGNAMEPREFIX one line up in multimedia/py-librtmp/Makefile to pet portlint, hope that's ok. :) Juergen > On Fri, Nov 29, 2013 at 4:07 PM, Juergen Lock wrote: > > On Thu, Nov 28, 2013 at 10:42:18PM -0200, William Grzybowski wrote: > >> On Thu, Nov 28, 2013 at 9:57 PM, William Grzybowski > >> wrote: > >> > Hi, > >> > > >> > I can do it, give me a day or so ;) > >> > >> > >> Actually, done! :) > >> > >> Your livestreamer port looks OK at a quick glance, you can remove > >> NO_STAGE, python ports are stage ready. > >> > > Thanx! > > > > Turns out tho python-librtmp needs python singledispatch too: > > > > https://pypi.python.org/pypi/singledispatch > > > > Preliminary port: > > > > http://people.freebsd.org/~nox/tmp/py-singledispatch.shar > > > > And I updated the livestreamer shar too: > > > > http://people.freebsd.org/~nox/tmp/livestreamer.shar > > > > Index: multimedia/py-librtmp/Makefile > > === > > --- multimedia/py-librtmp/Makefile (revision 335161) > > +++ multimedia/py-librtmp/Makefile (working copy) > > @@ -15,6 +15,7 @@ > > > > LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:${PORTSDIR}/devel/py-cffi > > +RUN_DEPENDS= > > ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:${PORTSDIR}/devel/py-singledispatch > > > > CFLAGS+= -I${LOCALBASE}/include > > LDFLAGS+= -L${LOCALBASE}/lib > > > > Does this look ok to commit? > > > > Thanx again, :) > > Juergen > > > > PS: With these livestreamer plays rtmp ustream links too so you can > > watch say NASA TV: > > > > livestreamer http://www.ustream.tv/channel/nasa-hd-tv > > > > (to list the available streams) > > > > livestreamer http://www.ustream.tv/channel/nasa-hd-tv 360p > > > > (to play one of them in vlc, or:) > > > > livestreamer -p mplayer http://www.ustream.tv/channel/nasa-hd-tv > > 360p > > > > (to play the same in mplayer.) > > > > -- > William Grzybowski > -- > Curitiba/PR - Brasil ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: livestreamer port; anyone want to help porting python-librtmp?
2013/11/29 Juergen Lock : > On Thu, Nov 28, 2013 at 10:42:18PM -0200, William Grzybowski wrote: >> On Thu, Nov 28, 2013 at 9:57 PM, William Grzybowski >> wrote: >> > Hi, >> > >> > I can do it, give me a day or so ;) >> >> >> Actually, done! :) >> >> Your livestreamer port looks OK at a quick glance, you can remove >> NO_STAGE, python ports are stage ready. >> > Thanx! > > Turns out tho python-librtmp needs python singledispatch too: > > https://pypi.python.org/pypi/singledispatch > > Preliminary port: > > http://people.freebsd.org/~nox/tmp/py-singledispatch.shar > > And I updated the livestreamer shar too: > > http://people.freebsd.org/~nox/tmp/livestreamer.shar > > Index: multimedia/py-librtmp/Makefile > === > --- multimedia/py-librtmp/Makefile (revision 335161) > +++ multimedia/py-librtmp/Makefile (working copy) > @@ -15,6 +15,7 @@ > > LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:${PORTSDIR}/devel/py-cffi > +RUN_DEPENDS= > ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:${PORTSDIR}/devel/py-singledispatch > > CFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > > Does this look ok to commit? > > Thanx again, :) > Juergen > > PS: With these livestreamer plays rtmp ustream links too so you can > watch say NASA TV: > > livestreamer http://www.ustream.tv/channel/nasa-hd-tv > > (to list the available streams) > > livestreamer http://www.ustream.tv/channel/nasa-hd-tv 360p > > (to play one of them in vlc, or:) > > livestreamer -p mplayer http://www.ustream.tv/channel/nasa-hd-tv 360p > > (to play the same in mplayer.) > ___ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org" Myself, I'm working on py-librtmp (before split of multimedia/rtmpdump). Singledispatch is only needed for Python < 3.4.0. Here my ports: - devel/py-cffi http://code.google.com/p/olivier-freebsd-ports/source/browse/devel/py-cffi/ - devel/py-singledispatch http://code.google.com/p/olivier-freebsd-ports/source/browse/devel/py-singledispatch/ - multimedia/py-librtmp http://code.google.com/p/olivier-freebsd-ports/source/browse/multimedia/py-librtmp/ Regards -- olivier ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: livestreamer port; anyone want to help porting python-librtmp?
On Fri, Nov 29, 2013 at 09:29:19PM +0100, Olivier Duchateau wrote: > 2013/11/29 Juergen Lock : > > On Thu, Nov 28, 2013 at 10:42:18PM -0200, William Grzybowski wrote: > >> On Thu, Nov 28, 2013 at 9:57 PM, William Grzybowski > >> wrote: > >> > Hi, > >> > > >> > I can do it, give me a day or so ;) > >> > >> > >> Actually, done! :) > >> > >> Your livestreamer port looks OK at a quick glance, you can remove > >> NO_STAGE, python ports are stage ready. > >> > > Thanx! > > > > Turns out tho python-librtmp needs python singledispatch too: > > > > https://pypi.python.org/pypi/singledispatch > > > > Preliminary port: > > > > http://people.freebsd.org/~nox/tmp/py-singledispatch.shar > > > > And I updated the livestreamer shar too: > > > > http://people.freebsd.org/~nox/tmp/livestreamer.shar > > > > Index: multimedia/py-librtmp/Makefile > > === > > --- multimedia/py-librtmp/Makefile (revision 335161) > > +++ multimedia/py-librtmp/Makefile (working copy) > > @@ -15,6 +15,7 @@ > > > > LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:${PORTSDIR}/devel/py-cffi > > +RUN_DEPENDS= > > ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:${PORTSDIR}/devel/py-singledispatch > > > > CFLAGS+= -I${LOCALBASE}/include > > LDFLAGS+= -L${LOCALBASE}/lib > > > > Does this look ok to commit? > > > > Thanx again, :) > > Juergen > > > > PS: With these livestreamer plays rtmp ustream links too so you can > > watch say NASA TV: > > > > livestreamer http://www.ustream.tv/channel/nasa-hd-tv > > > > (to list the available streams) > > > > livestreamer http://www.ustream.tv/channel/nasa-hd-tv 360p > > > > (to play one of them in vlc, or:) > > > > livestreamer -p mplayer http://www.ustream.tv/channel/nasa-hd-tv > > 360p > > > > (to play the same in mplayer.) > > ___ > > freebsd-python@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-python > > To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org" > > Myself, I'm working on py-librtmp (before split of > multimedia/rtmpdump). Singledispatch is only needed for Python < > 3.4.0. > > Here my ports: > > - devel/py-cffi > http://code.google.com/p/olivier-freebsd-ports/source/browse/devel/py-cffi/ > - devel/py-singledispatch > http://code.google.com/p/olivier-freebsd-ports/source/browse/devel/py-singledispatch/ > - multimedia/py-librtmp > http://code.google.com/p/olivier-freebsd-ports/source/browse/multimedia/py-librtmp/ > > Regards > Hm your singledispatch version looks more complete than mine so feel free to update/replace it. (Tho maybe you can use PYDISTUTILS_AUTOPLIST too to get rid of pkg-plist, and NO_STAGE may also no be longer needed?) Thanx! :) Juergen PS: I'll leave wg@ to decide about the other two ports that he committed... ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Fwd: [REL - 10i386-default][games/py-fife] Failed for fife-0.3.4 in build
-- Forwarded message -- From: Date: 2013/11/30 Subject: [REL - 10i386-default][games/py-fife] Failed for fife-0.3.4 in build To: fiziolo...@gmail.com Cc: pkg-fall...@freebsd.org You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: fiziolo...@gmail.com Last committer: b...@freebsd.org Ident: $FreeBSD: head/games/py-fife/Makefile 327730 2013-09-20 17:36:33Z bapt $ Log URL: http://beefy1.isc.freebsd.org/bulk/10i386-default/2013-11-29_14h37m35s/logs/fife-0.3.4.log Build URL: http://beefy1.isc.freebsd.org/bulk/10i386-default/2013-11-29_14h37m35s Log: >> Building games/py-fife build started at Fri Nov 29 20:48:14 UTC 2013 port directory: /usr/ports/games/py-fife building for: FreeBSD 10i386-default-job-24 10.0-BETA1 FreeBSD 10.0-BETA1 r256420 i386 maintained by: fiziolo...@gmail.com Makefile ident: $FreeBSD: head/games/py-fife/Makefile 327730 2013-09-20 17:36:33Z bapt $ Poudriere version: 3.1-pre ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=1000500 UNAME_v=FreeBSD 10.0-BETA1 r256420 UNAME_r=10.0-BETA1 BLOCKSIZE=K MAIL=/var/mail/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin STATUS=1 MASTERMNT=/usr/local/poudriere/data/build/10i386-default/ref PKG_EXT=txz tpid=44159 POUDRIERE_BUILD_TYPE=bulk PKGNG=1 PKGNAME=fife-0.3.4 PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f PKG_ADD=/usr/local/sbin/pkg-static add PWD=/root MASTERNAME=10i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes PKG_VERSION=/poudriere/pkg-static version PKG_BIN=/usr/local/sbin/pkg-static ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- TMPDIR="/tmp" PYTHON="/usr/local/bin/python2.7" SDL_CONFIG=/usr/local/bin/sdl-config PKG_CONFIG=pkgconf SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- TMPDIR="/tmp" SDL_CONFIG=/usr/local/bin/sdl-config SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/fife DOCSDIR=/usr/local/share/doc/fife EXAMPLESDIR=/usr/local/share/examples/fife WWWDIR=/usr/local/www/fife ETCDIR=/usr/local/etc/fife --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles /usr/local/etc/poudriere.d/make.conf WITH_PKGNG=yes NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- ===> Cleaning for fife-0.3.4 === === === ===> fife-0.3.4 depends on file: /usr/local/sbin/pkg - not found ===>Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.2.1.txz Installing pkg-1.2.1... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of fife-0.3.4 === === === === ===> Fetching all distfiles required by fife-0.3.4 for building === === ===> Fetching all distfiles required by fife-0.3.4 for building => SHA256 Checksum OK for fife_0.3.4.tar.gz. => SHA256 Checksum OK for fife_0.3.4_demos.tar.gz. => SHA256 Checksum OK for fife_0.3.4_tools.tar.gz. === === === === ===> Fetching all distfiles required by fife-0.3.4 for building ===> Extracting for fife-0.3.4 => SHA256 Checksum OK for fife_0.3.4.tar.gz. => SHA256 Checksum OK for fife_0.3.4_demos.tar.gz. => SHA256 Checksum OK for fife_0.3.4_tools.tar.gz. === ===
Re: ports/179558: Using portupgrade to (forcefully) upgrade devel/py-distribute makes /usr/local/bin/easy_install disappear
Synopsis: Using portupgrade to (forcefully) upgrade devel/py-distribute makes /usr/local/bin/easy_install disappear State-Changed-From-To: open->closed State-Changed-By: mva State-Changed-When: Fri Nov 29 21:54:57 UTC 2013 State-Changed-Why: py-distribute was removed from the tree, which makes this issue obsolete Thanks for reporting this, though. http://www.freebsd.org/cgi/query-pr.cgi?pr=179558 ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: ports/180422: New port: www/py-django-simple-captcha
Synopsis: New port: www/py-django-simple-captcha Responsible-Changed-From-To: freebsd-python->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Fri Nov 29 21:59:26 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=180422 ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: ports/183477: [patch] databases/py-mysql2pgsql dependency fix
The following reply was made to PR ports/183477; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, kozlov.sergey@gmail.com Cc: Volodymyr Kostyrko Subject: Re: ports/183477: [patch] databases/py-mysql2pgsql dependency fix Date: Sat, 30 Nov 2013 16:42:53 +1100 This is a multi-part message in MIME format. --000303040002040807080300 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Volodymyr is correct, argparse is part of the standard library in 2.7 and 3.2+, and py-mysql2pgsql is *incorrectly* including argparse unconditionally in install_requires. I have just committed a fix to the devel/py-tox port [1], to correctly model the conditional inclusion of argparse based on Python version, that the tox authors correctly specify in their setup.py [2] after a similar bug report [3] [1] http://svnweb.freebsd.org/ports?view=revision&revision=335263 [2] https://bitbucket.org/hpk42/tox/diff/setup.py?diff2=f20abdbeb930&at=default [3] https://bitbucket.org/hpk42/tox/issue/5 I have attached a patch to pymysql2pgsql to do the same, I suggest someone open an issue or submit a Pull Request, so it is fixed upstream: https://github.com/philipsoutham/py-mysql2pgsql/ --000303040002040807080300 Content-Type: text/plain; charset=windows-1252; name="py-mysql2pgsql-argparse-fix.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="py-mysql2pgsql-argparse-fix.patch" SW5kZXg6IGZpbGVzL3BhdGNoLXNldHVwLnB5Cj09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIGZpbGVzL3Bh dGNoLXNldHVwLnB5CShyZXZpc2lvbiAwKQorKysgZmlsZXMvcGF0Y2gtc2V0dXAucHkJKHdv cmtpbmcgY29weSkKQEAgLTAsMCArMSwyMCBAQAorLS0tIC4vc2V0dXAucHkub3JpZwkyMDEz LTExLTMwIDE2OjMzOjA0LjkxNzM2NDgwMyArMTEwMAorKysrIC4vc2V0dXAucHkJMjAxMy0x MS0zMCAxNjozMzozNS45ODI2MTM2NTUgKzExMDAKK0BAIC01LDEzICs1LDE1IEBACisgICAg ICdteXNxbC1weXRob24+PTEuMi4zJywgCisgICAgICdwc3ljb3BnMj49Mi40LjInLAorICAg ICAncHl5YW1sPj0zLjEwLjAnLAorLSAgICAnYXJncGFyc2UnLAorICAgICAncHl0eicsCisg XQorIAorIGlmIG9zLm5hbWUgPT0gJ3Bvc2l4JzoKKyAgICAgaW5zdGFsbF9yZXF1aXJlcy5h cHBlbmQoJ3Rlcm1jb2xvcj49MS4xLjAnKQorLSAgICAKKysKKytpZiB2ZXJzaW9uIDwgKDIs Nykgb3IgKDMsMCkgPD0gdmVyc2lvbiA8PSAoMywxKToKKysgICAgaW5zdGFsbF9yZXF1aXJl cyArPSBbJ2FyZ3BhcnNlJ10KKysKKyBzZXR1cCgKKyAgICAgbmFtZT0ncHktbXlzcWwycGdz cWwnLAorICAgICB2ZXJzaW9uPScwLjEuNicsCgpQcm9wZXJ0eSBjaGFuZ2VzIG9uOiBmaWxl cy9wYXRjaC1zZXR1cC5weQpfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCkFkZGVkOiBzdm46bWltZS10eXBlCiMj IC0wLDAgKzEgIyMKK3RleHQvcGxhaW4KXCBObyBuZXdsaW5lIGF0IGVuZCBvZiBwcm9wZXJ0 eQpBZGRlZDogc3ZuOmtleXdvcmRzCiMjIC0wLDAgKzEgIyMKK0ZyZWVCU0Q9JUgKXCBObyBu ZXdsaW5lIGF0IGVuZCBvZiBwcm9wZXJ0eQpBZGRlZDogZmJzZDpub2tleXdvcmRzCiMjIC0w LDAgKzEgIyMKK3llcwpcIE5vIG5ld2xpbmUgYXQgZW5kIG9mIHByb3BlcnR5CkFkZGVkOiBz dm46ZW9sLXN0eWxlCiMjIC0wLDAgKzEgIyMKK25hdGl2ZQpcIE5vIG5ld2xpbmUgYXQgZW5k IG9mIHByb3BlcnR5Cg== --000303040002040807080300-- ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"