From owner-freebsd-python@FreeBSD.ORG Sun Feb 16 12:39:53 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3536A8D; Sun, 16 Feb 2014 12:39:52 +0000 (UTC) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.29.23]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 750F419AD; Sun, 16 Feb 2014 12:39:52 +0000 (UTC) Received: from [89.182.147.49] (helo=localhost) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1WF10Z-0004tT-Ur; Sun, 16 Feb 2014 13:39:44 +0100 Date: Sun, 16 Feb 2014 13:39:43 +0100 From: Marcus von Appen To: python@FreeBSD.org, Volodymyr Kostyrko Subject: Re: HEADS-UP and RFC - Adding setuptools as default RUN_DEPENDS Message-ID: <20140216123943.GA1361@medusa.sysfault.org> Mail-Followup-To: python@FreeBSD.org, Volodymyr Kostyrko , Scott Sturdivant , koobs@FreeBSD.org References: <52FC7E4E.4020801@FreeBSD.org> <52FCD089.8000802@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline In-Reply-To: <52FCD089.8000802@gmail.com> User-Agent: Mutt/1.5.22 (2013-10-16) X-Df-Sender: MTEyNTc0Mg== Cc: Scott Sturdivant , koobs@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Marcus von Appen List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2014 12:39:53 -0000 --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On, Thu Feb 13, 2014, Volodymyr Kostyrko wrote: > 13.02.2014 10:11, Kubilay Kocak =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0= =B2(=D0=BB=D0=B0): > > Two days ago I updated virtualenv, transitioning it away from the > > deprecated USE_PYDISTUTILS=3Deasy_install to USE_PYDISTUTILS=3Dyes as m= any > > other ports have recently. > > > > I thought nothing of it until the following report by Scott (cc'd): > > > > http://lists.freebsd.org/pipermail/freebsd-python/2014-February/006592.= html > > > > The summary of that thread is: > > > > a) Any python software that uses *console_scripts* needs the > > pkg_resources module from setuptools at run time. This basically means > > anything that installs a CLI utility. > > > > b) Package-only users don't get setuptools installed when they install > > the packages of the above ports, because =3Dyes *doesnt* set a RUN_DEPE= NDS > > on it. > > > > This breaks console script invocation, with the following error: > > > > Traceback (most recent call last): > > File "/usr/local/bin/", line 5, in > > from pkg_resources import load_entry_point > > ImportError: No module named pkg_resources > > > > Reproduction steps are: > > > > 1) Install port or package that uses console_scripts > > 2) If you installed the package, run the console script > > 3) If you installed the port > > 3.1) Run the console script > > 3.2) Remove py-setuptools > > 3.3) Run the console script again > > > > Reproduced with: py-virtualenv (`virtualenv`), py-tox (`tox`) and > > py-nose (`nosetests`) > > > > We (python@) have now standardised on a consistent installation pattern > > for all python software, whether pure-distutils or setuptools based, and > > there are run-time requirements that are currently not being satisfied. > > > > Attached is a patch moving RUN_DEPENDS+=3Dsetuptools from the > > =3Deasy_install only case, to the default case. > > > > Patch review requested, other comments welcome. Looks good to me. > > ../koobs > > This effectively means that user should choose between python2 and > python3 and all ports that are not from choosen side will stop to > compile/work? This already is the case for the majority of ports. pkg is slightly more robust with packages not introducing a run dependency, but from the ports framework side is something that works as side effect, not as something provided by design. > Like i need to have www/trac, and some other script needs > databases/py-postgresql. Both require py-setuptools yet trac needs > py27-setuptools and postgresql driver - py33-setuptools. So there would > be no easy way to install both? Unfortunately yes. The problem is within the package management tools at the moment, since those do not support the installation of two different logical packages (py27-setuptools and py33-setuptools in thise case) from the same original source port. This did not work before (as stated above), so design-wise, we are not stepping backwards. =46rom the python@ perspective, we are currently working on a clean package approach to enable support for cases like yours, but no matter how fast we are, we will have to wait for the official package management tools to catch up. Cheers Marcus --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlMAsY8ACgkQi68/ErJnpkfV1wCfSwkIv/zxQLDsZoH8pH+voauG zToAnRr6dkZhJj5XnfDOJjH6K9z1C7t1 =egoj -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- From owner-freebsd-python@FreeBSD.ORG Mon Feb 17 11:06:55 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C028DC6 for ; Mon, 17 Feb 2014 11:06:55 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0798011D2 for ; Mon, 17 Feb 2014 11:06:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1HB6sAZ033189 for ; Mon, 17 Feb 2014 11:06:54 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1HB6sRh033187 for freebsd-python@FreeBSD.org; Mon, 17 Feb 2014 11:06:54 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 17 Feb 2014 11:06:54 GMT Message-Id: <201402171106.s1HB6sRh033187@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Subject: Current problem reports assigned to freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 11:06:55 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/186802 python [MAINTAINER] math/py-pandas: Update to 0.13.1 f ports/186397 python sysutils/py-salt patch breaks salt f ports/186371 python databases/py-swift: update to 1.12.0 o ports/186351 python lang/python27 does not install when WITHOUT_NIS=YES is o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/186034 python devel/py-setuptools: pkg build for py31-setuptools-2.0 o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang o ports/178301 python [patch] lang/python2[67]: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor f ports/170566 python update graphics/py-opengl depends on old version of gc o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 19 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Feb 17 14:10:09 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 981B78BB; Mon, 17 Feb 2014 14:10:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 694971598; Mon, 17 Feb 2014 14:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1HEA986093933; Mon, 17 Feb 2014 14:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1HEA9bK093932; Mon, 17 Feb 2014 14:10:09 GMT (envelope-from edwin) Date: Mon, 17 Feb 2014 14:10:09 GMT Message-Id: <201402171410.s1HEA9bK093932@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/186842: [Maintainer Update] devel/py-robotframework-ride 1.2.3 -> 1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 14:10:09 -0000 Synopsis: [Maintainer Update] devel/py-robotframework-ride 1.2.3 -> 1.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 17 14:10:09 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=186842 From owner-freebsd-python@FreeBSD.ORG Mon Feb 17 18:56:03 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04F05D29; Mon, 17 Feb 2014 18:56:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CAB3A14EB; Mon, 17 Feb 2014 18:56:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1HIu2mN086503; Mon, 17 Feb 2014 18:56:02 GMT (envelope-from trociny@freefall.freebsd.org) Received: (from trociny@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1HIu2s4086502; Mon, 17 Feb 2014 18:56:02 GMT (envelope-from trociny) Date: Mon, 17 Feb 2014 18:56:02 GMT Message-Id: <201402171856.s1HIu2s4086502@freefall.freebsd.org> To: gslin@gslin.org, trociny@FreeBSD.org, trociny@FreeBSD.org, freebsd-python@FreeBSD.org, trociny@FreeBSD.org From: trociny@FreeBSD.org Subject: Re: ports/186371: databases/py-swift: update to 1.12.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 18:56:03 -0000 Synopsis: databases/py-swift: update to 1.12.0 State-Changed-From-To: feedback->open State-Changed-By: trociny State-Changed-When: Mon Feb 17 18:54:12 UTC 2014 State-Changed-Why: Maintainer timeout. Responsible-Changed-From-To: freebsd-python->trociny Responsible-Changed-By: trociny Responsible-Changed-When: Mon Feb 17 18:54:12 UTC 2014 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=186371 From owner-freebsd-python@FreeBSD.ORG Tue Feb 18 04:30:08 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E74A4CC9; Tue, 18 Feb 2014 04:30:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB6571924; Tue, 18 Feb 2014 04:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1I4U8ir072146; Tue, 18 Feb 2014 04:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1I4U8Im072145; Tue, 18 Feb 2014 04:30:08 GMT (envelope-from edwin) Date: Tue, 18 Feb 2014 04:30:08 GMT Message-Id: <201402180430.s1I4U8Im072145@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/186856: [MAINTAINER] devel/py-xmltodict: update to 0.8.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 04:30:09 -0000 Synopsis: [MAINTAINER] devel/py-xmltodict: update to 0.8.6 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 18 04:30:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=186856 From owner-freebsd-python@FreeBSD.ORG Tue Feb 18 08:23:40 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6C3C1FB; Tue, 18 Feb 2014 08:23:40 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B842E19C8; Tue, 18 Feb 2014 08:23:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1I8NeBo060560; Tue, 18 Feb 2014 08:23:40 GMT (envelope-from olivierd@freefall.freebsd.org) Received: (from olivierd@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1I8NefQ060559; Tue, 18 Feb 2014 08:23:40 GMT (envelope-from olivierd) Date: Tue, 18 Feb 2014 08:23:40 GMT Message-Id: <201402180823.s1I8NefQ060559@freefall.freebsd.org> To: olivierd@FreeBSD.org, freebsd-python@FreeBSD.org, olivierd@FreeBSD.org From: olivierd@FreeBSD.org Subject: Re: ports/186856: [MAINTAINER] devel/py-xmltodict: update to 0.8.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 08:23:41 -0000 Synopsis: [MAINTAINER] devel/py-xmltodict: update to 0.8.6 Responsible-Changed-From-To: freebsd-python->olivierd Responsible-Changed-By: olivierd Responsible-Changed-When: Tue Feb 18 08:23:40 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=186856 From owner-freebsd-python@FreeBSD.ORG Tue Feb 18 14:00:08 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78CCAF76; Tue, 18 Feb 2014 14:00:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C91517B3; Tue, 18 Feb 2014 14:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1IE08um061058; Tue, 18 Feb 2014 14:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1IE08xJ061057; Tue, 18 Feb 2014 14:00:08 GMT (envelope-from edwin) Date: Tue, 18 Feb 2014 14:00:08 GMT Message-Id: <201402181400.s1IE08xJ061057@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/186866: [patch] print/py-reportlab2 Update from 2.5 to 2.7 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 14:00:08 -0000 Synopsis: [patch] print/py-reportlab2 Update from 2.5 to 2.7 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 18 14:00:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=186866 From owner-freebsd-python@FreeBSD.ORG Tue Feb 18 14:00:10 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DEBDF7A; Tue, 18 Feb 2014 14:00:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 130DC17B4; Tue, 18 Feb 2014 14:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1IE09li061133; Tue, 18 Feb 2014 14:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1IE09FR061132; Tue, 18 Feb 2014 14:00:09 GMT (envelope-from edwin) Date: Tue, 18 Feb 2014 14:00:09 GMT Message-Id: <201402181400.s1IE09FR061132@freefall.freebsd.org> To: kozlov.sergey.404@gmail.com, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/186866: [patch] print/py-reportlab2 Update from 2.5 to 2.7 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 14:00:10 -0000 Synopsis: [patch] print/py-reportlab2 Update from 2.5 to 2.7 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Feb 18 14:00:09 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=186866 From owner-freebsd-python@FreeBSD.ORG Tue Feb 18 14:10:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 807F755A for ; Tue, 18 Feb 2014 14:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A00818B3 for ; Tue, 18 Feb 2014 14:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1IEA1eG064401 for ; Tue, 18 Feb 2014 14:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1IEA1hd064400; Tue, 18 Feb 2014 14:10:01 GMT (envelope-from gnats) Date: Tue, 18 Feb 2014 14:10:01 GMT Message-Id: <201402181410.s1IEA1hd064400@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/186866: [patch] print/py-reportlab2 Update from 2.5 to 2.7 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 14:10:01 -0000 The following reply was made to PR ports/186866; it has been noted by GNATS. From: Edwin Groothuis To: buganini@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/186866: [patch] print/py-reportlab2 Update from 2.5 to 2.7 Date: Tue, 18 Feb 2014 14:00:09 UT Maintainer of print/py-reportlab2, Please note that PR ports/186866 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/186866 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Tue Feb 18 15:10:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6E6F9EC for ; Tue, 18 Feb 2014 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9724C1FD9 for ; Tue, 18 Feb 2014 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1IFA1Td082290 for ; Tue, 18 Feb 2014 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1IFA1TY082289; Tue, 18 Feb 2014 15:10:01 GMT (envelope-from gnats) Date: Tue, 18 Feb 2014 15:10:01 GMT Message-Id: <201402181510.s1IFA1TY082289@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Buganini Subject: Re: ports/186866: [patch] print/py-reportlab2 Update from 2.5 to 2.7 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Buganini List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 15:10:01 -0000 The following reply was made to PR ports/186866; it has been noted by GNATS. From: Buganini To: bug-followup@freebsd.org, kozlov.sergey.404@gmail.com Cc: Subject: Re: ports/186866: [patch] print/py-reportlab2 Update from 2.5 to 2.7 Date: Tue, 18 Feb 2014 23:00:29 +0800 Would you like to maintain this port? Recently I am not able to test this. Thanks. From owner-freebsd-python@FreeBSD.ORG Tue Feb 18 20:10:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6260FED1 for ; Tue, 18 Feb 2014 20:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 31CEC1F58 for ; Tue, 18 Feb 2014 20:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1IKA1fM078351 for ; Tue, 18 Feb 2014 20:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1IKA1Zj078350; Tue, 18 Feb 2014 20:10:01 GMT (envelope-from gnats) Date: Tue, 18 Feb 2014 20:10:01 GMT Message-Id: <201402182010.s1IKA1Zj078350@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kozlov Sergey Subject: Re: ports/186866: [patch] print/py-reportlab2 Update from 2.5 to 2.7 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kozlov Sergey List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 20:10:01 -0000 The following reply was made to PR ports/186866; it has been noted by GNATS. From: Kozlov Sergey To: Buganini Cc: bug-followup@freebsd.org Subject: Re: ports/186866: [patch] print/py-reportlab2 Update from 2.5 to 2.7 Date: Tue, 18 Feb 2014 22:07:05 +0200 Sure, I would certainly like to, thanks. About the patch: pkg-plist file have to be deleted too, due to use of AUTOPLIST On Tue, Feb 18, 2014 at 5:00 PM, Buganini wrote: > Would you like to maintain this port? Recently I am not able to test this. > > Thanks. From owner-freebsd-python@FreeBSD.ORG Tue Feb 18 20:50:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FF36271 for ; Tue, 18 Feb 2014 20:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B9A612E2 for ; Tue, 18 Feb 2014 20:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1IKo15D090890 for ; Tue, 18 Feb 2014 20:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1IKo1Bg090877; Tue, 18 Feb 2014 20:50:01 GMT (envelope-from gnats) Date: Tue, 18 Feb 2014 20:50:01 GMT Message-Id: <201402182050.s1IKo1Bg090877@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Buganini Subject: Re: ports/186866: [patch] print/py-reportlab2 Update from 2.5 to 2.7 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Buganini List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 20:50:01 -0000 The following reply was made to PR ports/186866; it has been noted by GNATS. From: Buganini To: Kozlov Sergey Cc: bug-followup@freebsd.org Subject: Re: ports/186866: [patch] print/py-reportlab2 Update from 2.5 to 2.7 Date: Wed, 19 Feb 2014 04:42:27 +0800 Then I hereby drop my maintainership, may the port be with you. Thank you. 2014-02-19 4:07 GMT+08:00 Kozlov Sergey : > Sure, I would certainly like to, thanks. > > About the patch: pkg-plist file have to be deleted too, due to use of AUTOPLIST > > On Tue, Feb 18, 2014 at 5:00 PM, Buganini wrote: >> Would you like to maintain this port? Recently I am not able to test this. >> >> Thanks. From owner-freebsd-python@FreeBSD.ORG Tue Feb 18 23:20:09 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96102C8D; Tue, 18 Feb 2014 23:20:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0AD271236; Tue, 18 Feb 2014 23:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1INK8gE039010; Tue, 18 Feb 2014 23:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1INK87Z039009; Tue, 18 Feb 2014 23:20:08 GMT (envelope-from edwin) Date: Tue, 18 Feb 2014 23:20:08 GMT Message-Id: <201402182320.s1INK87Z039009@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/186881: New port: print/py-preppy ReportLab's templating system X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 23:20:09 -0000 Synopsis: New port: print/py-preppy ReportLab's templating system Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 18 23:20:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=186881 From owner-freebsd-python@FreeBSD.ORG Wed Feb 19 17:00:08 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA785238; Wed, 19 Feb 2014 17:00:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDF6A1BDA; Wed, 19 Feb 2014 17:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1JH08wJ020457; Wed, 19 Feb 2014 17:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1JH08qQ020456; Wed, 19 Feb 2014 17:00:08 GMT (envelope-from edwin) Date: Wed, 19 Feb 2014 17:00:08 GMT Message-Id: <201402191700.s1JH08qQ020456@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/186897: databases/py-firebirdsql: update to 0.8.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 17:00:09 -0000 Synopsis: databases/py-firebirdsql: update to 0.8.6 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 19 17:00:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=186897 From owner-freebsd-python@FreeBSD.ORG Wed Feb 19 17:45:54 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29D237C9 for ; Wed, 19 Feb 2014 17:45:54 +0000 (UTC) Received: from mail-qa0-x22a.google.com (mail-qa0-x22a.google.com [IPv6:2607:f8b0:400d:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DC1251132 for ; Wed, 19 Feb 2014 17:45:53 +0000 (UTC) Received: by mail-qa0-f42.google.com with SMTP id k4so1018798qaq.15 for ; Wed, 19 Feb 2014 09:45:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=g6WLY6OKs2qPqMzcBoP8iitdIXN44Oy24iK57DP5ZoY=; b=Ah3EkjiDA52ox0ZJjKKgaQUFHRs+v1v08EcDP11JQRcxgx5IjqbLY7ZKDxLH5V8/hj zCgk4WH0eZe4oEnuHQM8DsfmXmEG/QBnpKZKwRNU/XSE0EypTnf0KO2b4LyKYtxT6zW8 iZX3bvXUl7kjIS7gj45USfKXpOsB+skDGnlDJFkCj8etxL+08BLEzuSX/M7hzAOg5XLP PeicMXWbpPU4zGc1CTvzmUOEj5zLpHo+yhGEvKxgsO7SEfpA8XtL1mUaCLrnaH7VXVH4 CKiWaS/RLr/3+VVaXv+mdTqD3NnVZ0w7EUBs0DDKMUvb7oc9LA75vtU6+QTJ/5s2/oCP psaQ== MIME-Version: 1.0 X-Received: by 10.236.113.115 with SMTP id z79mr45335967yhg.8.1392831953019; Wed, 19 Feb 2014 09:45:53 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.80.11 with HTTP; Wed, 19 Feb 2014 09:45:52 -0800 (PST) Date: Wed, 19 Feb 2014 18:45:52 +0100 X-Google-Sender-Auth: i7UPwryA8CGsn7at2PLr0zVXgSw Message-ID: Subject: Python and clang 3.4 From: Antoine Brodin To: python@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 17:45:54 -0000 Hi there, Clang 3.4 was imported in head 3 days ago. A few python extensions are broken because clang now refuses flags it doesn't know. For instance -R is not recognized, which breaks py-sqlite3, py-ldap2 and a few others. Some failure logs are available at http://package21.nyi.freebsd.org/bulk/head-default-baseline/2014-02-18_15h22m08s/logs/errors/py27-sqlite3-2.7.6_3.log and http://package21.nyi.freebsd.org/bulk/head-default-baseline/2014-02-18_15h22m08s/logs/errors/py27-ldap2-2.4.13.log Below is a possible fix for python27: Index: lang/python27/Makefile =================================================================== --- lang/python27/Makefile (revision 345118) +++ lang/python27/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= python27 PORTVERSION= 2.7.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} Index: lang/python27/files/patch-Lib__distutils__unixccompiler.py =================================================================== --- lang/python27/files/patch-Lib__distutils__unixccompiler.py (revision 0) +++ lang/python27/files/patch-Lib__distutils__unixccompiler.py (working copy) @@ -0,0 +1,11 @@ +--- ./Lib/distutils/unixccompiler.py.orig 2013-11-10 07:36:40.000000000 +0000 ++++ ./Lib/distutils/unixccompiler.py 2014-02-19 15:41:48.000000000 +0000 +@@ -228,6 +228,8 @@ + if sys.platform[:6] == "darwin": + # MacOSX's linker doesn't understand the -R flag at all + return "-L" + dir ++ elif sys.platform[:7] == "freebsd": ++ return "-Wl,-rpath=" + dir + elif sys.platform[:5] == "hp-ux": + if self._is_gcc(compiler): + return ["-Wl,+s", "-L" + dir] Cheers, Antoine From owner-freebsd-python@FreeBSD.ORG Thu Feb 20 09:30:25 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5DAC7441 for ; Thu, 20 Feb 2014 09:30:25 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49648181C for ; Thu, 20 Feb 2014 09:30:25 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id s1K9UPXN096253 for ; Thu, 20 Feb 2014 09:30:25 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.7/Submit) id s1K9UPB4096242; Thu, 20 Feb 2014 09:30:25 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201402200930.s1K9UPB4096242@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 20 Feb 2014 09:30:25 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 09:30:25 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-snack | 0.52.16 | 0.52.17 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Fri Feb 21 12:31:38 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68585A94; Fri, 21 Feb 2014 12:31:38 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3C0EE1771; Fri, 21 Feb 2014 12:31:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1LCVcqQ012024; Fri, 21 Feb 2014 12:31:38 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1LCVcKv012023; Fri, 21 Feb 2014 12:31:38 GMT (envelope-from koobs) Date: Fri, 21 Feb 2014 12:31:38 GMT Message-Id: <201402211231.s1LCVcKv012023@freefall.freebsd.org> To: koobs@FreeBSD.org, freebsd-python@FreeBSD.org, koobs@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186034: devel/py-setuptools: pkg build for py31-setuptools-2.0.1 fails on re-install X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 12:31:38 -0000 Synopsis: devel/py-setuptools: pkg build for py31-setuptools-2.0.1 fails on re-install Responsible-Changed-From-To: freebsd-python->koobs Responsible-Changed-By: koobs Responsible-Changed-When: Fri Feb 21 12:31:37 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=186034 From owner-freebsd-python@FreeBSD.ORG Fri Feb 21 19:00:11 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C3E5DF9; Fri, 21 Feb 2014 19:00:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1616E110B; Fri, 21 Feb 2014 19:00:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1LJ0A1B033210; Fri, 21 Feb 2014 19:00:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1LJ0Afi033209; Fri, 21 Feb 2014 19:00:10 GMT (envelope-from edwin) Date: Fri, 21 Feb 2014 19:00:10 GMT Message-Id: <201402211900.s1LJ0Afi033209@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/186950: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 19:00:11 -0000 Synopsis: maintainer update : sysutils/py-salt Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 21 19:00:10 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=186950 From owner-freebsd-python@FreeBSD.ORG Fri Feb 21 21:44:11 2014 Return-Path: Delivered-To: python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BE9244E; Fri, 21 Feb 2014 21:44:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F9A810D0; Fri, 21 Feb 2014 21:44:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1LLiBfJ086862; Fri, 21 Feb 2014 21:44:11 GMT (envelope-from tj@freefall.freebsd.org) Received: (from tj@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1LLiBwt086861; Fri, 21 Feb 2014 21:44:11 GMT (envelope-from tj) Date: Fri, 21 Feb 2014 21:44:11 GMT Message-Id: <201402212144.s1LLiBwt086861@freefall.freebsd.org> To: tj@FreeBSD.org, tj@FreeBSD.org, python@FreeBSD.org From: tj@FreeBSD.org Subject: Re: ports/186807: error in databases/py-MySQLdb X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 21:44:11 -0000 Synopsis: error in databases/py-MySQLdb Responsible-Changed-From-To: tj->python Responsible-Changed-By: tj Responsible-Changed-When: Fri Feb 21 21:42:56 UTC 2014 Responsible-Changed-Why: Over to the python team. http://www.freebsd.org/cgi/query-pr.cgi?pr=186807