Re: ports/172657: [patch] Clean up dependency on twisted in databases/py-carbon
Synopsis: [patch] Clean up dependency on twisted in databases/py-carbon Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 13 07:20:31 UTC 2012 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=172657 ___ 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/172657: [patch] Clean up dependency on twisted in databases/py-carbon
Synopsis: [patch] Clean up dependency on twisted in databases/py-carbon State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Oct 13 07:20:33 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=172657 ___ 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/172657: [patch] Clean up dependency on twisted in databases/py-carbon
The following reply was made to PR ports/172657; it has been noted by GNATS. From: Edwin Groothuis To: bsdpo...@wayfair.com Cc: bug-follo...@freebsd.org Subject: Re: ports/172657: [patch] Clean up dependency on twisted in databases/py-carbon Date: Sat, 13 Oct 2012 07:20:32 UT Maintainer of databases/py-carbon, Please note that PR ports/172657 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/172657 -- Edwin Groothuis via the GNATS Auto Assign Tool ed...@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: bin/python3 symlink for python3X ports
On Wed, Oct 10, 2012 at 00:00:20 +0400, Дмитрий Сиваченко wrote: > On 10/5/12 9:23 AM, Дмитрий Сиваченко wrote: > > On 01.10.2012 21:39, Li-Wen Hsu wrote: > >> > >> Thanks for working on this, I am looking forward to your patch. > >> > > > > Hello, > > > > Please consider the attached patch for python2/python3 symlinks. > > As I proposed earlier in this thread, I think it is sane to make these > > symlinks > > for latest python2.X/python3.X versions only (this is what people should > > use by > > default in most cases). > > > > And let people explicitly run older versions if they really need them. > > Should I treat your silence as 'no objection'? I have no objection, we're toward the same direction, and here is my patch: http://people.freebsd.org/~lwhsu/patch/python-major-version-link.diff Which does following things: - Remove "first-win" logic in Makefile, this generates conflicting packages. If we really need this, it should be implemented in another way. - Create symbolic links as PEP 394 [1] suggests. ${DEFAULT_PYTHON_VERSION} will create python and python${MAJOR_VERSION} links, for current default, python2.7 will create: python -> python2 -> python2.7 - Introduce PYTHON3_DEFAULT_VERSION, which will handle bin/python3 link. It is a bit hacky, but I don't have better idea at this point. And we might still need to change this to PYTHON2_DEFAULT_VERSION when we change default version to 3.x. I think it has better to be committed after freeze. Meanwhile, if you really want to have bin/python{2,3} in the tree, I would not object you commit your patch, since they are not conflicting. How does everyone think? [1] http://www.python.org/dev/peps/pep-0394/ -- Li-Wen Hsu http://lwhsu.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: bin/python3 symlink for python3X ports
On Fri, Oct 05, 2012 at 17:51:12 -0400, Eitan Adler wrote: > > Random thought: can we make 'python', 'python2', and 'python3' a > simple C wrapper (you can't use a shell script because an interpreter > can't be interpreted) that selects the correct version instead of a > symlink? I'm not sure we'll have much advantage from this, what's the magic you proposed to do behind the "selects the correct version" ? -- Li-Wen Hsu http://lwhsu.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/171579: make cjson an option for devel/py-jsonrpclib
Synopsis: make cjson an option for devel/py-jsonrpclib State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sat Oct 13 22:20:43 UTC 2012 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=171579 ___ 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"