Re: ports/183033: databases/py-swift: update to 1.9.1
The following reply was made to PR ports/183033; it has been noted by GNATS. From: Gea-Suan Lin To: bug-follo...@freebsd.org Cc: gs...@gslin.org Subject: Re: ports/183033: databases/py-swift: update to 1.9.1 Date: Tue, 22 Oct 2013 17:47:19 +0800 Thanks, please commit it. On Wed, Oct 16, 2013 at 08:00:10PM +, Edwin Groothuis wrote: > Maintainer of databases/py-swift, > > Please note that PR ports/183033 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183033 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > ed...@freebsd.org -- * Gea-Suan Lin (public key: Using https://keyserver.pgp.com/ to search) * If you cannot convince them, confuse them. -- Harry S Truman ___ 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/182200: mail/pyzor: missing dependency databases/py-gdbm
Synopsis: mail/pyzor: missing dependency databases/py-gdbm State-Changed-From-To: feedback->closed State-Changed-By: wg State-Changed-When: Tue Oct 22 09:53:38 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182200 ___ 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/182200: commit references a PR
The following reply was made to PR ports/182200; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: ports/182200: commit references a PR Date: Tue, 22 Oct 2013 09:53:42 + (UTC) Author: wg Date: Tue Oct 22 09:53:35 2013 New Revision: 331246 URL: http://svnweb.freebsd.org/changeset/ports/331246 Log: mail/pyzor: add missing dependency - Add missing dependency [1] - Allow staging - Use autoplist - Remove leading article from COMMENT PR: ports/182200 [1] Deleted: head/mail/pyzor/pkg-plist Modified: head/mail/pyzor/Makefile Modified: head/mail/pyzor/Makefile == --- head/mail/pyzor/Makefile Tue Oct 22 09:37:51 2013(r331245) +++ head/mail/pyzor/Makefile Tue Oct 22 09:53:35 2013(r331246) @@ -3,28 +3,31 @@ PORTNAME= pyzor PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail python MASTER_SITES= SF MAINTAINER= chal...@cs.wisc.edu -COMMENT= A collaborative, networked system to detect and block spam +COMMENT= Collaborative, networked system to detect and block spam + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>=0:${PORTSDIR}/databases/py-gdbm USE_BZIP2=yes USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST=yes -MAN1= pyzor.1 pyzord.1 +PLIST_FILES= man/man1/pyzor.1.gz \ + man/man1/pyzord.1.gz -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '1s,^#!/usr/bin/python,#!/usr/bin/env -S python -Wignore::DeprecationWarning,' \ ${WRKSRC}/scripts/pyzor ${WRKSRC}/scripts/pyzord post-install: - ${CHMOD} ${SHAREMODE} ${DOCSDIR}/usage.html - ${CHMOD} ${BINMODE} ${PREFIX}/bin/pyzor ${PREFIX}/bin/pyzord - ${INSTALL_MAN} ${WRKSRC}/docs/pyzor.1 ${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/docs/pyzord.1 ${MAN1PREFIX}/man/man1 + ${CHMOD} ${SHAREMODE} ${STAGEDIR}${DOCSDIR}/usage.html + ${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/bin/pyzor ${STAGEDIR}${PREFIX}/bin/pyzord + ${INSTALL_MAN} ${WRKSRC}/docs/pyzor.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/pyzord.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include ___ svn-ports-...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscr...@freebsd.org" ___ 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/182933: [maintainer-update] devel/py-jmespath - update to 0.0.3
Synopsis: [maintainer-update] devel/py-jmespath - update to 0.0.3 State-Changed-From-To: open->closed State-Changed-By: wg State-Changed-When: Tue Oct 22 10:11:16 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=182933 ___ 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/182933: commit references a PR
The following reply was made to PR ports/182933; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: ports/182933: commit references a PR Date: Tue, 22 Oct 2013 10:11:23 + (UTC) Author: wg Date: Tue Oct 22 10:11:15 2013 New Revision: 331248 URL: http://svnweb.freebsd.org/changeset/ports/331248 Log: devel/py-jmespath: update to 0.0.3 - Update to 0.0.3 [1] - Use autoplist PR: ports/182933 Submitted by:Alexey Degtyarev (maintainer) Deleted: head/devel/py-jmespath/pkg-plist Modified: head/devel/py-jmespath/Makefile head/devel/py-jmespath/distinfo Modified: head/devel/py-jmespath/Makefile == --- head/devel/py-jmespath/MakefileTue Oct 22 10:11:00 2013 (r331247) +++ head/devel/py-jmespath/MakefileTue Oct 22 10:11:15 2013 (r331248) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jmespath -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply> USE_PYTHON= yes USE_PYDISTUTILS=easy_install +PYDISTUTILS_AUTOPLIST=yes NO_STAGE= yes .include Modified: head/devel/py-jmespath/distinfo == --- head/devel/py-jmespath/distinfoTue Oct 22 10:11:00 2013 (r331247) +++ head/devel/py-jmespath/distinfoTue Oct 22 10:11:15 2013 (r331248) @@ -1,2 +1,2 @@ -SHA256 (jmespath-0.0.2.tar.gz) = 3ce34292993eff87d66e160496c74520e0938c3fce01c55220b98cb5ab976b19 -SIZE (jmespath-0.0.2.tar.gz) = 7325 +SHA256 (jmespath-0.0.3.tar.gz) = d9a6ff1b7bec5f8f255eb0b0b33ec4824c9ca8fa0cb10ac8070527caf98659b4 +SIZE (jmespath-0.0.3.tar.gz) = 8955 ___ svn-ports-...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscr...@freebsd.org" ___ 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/182332: python packages install packed eggs which makes them unusable for running services
Hi Volodymyr, While it is a desirable (and planned) long-terms goal to have consistent behaviour in the ports tree, there is not *yet* a formal or specific documented policy regarding Python module packaging in FreeBSD. A number of maintainers *do* however, make changes to upstream modules by explicitly setting zip_safe=False in setup.py, or overriding the use of setuptools with plain-old distutils, resulting in the module being installed uncompressed. For those modules or ports that *dont* currently do this such as www/trac, the end-user *can* use the PYTHON_EGG_CACHE environment variable that points to a writable area of the filesystem to address the behaviour. In short, I recommend that this PR be changed, assigning it to the maintainer of the www/trac port for follow-up and resolution. ___ 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/182332: python packages install packed eggs which makes them unusable for running services
The following reply was made to PR ports/182332; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, arc...@b1t.name, pyt...@freebsd.org Cc: Subject: Re: ports/182332: python packages install packed eggs which makes them unusable for running services Date: Wed, 23 Oct 2013 15:23:04 +1100 Hi Volodymyr, While it is a desirable (and planned) long-terms goal to have consistent behaviour in the ports tree, there is not *yet* a formal or specific documented policy regarding Python module packaging in FreeBSD. A number of maintainers *do* however, make changes to upstream modules by explicitly setting zip_safe=False in setup.py, or overriding the use of setuptools with plain-old distutils, resulting in the module being installed uncompressed. For those modules or ports that *dont* currently do this such as www/trac, the end-user *can* use the PYTHON_EGG_CACHE environment variable that points to a writable area of the filesystem to address the behaviour. In short, I recommend that this PR be changed, assigning it to the maintainer of the www/trac port for follow-up and resolution. ___ 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/182332: www/trac installs packed eggs which makes them unusable for running services
Old Synopsis: python packages install packed eggs which makes them unusable for running services New Synopsis: www/trac installs packed eggs which makes them unusable for running services Class-Changed-From-To: sw-bug->change-request Class-Changed-By: koobs Class-Changed-When: Wed Oct 23 04:39:43 UTC 2013 Class-Changed-Why: Port packaging change-request, not a software bug http://www.freebsd.org/cgi/query-pr.cgi?pr=182332 ___ 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/182332: www/trac: installs packed eggs which makes them unusable for running services
Synopsis: www/trac: installs packed eggs which makes them unusable for running services Responsible-Changed-From-To: freebsd-python->clsung Responsible-Changed-By: koobs Responsible-Changed-When: Wed Oct 23 04:55:23 UTC 2013 Responsible-Changed-Why: Fix synposis (category) and reassign to maintaner http://www.freebsd.org/cgi/query-pr.cgi?pr=182332 ___ 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 Port: databases/py-sqlite3
On 16/10/2013 2:12 AM, Xu Waycell wrote: > This port is no longer broken on ARM architecture. A sample has been built > and run successfully on my BeagleBone Black running FreeBSD 10 Beta1 with > CPUTYPE=cortexa. No single error was given during this progress. Furthermore, > it works fine with py-sqlalchemy. Thank you for your report Xu, could you submit a PR for this and include a build log for confirmation please. Feel free to sanitize the log if necessary. Koobs ___ 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"