From owner-freebsd-python@FreeBSD.ORG Mon Oct 22 08:28:13 2012 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 916D3AE6; Mon, 22 Oct 2012 08:28:13 +0000 (UTC) (envelope-from hizel@vyborg.ru) Received: from mail.vyborg.ru (mail.vyborg.ru [195.177.105.12]) by mx1.freebsd.org (Postfix) with ESMTP id ECC3B8FC17; Mon, 22 Oct 2012 08:28:12 +0000 (UTC) Received: from wnight (o.vyborg.ru [195.177.104.22] (may be forged)) by mail.vyborg.ru (8.14.4/8.14.4) with ESMTP id q9M8S2xM099537; Mon, 22 Oct 2012 12:28:04 +0400 (MSK) (envelope-from hizel@vyborg.ru) Content-Type: multipart/mixed; boundary=----------e3XHFnrhO3UnSDdMxbcwg4 To: bug-followup@freebsd.org, "Kubilay Kocak" Subject: Re: ports/172851: [PATCH] sysutils/py-supervisor: update to 3.0b1 + OPTIONS + more References: <201210181220.q9ICK2nl063740@freefall.freebsd.org> <50813729.1030306@gmail.com> Date: Mon, 22 Oct 2012 12:27:57 +0400 MIME-Version: 1.0 From: "Ildar Hizbulin" Organization: Ariadna-Link Message-ID: In-Reply-To: <50813729.1030306@gmail.com> User-Agent: Opera Mail/12.10 (Linux) Cc: Ruslan Mahmatkhanov , freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 08:28:13 -0000 ------------e3XHFnrhO3UnSDdMxbcwg4 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Final patch with fix test error. To https://github.com/Supervisor/supervisor/issues/155 send pull request. -- e-mail: hizel@vyborg.ru jid: hizel@vyborg.ru ------------e3XHFnrhO3UnSDdMxbcwg4 Content-Disposition: attachment; filename=py-supervisor.txt Content-Type: text/plain; name=py-supervisor.txt Content-Transfer-Encoding: 7bit diff -ruN sysutils/py-supervisor.old/Makefile sysutils/py-supervisor/Makefile --- sysutils/py-supervisor.old/Makefile 2012-10-22 12:12:59.000000000 +0400 +++ sysutils/py-supervisor/Makefile 2012-10-22 12:19:19.000000000 +0400 @@ -10,7 +10,19 @@ MAINTAINER= hizel@vyborg.ru COMMENT= System to monitor and control a number of processes on UNIX-like OS -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meld3>=0.6.4:${PORTSDIR}/www/py-meld3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meld3>=0.6.5:${PORTSDIR}/www/py-meld3 +TEST_DEPENDS:= ${RUN_DEPENDS} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock + +OPTIONS_DEFINE= TESTS +TESTS_DESC= Install mock for running unit tests +OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options + +.include + +.if ${PORT_OPTIONS:MTESTS} +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock +.endif PORTDOCS= *.txt *.rst @@ -37,4 +49,7 @@ .endfor .endif +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + .include diff -ruN sysutils/py-supervisor.old/files/patch-supervisor-tests-test_childutils.py sysutils/py-supervisor/files/patch-supervisor-tests-test_childutils.py --- sysutils/py-supervisor.old/files/patch-supervisor-tests-test_childutils.py 1970-01-01 03:00:00.000000000 +0300 +++ sysutils/py-supervisor/files/patch-supervisor-tests-test_childutils.py 2012-10-22 12:23:18.000000000 +0400 @@ -0,0 +1,11 @@ +--- supervisor/tests/test_childutils.py ++++ supervisor/tests/test_childutils.py +@@ -41,7 +41,7 @@ class ChildUtilsTests(unittest.TestCase): + + def test_get_asctime(self): + from supervisor.childutils import get_asctime +- timestamp = time.mktime((2009, 1, 18, 22, 14, 7, 0, 0, 0)) ++ timestamp = time.mktime((2009, 1, 18, 22, 14, 7, 0, 0, -1)) + result = get_asctime(timestamp) + self.assertEqual(result, '2009-01-18 22:14:07,000') + ------------e3XHFnrhO3UnSDdMxbcwg4-- From owner-freebsd-python@FreeBSD.ORG Mon Oct 22 08:30:02 2012 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C142B1B for ; Mon, 22 Oct 2012 08:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 09AE98FC08 for ; Mon, 22 Oct 2012 08:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9M8U1Xx030045 for ; Mon, 22 Oct 2012 08:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9M8U1xe030042; Mon, 22 Oct 2012 08:30:01 GMT (envelope-from gnats) Date: Mon, 22 Oct 2012 08:30:01 GMT Message-Id: <201210220830.q9M8U1xe030042@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: "Ildar Hizbulin" Subject: Re: ports/172851: [PATCH] sysutils/py-supervisor: update to 3.0b1 + OPTIONS + more X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Ildar Hizbulin List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 08:30:02 -0000 The following reply was made to PR ports/172851; it has been noted by GNATS. From: "Ildar Hizbulin" To: bug-followup@freebsd.org, "Kubilay Kocak" Cc: freebsd-python@freebsd.org, "Ruslan Mahmatkhanov" Subject: Re: ports/172851: [PATCH] sysutils/py-supervisor: update to 3.0b1 + OPTIONS + more Date: Mon, 22 Oct 2012 12:27:57 +0400 ------------e3XHFnrhO3UnSDdMxbcwg4 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Final patch with fix test error. To https://github.com/Supervisor/supervisor/issues/155 send pull request. -- e-mail: hizel@vyborg.ru jid: hizel@vyborg.ru ------------e3XHFnrhO3UnSDdMxbcwg4 Content-Disposition: attachment; filename=py-supervisor.txt Content-Type: text/plain; name=py-supervisor.txt Content-Transfer-Encoding: 7bit diff -ruN sysutils/py-supervisor.old/Makefile sysutils/py-supervisor/Makefile --- sysutils/py-supervisor.old/Makefile 2012-10-22 12:12:59.000000000 +0400 +++ sysutils/py-supervisor/Makefile 2012-10-22 12:19:19.000000000 +0400 @@ -10,7 +10,19 @@ MAINTAINER= hizel@vyborg.ru COMMENT= System to monitor and control a number of processes on UNIX-like OS -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meld3>=0.6.4:${PORTSDIR}/www/py-meld3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meld3>=0.6.5:${PORTSDIR}/www/py-meld3 +TEST_DEPENDS:= ${RUN_DEPENDS} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock + +OPTIONS_DEFINE= TESTS +TESTS_DESC= Install mock for running unit tests +OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options + +.include + +.if ${PORT_OPTIONS:MTESTS} +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock +.endif PORTDOCS= *.txt *.rst @@ -37,4 +49,7 @@ .endfor .endif +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + .include diff -ruN sysutils/py-supervisor.old/files/patch-supervisor-tests-test_childutils.py sysutils/py-supervisor/files/patch-supervisor-tests-test_childutils.py --- sysutils/py-supervisor.old/files/patch-supervisor-tests-test_childutils.py 1970-01-01 03:00:00.000000000 +0300 +++ sysutils/py-supervisor/files/patch-supervisor-tests-test_childutils.py 2012-10-22 12:23:18.000000000 +0400 @@ -0,0 +1,11 @@ +--- supervisor/tests/test_childutils.py ++++ supervisor/tests/test_childutils.py +@@ -41,7 +41,7 @@ class ChildUtilsTests(unittest.TestCase): + + def test_get_asctime(self): + from supervisor.childutils import get_asctime +- timestamp = time.mktime((2009, 1, 18, 22, 14, 7, 0, 0, 0)) ++ timestamp = time.mktime((2009, 1, 18, 22, 14, 7, 0, 0, -1)) + result = get_asctime(timestamp) + self.assertEqual(result, '2009-01-18 22:14:07,000') + ------------e3XHFnrhO3UnSDdMxbcwg4-- From owner-freebsd-python@FreeBSD.ORG Mon Oct 22 11:06:39 2012 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A57CA25D for ; Mon, 22 Oct 2012 11:06:39 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 8BAB58FC1E for ; Mon, 22 Oct 2012 11:06:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9MB6diS044524 for ; Mon, 22 Oct 2012 11:06:39 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9MB6d1Z044522 for freebsd-python@FreeBSD.org; Mon, 22 Oct 2012 11:06:39 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 22 Oct 2012 11:06:39 GMT Message-Id: <201210221106.q9MB6d1Z044522@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.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 11:06:39 -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/172910 python New port: security/py-volatility o ports/172909 python [NEW PORT]: multimedia/py-subliminal: subtitles search f ports/172908 python [PATCH] devel/py-celery: fix RUN_DEPENDS o ports/172890 python [NEW PORT] multimedia/py-guessit o ports/172889 python [NEW PORT] multimedia/py-enzyme o ports/172859 python lang/python27 -- python2.7-config --clags wrong value f ports/172851 python [PATCH] sysutils/py-supervisor: update to 3.0b1 + OPTI f ports/172657 python [patch] Clean up dependency on twisted in databases/py f ports/172592 python [PATCH] devel/py-mock: update to 1.0.0, Add TESTS opti o ports/172372 python ports/python27 -- Build failure o ports/172190 python lang/python: python pth still errors f ports/171774 python [PATCH] www/py-rhodecode: update to 1.4.1 o ports/171584 python lang/python32 built in a clean enviroment produces a p o ports/171246 python [patch] lang/python27: make python curses module work o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor f ports/170786 python [maintainer update] delete port textproc/py-pyx12 o ports/170754 python lang/python27 with pth, and lang/gobject-introspection o ports/170566 python update graphics/py-opengl depends on old version of gc o ports/168980 python devel/py-distribute fails to install some files f ports/167530 python [patch] security/py-fail2ban will never ever start wit o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/165545 python [patch]: net-mgmt/collectd5 doesn't compile against la o ports/165359 python lang/python27 fails to create package on world WITHOUT o ports/163467 python Ports using python 2.7 and "waf" intermittently hang o o ports/160717 python port: lang/python27 causing other ports to hang during o ports/156759 python [patch] lang/python: kevent does not accept KQ_NOTE_EX o ports/155526 python [PATCH] devel/py-elementtree: ignore if python >= 2.5 f ports/154209 python [PATCH] lang/python: Install symlink for ptags o ports/153952 python lang/python26 + pth fails to reconfigure cflags to inc o ports/153167 python Problem with signals, threads, and subprocesses in lan o ports/149167 python lang/python26 fails to build _ctypes on Sheevaplug (AR o ports/146823 python [patch] lang/python26: knob to build _ctypes module ag o ports/133081 python [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken s ports/118301 python [patch] devel/py-setuptools easy-install.pth contents 34 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Oct 22 23:40:53 2012 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A4E59C5 for ; Mon, 22 Oct 2012 23:40:53 +0000 (UTC) (envelope-from nikolai777@kerek.myjino.ru) Received: from srv24-s-st.jino.ru (srv24-s-st.jino.ru [81.177.6.31]) by mx1.freebsd.org (Postfix) with ESMTP id 9EAB28FC0A for ; Mon, 22 Oct 2012 23:40:52 +0000 (UTC) Received: from 95-27-17-42.broadband.corbina.ru (95-27-17-42.broadband.corbina.ru [95.27.17.42]) (Authenticated sender: nikolai777@kerek.myjino.ru) by srv24-s-st.jino.ru (Postfix) with ESMTP id DB1D3DF10A4 for ; Tue, 23 Oct 2012 03:41:34 +0400 (MSK) From: "infomagz" Subject: =?utf-8?B?0J/QvtC50LzQsNC5INGB0LLQvtC5INC60YPRiCE=?= To: "python" MIME-Version: 1.0 Organization: infomagz Date: Tue, 23 Oct 2012 03:41:19 +0400 Message-Id: <20121022234134.DB1D3DF10A4@srv24-s-st.jino.ru> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 23:40:53 -0000 =EF=BB=BF=D0=9E=D0=B1=D0=B7=D0=BE=D1=80 =D0=BB=D1=83=D1=87=D1=88=D0=B8= =D1=85 =D0=BE=D0=BD=D0=BB=D0=B0=D0=B9=D0=BD =D0=BA=D0=B0=D0=B7=D0=B8=D0= =BD=D0=BE =D0=B2 =D1=81=D0=B5=D1=82=D0=B8! =D0=9D=D0=B0=D1=88 =D1=81=D0=B0=D0=B9=D1=82 =D0=BF=D0=BE=D1=81=D0=B2=D1= =8F=D1=89=D0=B5=D0=BD =D0=B2=D1=81=D0=B5=D0=BC=D1=83, =D1=87=D1=82=D0=BE= =D1=81=D0=B2=D1=8F=D0=B7=D0=B0=D0=BD=D0=BE =D1=81 =D0=BE=D0=BD=D0=BB=D0= =B0=D0=B9=D0=BD =D0=BA=D0=B0=D0=B7=D0=B8=D0=BD=D0=BE.=20 =D0=9D=D0=B0 =D0=BD=D0=B0=D1=88=D0=B5=D0=BC =D0=BF=D0=BE=D1=80=D1=82=D0= =B0=D0=BB=D0=B5 =D0=92=D1=8B =D0=BD=D0=B0=D0=B9=D0=B4=D0=B5=D1=82=D0=B5= : =20 - =D0=9E=D0=B1=D0=B7=D0=BE=D1=80=D1=8B =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0= =BD=D0=B5=D1=82 =D0=BA=D0=B0=D0=B7=D0=B8=D0=BD=D0=BE. =D0=A1=D0=B0=D0=BC= =D0=B0=D1=8F =D0=BF=D0=BE=D0=BB=D0=BD=D0=B0=D1=8F =D0=B8=D0=BD=D1=84=D0= =BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D1=8F =D0=BE =D0=BB=D1=83=D1=87=D1=88= =D0=B8=D1=85 =D1=80=D1=83=D1=81=D1=81=D0=BA=D0=BE=D1=8F=D0=B7=D1=8B=D1= =87=D0=BD=D1=8B=D1=85 =D0=BE=D0=BD=D0=BB=D0=B0=D0=B9=D0=BD =D0=BA=D0=B0= =D0=B7=D0=B8=D0=BD=D0=BE.=20 - =D0=9E=D0=B1=D0=B7=D0=BE=D1=80 =D0=B1=D0=BE=D0=BD=D1=83=D1=81=D0=BD=D1= =8B=D1=85 =D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=BC =D0=B8=D0=BD= =D1=82=D0=B5=D1=80=D0=BD=D0=B5=D1=82 =D0=BA=D0=B0=D0=B7=D0=B8=D0=BD=D0= =BE. =D0=92=D1=81=D1=8F =D0=BD=D0=B5=D0=BE=D0=B1=D1=85=D0=BE=D0=B4=D0= =B8=D0=BC=D0=B0=D1=8F =D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86= =D0=B8=D1=8F =D0=BE =D0=BD=D0=B0=D0=B8=D0=B1=D0=BE=D0=BB=D0=B5=D0=B5 =D0= =B8=D0=BD=D1=82=D0=B5=D1=80=D0=B5=D1=81=D0=BD=D1=8B=D1=85 =D0=B1=D0=BE= =D0=BD=D1=83=D1=81=D0=B0=D1=85 =D0=BE=D0=BD=D0=BB=D0=B0=D0=B9=D0=BD =D0= =BA=D0=B0=D0=B7=D0=B8=D0=BD=D0=BE. - =D0=9F=D0=BE=D0=BB=D0=B5=D0=B7=D0=BD=D0=B0=D1=8F =D0=B8=D0=BD=D1=84=D0= =BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D1=8F =D0=BE=D0=B1 =D0=B8=D0=B3=D1=80= =D0=B0=D1=85 =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=BD=D0=B5=D1=82 =D0=BA=D0= =B0=D0=B7=D0=B8=D0=BD=D0=BE. =D0=9E=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8= =D0=B5 =D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB =D0=BF=D0=BE=D0=BF=D1=83=D0= =BB=D1=8F=D1=80=D0=BD=D1=8B=D1=85 =D0=B8=D0=B3=D1=80 =D0=BE=D0=BD=D0=BB= =D0=B0=D0=B9=D0=BD =D0=BA=D0=B0=D0=B7=D0=B8=D0=BD=D0=BE. =D0=9D=D0=B0=D0= =B8=D0=B1=D0=BE=D0=BB=D0=B5=D0=B5 =D1=8D=D1=84=D1=84=D0=B5=D0=BA=D1=82= =D0=B8=D0=B2=D0=BD=D1=8B=D0=B5 =D1=81=D1=82=D1=80=D0=B0=D1=82=D0=B5=D0= =B3=D0=B8=D0=B8 =D0=B8=D0=B3=D1=80.=20 - =D0=98 =D0=BC=D0=BD=D0=BE=D0=B3=D0=BE =D0=B4=D1=80=D1=83=D0=B3=D0=BE= =D0=B9 =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=B5=D1=81=D0=BD=D0=BE=D0=B9 =D0= =B8 =D0=BF=D0=BE=D0=BB=D0=B5=D0=B7=D0=BD=D0=BE=D0=B9 =D0=B8=D0=BD=D1=84= =D0=BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D0=B8 =D0=BE=D0=B1 =D0=B8=D0=BD=D1= =82=D0=B5=D1=80=D0=BD=D0=B5=D1=82 =D0=BA=D0=B0=D0=B7=D0=B8=D0=BD=D0=BE= =2E=20 =D0=9C=D1=8B =D0=BF=D1=80=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0= =BB=D1=8F=D0=B5=D0=BC =D0=92=D0=B0=D0=BC =D0=BC=D0=B0=D0=BA=D1=81=D0=B8= =D0=BC=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE =D0=B0=D0=BA=D1=82=D1=83=D0=B0=D0= =BB=D1=8C=D0=BD=D1=83=D1=8E =D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0= =D1=86=D0=B8=D1=8E =D0=BF=D0=BE =D1=81=D0=B0=D0=BC=D1=8B=D0=BC =D0=BB=D1= =83=D1=87=D1=88=D0=B8=D0=BC =D0=BE=D0=BD=D0=BB=D0=B0=D0=B9=D0=BD =D0=BA= =D0=B0=D0=B7=D0=B8=D0=BD=D0=BE. =D0=9C=D1=8B =D0=B2=D0=BD=D0=B8=D0=BC=D0= =B0=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE =D1=81=D0=BB=D0=B5=D0=B4=D0=B8= =D0=BC =D0=B7=D0=B0 =D0=BA=D0=B0=D1=87=D0=B5=D1=81=D1=82=D0=B2=D0=BE=D0= =BC =D0=BF=D1=80=D0=B5=D0=B4=D1=81=D1=82=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD= =D0=BD=D0=BE=D0=B9 =D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D0= =B8=D0=B8. =D0=9F=D0=BE=D1=8D=D1=82=D0=BE=D0=BC=D1=83 =D0=BD=D0=B0 =D0= =BD=D0=B0 =D0=BD=D0=B0=D1=88=D0=B5=D0=BC =D1=81=D0=B0=D0=B9=D1=82=D0=B5= =D0=BF=D1=80=D0=B5=D0=B4=D1=81=D1=82=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D1= =8B =D1=82=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE =D0=BF=D1=80=D0=BE=D0=B2=D0=B5= =D1=80=D0=B5=D0=BD=D0=BD=D1=8B=D0=B5 =D0=BC=D0=BD=D0=BE=D0=B3=D0=B8=D0= =BC=D0=B8 =D0=B8=D0=B3=D1=80=D0=BE=D0=BA=D0=B0=D0=BC=D0=B8 =D0=B8 =D1=81= =D0=B0=D0=BC=D1=8B=D0=B5 =D0=BF=D1=80=D0=B5=D1=81=D1=82=D0=B8=D0=B6=D0= =BD=D1=8B=D0=B5 =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=BD=D0=B5=D1=82 =D0=BA= =D0=B0=D0=B7=D0=B8=D0=BD=D0=BE. From owner-freebsd-python@FreeBSD.ORG Tue Oct 23 08:20:01 2012 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9844BCF9 for ; Tue, 23 Oct 2012 08:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 785378FC19 for ; Tue, 23 Oct 2012 08:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9N8K1dn063581 for ; Tue, 23 Oct 2012 08:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9N8K1SR063580; Tue, 23 Oct 2012 08:20:01 GMT (envelope-from gnats) Date: Tue, 23 Oct 2012 08:20:01 GMT Message-Id: <201210230820.q9N8K1SR063580@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Alexandros Kosiaris Subject: Re: ports/172908: [PATCH] devel/py-celery: fix RUN_DEPENDS X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Alexandros Kosiaris List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 08:20:01 -0000 The following reply was made to PR ports/172908; it has been noted by GNATS. From: Alexandros Kosiaris To: bug-followup@freebsd.org Cc: akosiaris+ports@gmail.com Subject: Re: ports/172908: [PATCH] devel/py-celery: fix RUN_DEPENDS Date: Tue, 23 Oct 2012 11:13:00 +0300 Thanks for spotting out the bug. Approved. On Sat, Oct 20, 2012 at 5:10 PM, Edwin Groothuis wrote: > Maintainer of devel/py-celery, > > Please note that PR ports/172908 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/172908 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Wed Oct 24 11:57:06 2012 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29285CED; Wed, 24 Oct 2012 11:57:06 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id E8E778FC08; Wed, 24 Oct 2012 11:57:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9OBv5J0025400; Wed, 24 Oct 2012 11:57:05 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9OBv54s025396; Wed, 24 Oct 2012 11:57:05 GMT (envelope-from rm) Date: Wed, 24 Oct 2012 11:57:05 GMT Message-Id: <201210241157.q9OBv54s025396@freefall.freebsd.org> To: hizel@vyborg.ru, rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/172851: [PATCH] sysutils/py-supervisor: update to 3.0b1 + OPTIONS + more X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2012 11:57:06 -0000 Synopsis: [PATCH] sysutils/py-supervisor: update to 3.0b1 + OPTIONS + more Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Wed Oct 24 11:57:05 UTC 2012 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=172851 From owner-freebsd-python@FreeBSD.ORG Thu Oct 25 01:26:31 2012 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C54011CC; Thu, 25 Oct 2012 01:26:31 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 8D3768FC17; Thu, 25 Oct 2012 01:26:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9P1QVfa098244; Thu, 25 Oct 2012 01:26:31 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9P1QViH098240; Thu, 25 Oct 2012 01:26:31 GMT (envelope-from wen) Date: Thu, 25 Oct 2012 01:26:31 GMT Message-Id: <201210250126.q9P1QViH098240@freefall.freebsd.org> To: akosiaris+ports@gmail.com, william88@gmail.com, wen@FreeBSD.org, freebsd-python@FreeBSD.org From: wen@FreeBSD.org Subject: Re: ports/172908: [PATCH] devel/py-celery: fix RUN_DEPENDS X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 01:26:32 -0000 Synopsis: [PATCH] devel/py-celery: fix RUN_DEPENDS State-Changed-From-To: feedback->closed State-Changed-By: wen State-Changed-When: Thu Oct 25 01:26:31 UTC 2012 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=172908 From owner-freebsd-python@FreeBSD.ORG Thu Oct 25 07:13:09 2012 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4550EC42; Thu, 25 Oct 2012 07:13:09 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 1156B8FC0A; Thu, 25 Oct 2012 07:13:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9P7D886028787; Thu, 25 Oct 2012 07:13:08 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9P7D8db028783; Thu, 25 Oct 2012 07:13:08 GMT (envelope-from wen) Date: Thu, 25 Oct 2012 07:13:08 GMT Message-Id: <201210250713.q9P7D8db028783@freefall.freebsd.org> To: william88@gmail.com, wen@FreeBSD.org, freebsd-python@FreeBSD.org From: wen@FreeBSD.org Subject: Re: ports/172889: [NEW PORT] multimedia/py-enzyme X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 07:13:09 -0000 Synopsis: [NEW PORT] multimedia/py-enzyme State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Thu Oct 25 07:13:08 UTC 2012 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=172889 From owner-freebsd-python@FreeBSD.ORG Thu Oct 25 14:46:51 2012 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DE9149C; Thu, 25 Oct 2012 14:46:51 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id E11948FC12; Thu, 25 Oct 2012 14:46:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9PEkoY3074081; Thu, 25 Oct 2012 14:46:50 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9PEko78074077; Thu, 25 Oct 2012 14:46:50 GMT (envelope-from edwin) Date: Thu, 25 Oct 2012 14:46:50 GMT Message-Id: <201210251446.q9PEko78074077@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/172960: [patch] www/py-graphite-web: Clean up defaults to follow our installation layout and explain how to set things up X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 14:46:51 -0000 Synopsis: [patch] www/py-graphite-web: Clean up defaults to follow our installation layout and explain how to set things up Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Oct 25 14:46:50 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=172960 From owner-freebsd-python@FreeBSD.ORG Thu Oct 25 14:46:52 2012 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C8684A2; Thu, 25 Oct 2012 14:46:52 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 5C0868FC17; Thu, 25 Oct 2012 14:46:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9PEkqKa074157; Thu, 25 Oct 2012 14:46:52 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9PEkqcZ074153; Thu, 25 Oct 2012 14:46:52 GMT (envelope-from edwin) Date: Thu, 25 Oct 2012 14:46:52 GMT Message-Id: <201210251446.q9PEkqcZ074153@freefall.freebsd.org> To: brd@FreeBSD.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/172960: [patch] www/py-graphite-web: Clean up defaults to follow our installation layout and explain how to set things up X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 14:46:52 -0000 Synopsis: [patch] www/py-graphite-web: Clean up defaults to follow our installation layout and explain how to set things up State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Oct 25 14:46:52 UTC 2012 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=172960 From owner-freebsd-python@FreeBSD.ORG Thu Oct 25 14:50:01 2012 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 96F2E5F0 for ; Thu, 25 Oct 2012 14:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 7DF088FC12 for ; Thu, 25 Oct 2012 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9PEo1Ve074250 for ; Thu, 25 Oct 2012 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9PEo1aU074249; Thu, 25 Oct 2012 14:50:01 GMT (envelope-from gnats) Date: Thu, 25 Oct 2012 14:50:01 GMT Message-Id: <201210251450.q9PEo1aU074249@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/172960: [patch] www/py-graphite-web: Clean up defaults to follow our installation layout and explain how to set things up X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 25 Oct 2012 14:50:01 -0000 The following reply was made to PR ports/172960; it has been noted by GNATS. From: Edwin Groothuis To: bsdports@wayfair.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/172960: [patch] www/py-graphite-web: Clean up defaults to follow our installation layout and explain how to set things up Date: Thu, 25 Oct 2012 14:46:51 UT Maintainer of www/py-graphite-web, Please note that PR ports/172960 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/172960 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Sat Oct 27 08:49:42 2012 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1957D471; Sat, 27 Oct 2012 08:49:42 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id DD7878FC08; Sat, 27 Oct 2012 08:49:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9R8nfJR017638; Sat, 27 Oct 2012 08:49:41 GMT (envelope-from mva@freefall.freebsd.org) Received: (from mva@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9R8nfxN017634; Sat, 27 Oct 2012 08:49:41 GMT (envelope-from mva) Date: Sat, 27 Oct 2012 08:49:41 GMT Message-Id: <201210270849.q9R8nfxN017634@freefall.freebsd.org> To: mva@FreeBSD.org, freebsd-python@FreeBSD.org, mva@FreeBSD.org From: mva@FreeBSD.org Subject: Re: ports/170754: lang/python27 with pth, and lang/gobject-introspection X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2012 08:49:42 -0000 Synopsis: lang/python27 with pth, and lang/gobject-introspection Responsible-Changed-From-To: freebsd-python->mva Responsible-Changed-By: mva Responsible-Changed-When: Sat Oct 27 08:49:41 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=170754 From owner-freebsd-python@FreeBSD.ORG Sat Oct 27 08:49:57 2012 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E943148E; Sat, 27 Oct 2012 08:49:57 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id B9C648FC14; Sat, 27 Oct 2012 08:49:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9R8nvVW017729; Sat, 27 Oct 2012 08:49:57 GMT (envelope-from mva@freefall.freebsd.org) Received: (from mva@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9R8nvWx017725; Sat, 27 Oct 2012 08:49:57 GMT (envelope-from mva) Date: Sat, 27 Oct 2012 08:49:57 GMT Message-Id: <201210270849.q9R8nvWx017725@freefall.freebsd.org> To: mva@FreeBSD.org, freebsd-python@FreeBSD.org, mva@FreeBSD.org From: mva@FreeBSD.org Subject: Re: ports/172190: lang/python: python pth still errors X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2012 08:49:58 -0000 Synopsis: lang/python: python pth still errors Responsible-Changed-From-To: freebsd-python->mva Responsible-Changed-By: mva Responsible-Changed-When: Sat Oct 27 08:49:57 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=172190 From owner-freebsd-python@FreeBSD.ORG Sat Oct 27 15:00:09 2012 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3FE8D92; Sat, 27 Oct 2012 15:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 757238FC14; Sat, 27 Oct 2012 15:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9RF09XP054195; Sat, 27 Oct 2012 15:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9RF09Df054191; Sat, 27 Oct 2012 15:00:09 GMT (envelope-from edwin) Date: Sat, 27 Oct 2012 15:00:09 GMT Message-Id: <201210271500.q9RF09Df054191@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/173141: New port: security/py-python-registry X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2012 15:00:09 -0000 Synopsis: New port: security/py-python-registry Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Oct 27 15:00:09 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=173141