From owner-freebsd-python@FreeBSD.ORG Sun Mar 4 02:17:55 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 C634116A402; Sun, 4 Mar 2007 02:17:55 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A04E013C46B; Sun, 4 Mar 2007 02:17:55 +0000 (UTC) (envelope-from dryice@FreeBSD.org) Received: from freefall.freebsd.org (dryice@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l242HtG1000865; Sun, 4 Mar 2007 02:17:55 GMT (envelope-from dryice@freefall.freebsd.org) Received: (from dryice@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l242HtLc000861; Sun, 4 Mar 2007 02:17:55 GMT (envelope-from dryice) Date: Sun, 4 Mar 2007 02:17:55 GMT From: Dryice Dong Liu Message-Id: <200703040217.l242HtLc000861@freefall.freebsd.org> To: dryice@FreeBSD.org, freebsd-python@FreeBSD.org, dryice@FreeBSD.org Cc: Subject: Re: ports/109811: [MAINTAINER] devel/py-argparse: fix distinfo for rerolling distfiles X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2007 02:17:55 -0000 Synopsis: [MAINTAINER] devel/py-argparse: fix distinfo for rerolling distfiles Responsible-Changed-From-To: freebsd-python->dryice Responsible-Changed-By: dryice Responsible-Changed-When: Sun Mar 4 02:17:54 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=109811 From owner-freebsd-python@FreeBSD.ORG Sun Mar 4 07:00:47 2007 Return-Path: X-Original-To: python@freebsd.org 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 DF48516A404; Sun, 4 Mar 2007 07:00:47 +0000 (UTC) (envelope-from lwhsu@jail0.lwhsu.csie.net) Received: from knight.lwhsu.ckefgisc.org (lwhsu.Dorm7.NCTU.edu.tw [140.113.90.48]) by mx1.freebsd.org (Postfix) with ESMTP id AE3B313C4B8; Sun, 4 Mar 2007 07:00:46 +0000 (UTC) (envelope-from lwhsu@jail0.lwhsu.csie.net) Received: from jail0.lwhsu.csie.net (jail0 [192.168.173.100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by knight.lwhsu.ckefgisc.org (Postfix) with ESMTP id EF4DF11517; Sun, 4 Mar 2007 15:00:45 +0800 (CST) Received: (from lwhsu@localhost) by jail0.lwhsu.csie.net (8.13.8/8.13.8/Submit) id l2470jJg059891; Sun, 4 Mar 2007 15:00:45 +0800 (CST) (envelope-from lwhsu) Date: Sun, 4 Mar 2007 15:00:45 +0800 (CST) Message-Id: <200703040700.l2470jJg059891@jail0.lwhsu.csie.net> To: FreeBSD-gnats-submit@freebsd.org From: Li-Wen Hsu X-send-pr-version: 3.113 X-GNATS-Notify: Cc: python@freebsd.org, lwhsu@lwhsu.org Subject: [PATCH] devel/py-simplejson: update to 1.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2007 07:00:48 -0000 >Submitter-Id: current-users >Originator: Li-Wen Hsu >Organization: >Confidential: no >Synopsis: [PATCH] devel/py-simplejson: update to 1.6 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.2-STABLE i386 >Environment: System: FreeBSD jail0.lwhsu.csie.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jan 26 00:04:54 CST 2007 >Description: - Update to 1.6 Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py24-simplejson-1.6.patch begins here --- diff -ruN -ruN --exclude=CVS /usr/ports/devel/py-simplejson/Makefile /home/lwhsu/ports/devel/py-simplejson/Makefile --- /usr/ports/devel/py-simplejson/Makefile Wed Feb 14 23:56:01 2007 +++ /home/lwhsu/ports/devel/py-simplejson/Makefile Sun Mar 4 14:46:50 2007 @@ -6,7 +6,7 @@ # PORTNAME= simplejson -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= devel python MASTER_SITES= http://cheeseshop.python.org/packages/source/s/simplejson/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,5 +24,16 @@ PLIST_SUB+= PYSIMPLEJSON_EGG=${PYSIMPLEJSON_EGG} \ EGG_VER="${PORTNAME}==${PORTVERSION}" + +.if !defined(NOPORTDOCS) +DOCSDIR= ${TARGETDIR}/share/doc/py-${PORTNAME} +PORTDOCS= * +.endif + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${CP} -R ${WRKSRC}/docs/* ${DOCSDIR} +.endif .include diff -ruN -ruN --exclude=CVS /usr/ports/devel/py-simplejson/distinfo /home/lwhsu/ports/devel/py-simplejson/distinfo --- /usr/ports/devel/py-simplejson/distinfo Wed Feb 14 23:56:01 2007 +++ /home/lwhsu/ports/devel/py-simplejson/distinfo Sun Mar 4 14:22:12 2007 @@ -1,3 +1,3 @@ -MD5 (simplejson-1.5.tar.gz) = 16e579c1230e7a0469f9e46b57fb53df -SHA256 (simplejson-1.5.tar.gz) = df6c8bdb40697051c5bb920eb272d33e9dd54b2ebe72e0f47a9e815a585e8ae1 -SIZE (simplejson-1.5.tar.gz) = 54956 +MD5 (simplejson-1.6.tar.gz) = be3e13943a9627a3cfc012e31db0550b +SHA256 (simplejson-1.6.tar.gz) = e901c0e78ceba9b3679ddccad5dd48e6dd84f087dc288a2e24e5c6d875a4f735 +SIZE (simplejson-1.6.tar.gz) = 56204 --- py24-simplejson-1.6.patch ends here --- From owner-freebsd-python@FreeBSD.ORG Sun Mar 4 07:10:15 2007 Return-Path: X-Original-To: python@hub.freebsd.org 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 4F13F16A408; Sun, 4 Mar 2007 07:10:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 282BB13C4B3; Sun, 4 Mar 2007 07:10:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l247AFr1019927; Sun, 4 Mar 2007 07:10:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l247AFUi019923; Sun, 4 Mar 2007 07:10:15 GMT (envelope-from edwin) Date: Sun, 4 Mar 2007 07:10:15 GMT From: Edwin Groothuis Message-Id: <200703040710.l247AFUi019923@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, python@FreeBSD.org Cc: Subject: Re: ports/109839: [PATCH] devel/py-simplejson: update to 1.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2007 07:10:15 -0000 Synopsis: [PATCH] devel/py-simplejson: update to 1.6 Responsible-Changed-From-To: freebsd-ports-bugs->python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 4 07:10:14 UTC 2007 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=109839 From owner-freebsd-python@FreeBSD.ORG Sun Mar 4 09:18:00 2007 Return-Path: X-Original-To: python@hub.freebsd.org 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 0324F16A401; Sun, 4 Mar 2007 09:18:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id D0B0D13C48D; Sun, 4 Mar 2007 09:17:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l249HxLT030175; Sun, 4 Mar 2007 09:17:59 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l249HxiE030171; Sun, 4 Mar 2007 09:17:59 GMT (envelope-from miwi) Date: Sun, 4 Mar 2007 09:17:59 GMT From: Martin Wilke Message-Id: <200703040917.l249HxiE030171@freefall.freebsd.org> To: miwi@FreeBSD.org, python@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/109839: [PATCH] devel/py-simplejson: update to 1.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2007 09:18:00 -0000 Synopsis: [PATCH] devel/py-simplejson: update to 1.6 Responsible-Changed-From-To: python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sun Mar 4 09:17:59 UTC 2007 Responsible-Changed-Why: y http://www.freebsd.org/cgi/query-pr.cgi?pr=109839 From owner-freebsd-python@FreeBSD.ORG Mon Mar 5 11:08:21 2007 Return-Path: X-Original-To: freebsd-python@FreeBSD.org 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 51ADC16A4D4 for ; Mon, 5 Mar 2007 11:08:21 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 24F0113C49D for ; Mon, 5 Mar 2007 11:08:21 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l25B8LCn037575 for ; Mon, 5 Mar 2007 11:08:21 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l25B8Jnr037571 for freebsd-python@FreeBSD.org; Mon, 5 Mar 2007 11:08:19 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 5 Mar 2007 11:08:19 GMT Message-Id: <200703051108.l25B8Jnr037571@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 11:08:21 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/107498 python Update py-tada to use old website for download and pro 1 problem total. From owner-freebsd-python@FreeBSD.ORG Mon Mar 5 12:36:31 2007 Return-Path: X-Original-To: python@FreeBSD.org 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 E287016A403 for ; Mon, 5 Mar 2007 12:36:31 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id D2C7813C442 for ; Mon, 5 Mar 2007 12:36:31 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l25CaVXq047354 for ; Mon, 5 Mar 2007 12:36:31 GMT (envelope-from perky@freefall.freebsd.org) Received: from localhost (localhost [[UNIX: localhost]]) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l25CaV94047353 for python@FreeBSD.org; Mon, 5 Mar 2007 12:36:31 GMT (envelope-from perky) Date: Mon, 5 Mar 2007 21:36:23 +0900 From: Hye-Shik Chang To: python@FreeBSD.org Message-ID: <20070305123623.GA41027@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Accept-Language: ko, en Cc: Subject: New patch to upgrade python to 2.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 12:36:32 -0000 Hi guys Sorry for my late response to the recent python problems. I just prepared a patch to switch default version to 2.5. The patch also includes a fix for 2.5 migration problems related to egginfo and setuptools. Changes and notes for the patch: * lang/python depends on lang/python25 by default. * None of lang/python(ver) installs ${PREFIX}/bin/python but lang/python holds all executable files as symlinks to the default version's. * The user can choose her default python version that serves as ${PREFIX}/bin/python by putting PYTHON_VERSION=python{ver} in /etc/make.conf. * Even if the user didn't specify PYTHON_VERSION, bsd.python.mk will determine the default python version correctly if ${PREFIX}/bin/python exists. * ${PREFIX}/bin/python may not be available even though a consumer port used USE_PYTHON. It'll be need to use the filename including python version (eg. python2.5) in scripts or shebang lines. ${PYTHON_CMD} is provided by bsd.python.mk for this purpose. * egginfo support is added. PYDISTUTILS_EGGINFO holds a filename of egginfo and it'll be added to plist unless PYDISTUTILS_NOEGGINFO is defined. PYDISTUTILS_PKGNAME and PYDISTUTILS_PKGVERSION is added for the ports which has different name from distutils-side. * setuptools support is added. USE_PYDISTUTILS=easy_install invokes setuptools installation phases and it'll add setuptools registration/unregistration command to plist automatically. When the binary package is architecture-dependent, port must define PYEASYINSTALL_ARCHDEP to match the egg name. Here's a patch for python ports and bsd.python.mk: http://people.freebsd.org/~perky/python25-rev1.diff And a patch for few example ports; py-parsing, py-simplejson and py-zopeInterface. http://people.freebsd.org/~perky/python25-rev1-consumers.diff Thanks Hye-Shik From owner-freebsd-python@FreeBSD.ORG Mon Mar 5 17:00:38 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 8D20816A400; Mon, 5 Mar 2007 17:00:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5B2D413C4A5; Mon, 5 Mar 2007 17:00:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l25H0cQD066243; Mon, 5 Mar 2007 17:00:38 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l25H0cKv066237; Mon, 5 Mar 2007 17:00:38 GMT (envelope-from edwin) Date: Mon, 5 Mar 2007 17:00:38 GMT From: Edwin Groothuis Message-Id: <200703051700.l25H0cKv066237@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/109934: [NEW PORT] ftp/py-pyftpdlib: Python FTP server library X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 17:00:38 -0000 Synopsis: [NEW PORT] ftp/py-pyftpdlib: Python FTP server library Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 5 17:00:37 UTC 2007 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=109934 From owner-freebsd-python@FreeBSD.ORG Mon Mar 5 17:05:44 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 24F6116A402; Mon, 5 Mar 2007 17:05:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id F21C613C494; Mon, 5 Mar 2007 17:05:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l25H5he1066459; Mon, 5 Mar 2007 17:05:43 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l25H5hnW066455; Mon, 5 Mar 2007 17:05:43 GMT (envelope-from miwi) Date: Mon, 5 Mar 2007 17:05:43 GMT From: Martin Wilke Message-Id: <200703051705.l25H5hnW066455@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-python@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/109934: [NEW PORT] ftp/py-pyftpdlib: Python FTP server library X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 17:05:44 -0000 Synopsis: [NEW PORT] ftp/py-pyftpdlib: Python FTP server library Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Mar 5 17:05:43 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=109934 From owner-freebsd-python@FreeBSD.ORG Mon Mar 5 20:53:24 2007 Return-Path: X-Original-To: python@freebsd.org 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 BCFA616A401 for ; Mon, 5 Mar 2007 20:53:24 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from cherenkov.geekfire.com (cherenkov.geekfire.com [66.206.86.94]) by mx1.freebsd.org (Postfix) with ESMTP id A5F1913C48D for ; Mon, 5 Mar 2007 20:53:24 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from localhost.my.domain (c038h213.dorm.reed.edu [134.10.38.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by cherenkov.geekfire.com (Postfix) with ESMTP id 8C9CE3A875; Mon, 5 Mar 2007 12:22:53 -0800 (PST) From: Alexander Botero-Lowry To: Hye-Shik Chang In-reply-to: <20070305123623.GA41027@FreeBSD.org> References: <20070305123623.GA41027@FreeBSD.org> Comments: In-reply-to Hye-Shik Chang message dated "Mon, 05 Mar 2007 21:36:23 +0900." Date: Mon, 05 Mar 2007 12:25:59 -0800 Sender: alex@localhost X-Peer: 127.0.0.1 Message-Id: <20070305202257.8C9CE3A875@cherenkov.geekfire.com> Cc: python@freebsd.org Subject: Re: New patch to upgrade python to 2.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 20:53:24 -0000 > Hi guys > > Sorry for my late response to the recent python problems. > I just prepared a patch to switch default version to 2.5. The patch > also includes a fix for 2.5 migration problems related to egginfo > and setuptools. Yay! I've been waiting for you to show up to work this out, been afraid to go at it all on my own. > > Changes and notes for the patch: > > * lang/python depends on lang/python25 by default. > > * None of lang/python(ver) installs ${PREFIX}/bin/python but > lang/python holds all executable files as symlinks to the default > version's. > > * The user can choose her default python version that serves > as ${PREFIX}/bin/python by putting PYTHON_VERSION=python{ver} > in /etc/make.conf. > > * Even if the user didn't specify PYTHON_VERSION, bsd.python.mk > will determine the default python version correctly if > ${PREFIX}/bin/python exists. > > * ${PREFIX}/bin/python may not be available even though a consumer > port used USE_PYTHON. It'll be need to use the filename including > python version (eg. python2.5) in scripts or shebang lines. > ${PYTHON_CMD} is provided by bsd.python.mk for this purpose. > I think in all honesty we need to have something linked to $LOCALBASE/bin/python always. There are too many situations where people might have non ports managed stuff installed that has a shebang for a simple python binary, and even cases where python is invoked more directly that cause issues. I see this is also causing a problem for committers and submitters that have to patch or sed _every_ shebang line in existence instead of just getting a simple solution to the problem. > * egginfo support is added. PYDISTUTILS_EGGINFO holds a filename of > egginfo and it'll be added to plist unless PYDISTUTILS_NOEGGINFO is > defined. PYDISTUTILS_PKGNAME and PYDISTUTILS_PKGVERSION is added > for the ports which has different name from distutils-side. > Yay! > * setuptools support is added. USE_PYDISTUTILS=easy_install > invokes setuptools installation phases and it'll add setuptools > registration/unregistration command to plist automatically. When > the binary package is architecture-dependent, port must define > PYEASYINSTALL_ARCHDEP to match the egg name. > Does this provide a solution for the make -V BLAH_EGG hack that has been proliferating in ports (where one port depends on an egg of another port so it has to get the egg name from the other port using make -V. I believe py-django does this.) > Here's a patch for python ports and bsd.python.mk: > http://people.freebsd.org/~perky/python25-rev1.diff > > And a patch for few example ports; py-parsing, py-simplejson and > py-zopeInterface. > http://people.freebsd.org/~perky/python25-rev1-consumers.diff > > Thanks > > Hye-Shik > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > > !DSPAM:4,45ec0f3b854541621712674! > > From owner-freebsd-python@FreeBSD.ORG Mon Mar 5 22:05:43 2007 Return-Path: X-Original-To: python@freebsd.org 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 027B016A401; Mon, 5 Mar 2007 22:05:43 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id DD3B813C491; Mon, 5 Mar 2007 22:05:42 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay5.apple.com (a17-128-113-35.apple.com [17.128.113.35]) by mail-out3.apple.com (8.13.8/8.13.8) with ESMTP id l25LV3Ia010812; Mon, 5 Mar 2007 13:31:04 -0800 (PST) Received: from relay5.apple.com (unknown [127.0.0.1]) by relay5.apple.com (Symantec Mail Security) with ESMTP id D851529C005; Mon, 5 Mar 2007 13:31:03 -0800 (PST) X-AuditID: 11807123-a2e3bbb000000a32-c1-45ec8c17bbc2 Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay5.apple.com (Apple SCV relay) with ESMTP id C5CF630400D; Mon, 5 Mar 2007 13:31:03 -0800 (PST) In-Reply-To: <20070305202257.8C9CE3A875@cherenkov.geekfire.com> References: <20070305123623.GA41027@FreeBSD.org> <20070305202257.8C9CE3A875@cherenkov.geekfire.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <118D2F7D-B41F-4EAF-A9C8-F3840173EA09@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Mon, 5 Mar 2007 13:30:55 -0800 To: Alexander Botero-Lowry X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: Hye-Shik Chang , python@freebsd.org Subject: Re: New patch to upgrade python to 2.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 22:05:43 -0000 On Mar 5, 2007, at 12:25 PM, Alexander Botero-Lowry wrote: >> * ${PREFIX}/bin/python may not be available even though a consumer >> port used USE_PYTHON. It'll be need to use the filename including >> python version (eg. python2.5) in scripts or shebang lines. >> ${PYTHON_CMD} is provided by bsd.python.mk for this purpose. > > I think in all honesty we need to have something linked to > $LOCALBASE/bin/python always. I strongly second this position. > There are too many situations where people > might have non ports managed stuff installed that has a shebang for a > simple python binary, and even cases where python is invoked more > directly > that cause issues. I see this is also causing a problem for > committers and > submitters that have to patch or sed _every_ shebang line in existence > instead of just getting a simple solution to the problem. Python has handled potentially incompatible API changes and deprecation extremely well, and there are few times indeed when the majority of Python code needs to pay any attention to the specific version of the Python interpreter which is installed. -- -Chuck From owner-freebsd-python@FreeBSD.ORG Tue Mar 6 06:26:53 2007 Return-Path: X-Original-To: python@FreeBSD.org 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 1B8EC16A405; Tue, 6 Mar 2007 06:26:53 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id E546513C48D; Tue, 6 Mar 2007 06:26:52 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l266Qql8014679; Tue, 6 Mar 2007 06:26:52 GMT (envelope-from perky@freefall.freebsd.org) Received: from localhost (localhost [[UNIX: localhost]]) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l266Qq5F014678; Tue, 6 Mar 2007 06:26:52 GMT (envelope-from perky) Date: Tue, 6 Mar 2007 15:26:49 +0900 From: Hye-Shik Chang To: Alexander Botero-Lowry Message-ID: <20070306062649.GA62573@FreeBSD.org> References: <20070305123623.GA41027@FreeBSD.org> <20070305202257.8C9CE3A875@cherenkov.geekfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070305202257.8C9CE3A875@cherenkov.geekfire.com> User-Agent: Mutt/1.4.2.2i X-Accept-Language: ko, en Cc: python@FreeBSD.org Subject: Re: New patch to upgrade python to 2.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2007 06:26:53 -0000 On Mon, Mar 05, 2007 at 12:25:59PM -0800, Alexander Botero-Lowry wrote: > > Hi guys > > > > Sorry for my late response to the recent python problems. > > I just prepared a patch to switch default version to 2.5. The patch > > also includes a fix for 2.5 migration problems related to egginfo > > and setuptools. > Yay! I've been waiting for you to show up to work this out, been afraid > to go at it all on my own. Thanks for the patience and efforts for the past months. :-) > > > > * ${PREFIX}/bin/python may not be available even though a consumer > > port used USE_PYTHON. It'll be need to use the filename including > > python version (eg. python2.5) in scripts or shebang lines. > > ${PYTHON_CMD} is provided by bsd.python.mk for this purpose. > > > I think in all honesty we need to have something linked to > $LOCALBASE/bin/python always. There are too many situations where people > might have non ports managed stuff installed that has a shebang for a > simple python binary, and even cases where python is invoked more directly > that cause issues. I see this is also causing a problem for committers and > submitters that have to patch or sed _every_ shebang line in existence > instead of just getting a simple solution to the problem. Okay. I found the way adopted by ruby ports would be also useful for python ports. I'll try to implement a similar system soon. > > * setuptools support is added. USE_PYDISTUTILS=easy_install > > invokes setuptools installation phases and it'll add setuptools > > registration/unregistration command to plist automatically. When > > the binary package is architecture-dependent, port must define > > PYEASYINSTALL_ARCHDEP to match the egg name. > > > Does this provide a solution for the make -V BLAH_EGG hack that has been > proliferating in ports (where one port depends on an egg of another port > so it has to get the egg name from the other port using make -V. I believe > py-django does this.) Can't py-django use a versioned dependency instead? For eg. in py-twistedCore: BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0_1:${PORTSDIR}/devel/py-zopeInterface I think the most usecases of the hack can go away using that way. Hye-Shik From owner-freebsd-python@FreeBSD.ORG Wed Mar 7 13:20:17 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 3F60316A402; Wed, 7 Mar 2007 13:20:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1940F13C471; Wed, 7 Mar 2007 13:20:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l27DKGYw076838; Wed, 7 Mar 2007 13:20:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l27DKGWS076834; Wed, 7 Mar 2007 13:20:16 GMT (envelope-from edwin) Date: Wed, 7 Mar 2007 13:20:16 GMT From: Edwin Groothuis Message-Id: <200703071320.l27DKGWS076834@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/110032: [MAINTAINER] ftp/py-pyftpdlib: update to 0.1.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2007 13:20:17 -0000 Synopsis: [MAINTAINER] ftp/py-pyftpdlib: update to 0.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 7 13:20:16 UTC 2007 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=110032 From owner-freebsd-python@FreeBSD.ORG Wed Mar 7 13:22:26 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 3DB4C16A485; Wed, 7 Mar 2007 13:22:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 17B9E13C474; Wed, 7 Mar 2007 13:22:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l27DMP9G077092; Wed, 7 Mar 2007 13:22:25 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l27DMPnw077088; Wed, 7 Mar 2007 13:22:25 GMT (envelope-from miwi) Date: Wed, 7 Mar 2007 13:22:25 GMT From: Martin Wilke Message-Id: <200703071322.l27DMPnw077088@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-python@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/110032: [MAINTAINER] ftp/py-pyftpdlib: update to 0.1.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2007 13:22:26 -0000 Synopsis: [MAINTAINER] ftp/py-pyftpdlib: update to 0.1.1 Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Mar 7 13:22:25 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=110032 From owner-freebsd-python@FreeBSD.ORG Thu Mar 8 11:30:16 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 3AC6516A40B; Thu, 8 Mar 2007 11:30:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 10FBF13C471; Thu, 8 Mar 2007 11:30:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l28BUFQC097880; Thu, 8 Mar 2007 11:30:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l28BUFqH097876; Thu, 8 Mar 2007 11:30:15 GMT (envelope-from edwin) Date: Thu, 8 Mar 2007 11:30:15 GMT From: Edwin Groothuis Message-Id: <200703081130.l28BUFqH097876@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/110077: [PATCH] devel/py-pefile: update to 1.2.4 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2007 11:30:16 -0000 Synopsis: [PATCH] devel/py-pefile: update to 1.2.4 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 8 11:30:15 UTC 2007 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=110077 From owner-freebsd-python@FreeBSD.ORG Thu Mar 8 11:30:26 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 B634216A404; Thu, 8 Mar 2007 11:30:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8C11013C48E; Thu, 8 Mar 2007 11:30:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l28BUQ3l098075; Thu, 8 Mar 2007 11:30:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l28BUQL4098069; Thu, 8 Mar 2007 11:30:26 GMT (envelope-from edwin) Date: Thu, 8 Mar 2007 11:30:26 GMT From: Edwin Groothuis Message-Id: <200703081130.l28BUQL4098069@freefall.freebsd.org> To: lwhsu@lwhsu.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/110077: [PATCH] devel/py-pefile: update to 1.2.4 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2007 11:30:26 -0000 Synopsis: [PATCH] devel/py-pefile: update to 1.2.4 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Mar 8 11:30:25 UTC 2007 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=110077 From owner-freebsd-python@FreeBSD.ORG Thu Mar 8 11:36:16 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 AF57C16A402; Thu, 8 Mar 2007 11:36:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 85F1D13C47E; Thu, 8 Mar 2007 11:36:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l28BaGeD099669; Thu, 8 Mar 2007 11:36:16 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l28BaGj1099665; Thu, 8 Mar 2007 11:36:16 GMT (envelope-from miwi) Date: Thu, 8 Mar 2007 11:36:16 GMT From: Martin Wilke Message-Id: <200703081136.l28BaGj1099665@freefall.freebsd.org> To: antoine.brodin@laposte.net, miwi@FreeBSD.org, freebsd-python@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/110077: [PATCH] devel/py-pefile: update to 1.2.4 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2007 11:36:16 -0000 Synopsis: [PATCH] devel/py-pefile: update to 1.2.4 Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Mar 8 11:36:15 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=110077 From owner-freebsd-python@FreeBSD.ORG Thu Mar 8 17:00:21 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 BB79316A402; Thu, 8 Mar 2007 17:00:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 914DE13C46B; Thu, 8 Mar 2007 17:00:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l28H0Le7023092; Thu, 8 Mar 2007 17:00:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l28H0LcE023088; Thu, 8 Mar 2007 17:00:21 GMT (envelope-from edwin) Date: Thu, 8 Mar 2007 17:00:21 GMT From: Edwin Groothuis Message-Id: <200703081700.l28H0LcE023088@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/110094: [MAINTAINER] www/py-flup: update to 0.5.r2311 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2007 17:00:21 -0000 Synopsis: [MAINTAINER] www/py-flup: update to 0.5.r2311 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 8 17:00:20 UTC 2007 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=110094 From owner-freebsd-python@FreeBSD.ORG Thu Mar 8 17:08:19 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 1954816A401; Thu, 8 Mar 2007 17:08:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id E423D13C4A7; Thu, 8 Mar 2007 17:08:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l28H8IOt023410; Thu, 8 Mar 2007 17:08:18 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l28H8Ii5023406; Thu, 8 Mar 2007 17:08:18 GMT (envelope-from miwi) Date: Thu, 8 Mar 2007 17:08:18 GMT From: Martin Wilke Message-Id: <200703081708.l28H8Ii5023406@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-python@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/110094: [MAINTAINER] www/py-flup: update to 0.5.r2311 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2007 17:08:19 -0000 Synopsis: [MAINTAINER] www/py-flup: update to 0.5.r2311 Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Mar 8 17:08:18 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=110094 From owner-freebsd-python@FreeBSD.ORG Fri Mar 9 13:50:16 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 C44A616A402; Fri, 9 Mar 2007 13:50:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9333113C48D; Fri, 9 Mar 2007 13:50:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l29DoGi3013118; Fri, 9 Mar 2007 13:50:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l29DoGJi013114; Fri, 9 Mar 2007 13:50:16 GMT (envelope-from edwin) Date: Fri, 9 Mar 2007 13:50:16 GMT From: Edwin Groothuis Message-Id: <200703091350.l29DoGJi013114@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/110130: [MAINTAINER] www/py-funkload: update to 1.6.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 13:50:16 -0000 Synopsis: [MAINTAINER] www/py-funkload: update to 1.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 9 13:50:15 UTC 2007 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=110130 From owner-freebsd-python@FreeBSD.ORG Fri Mar 9 13:58:52 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 751DE16A401; Fri, 9 Mar 2007 13:58:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4590913C4B3; Fri, 9 Mar 2007 13:58:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l29Dwqe8013427; Fri, 9 Mar 2007 13:58:52 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l29Dwqq8013423; Fri, 9 Mar 2007 13:58:52 GMT (envelope-from miwi) Date: Fri, 9 Mar 2007 13:58:52 GMT From: Martin Wilke Message-Id: <200703091358.l29Dwqq8013423@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-python@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/110130: [MAINTAINER] www/py-funkload: update to 1.6.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 13:58:52 -0000 Synopsis: [MAINTAINER] www/py-funkload: update to 1.6.1 Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Mar 9 13:58:51 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=110130 From owner-freebsd-python@FreeBSD.ORG Fri Mar 9 15:10:19 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 D8BB516A46E; Fri, 9 Mar 2007 15:10:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A834313C48D; Fri, 9 Mar 2007 15:10:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l29FAJ6g030098; Fri, 9 Mar 2007 15:10:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l29FAJ25030094; Fri, 9 Mar 2007 15:10:19 GMT (envelope-from edwin) Date: Fri, 9 Mar 2007 15:10:19 GMT From: Edwin Groothuis Message-Id: <200703091510.l29FAJ25030094@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/110132: [NEW PORT] www/py-httplib2: A comprehensive HTTP client library X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 15:10:20 -0000 Synopsis: [NEW PORT] www/py-httplib2: A comprehensive HTTP client library Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 9 15:10:19 UTC 2007 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=110132 From owner-freebsd-python@FreeBSD.ORG Fri Mar 9 15:18:23 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 98D7516A401; Fri, 9 Mar 2007 15:18:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6958F13C467; Fri, 9 Mar 2007 15:18:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l29FIN3o030722; Fri, 9 Mar 2007 15:18:23 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l29FINOi030718; Fri, 9 Mar 2007 15:18:23 GMT (envelope-from miwi) Date: Fri, 9 Mar 2007 15:18:23 GMT From: Martin Wilke Message-Id: <200703091518.l29FINOi030718@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-python@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/110132: [NEW PORT] www/py-httplib2: A comprehensive HTTP client library X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 15:18:23 -0000 Synopsis: [NEW PORT] www/py-httplib2: A comprehensive HTTP client library Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Mar 9 15:18:22 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=110132 From owner-freebsd-python@FreeBSD.ORG Fri Mar 9 15:30:15 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 E843916A406; Fri, 9 Mar 2007 15:30:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B9D1E13C4A7; Fri, 9 Mar 2007 15:30:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l29FUFec031420; Fri, 9 Mar 2007 15:30:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l29FUFlp031416; Fri, 9 Mar 2007 15:30:15 GMT (envelope-from edwin) Date: Fri, 9 Mar 2007 15:30:15 GMT From: Edwin Groothuis Message-Id: <200703091530.l29FUFlp031416@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/110136: [PATCH] devel/py-ll-core: update to 1.7.4 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 15:30:16 -0000 Synopsis: [PATCH] devel/py-ll-core: update to 1.7.4 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 9 15:30:15 UTC 2007 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=110136 From owner-freebsd-python@FreeBSD.ORG Fri Mar 9 15:30:29 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 8EE1316A403; Fri, 9 Mar 2007 15:30:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6024A13C48E; Fri, 9 Mar 2007 15:30:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l29FUTE0031577; Fri, 9 Mar 2007 15:30:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l29FUTZC031573; Fri, 9 Mar 2007 15:30:29 GMT (envelope-from edwin) Date: Fri, 9 Mar 2007 15:30:29 GMT From: Edwin Groothuis Message-Id: <200703091530.l29FUTZC031573@freefall.freebsd.org> To: lwhsu@lwhsu.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/110136: [PATCH] devel/py-ll-core: update to 1.7.4 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 15:30:29 -0000 Synopsis: [PATCH] devel/py-ll-core: update to 1.7.4 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 9 15:30:28 UTC 2007 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=110136 From owner-freebsd-python@FreeBSD.ORG Fri Mar 9 15:34:03 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 31E6B16A404; Fri, 9 Mar 2007 15:34:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 03D6713C49D; Fri, 9 Mar 2007 15:34:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l29FY27D033214; Fri, 9 Mar 2007 15:34:02 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l29FY2Yu033210; Fri, 9 Mar 2007 15:34:02 GMT (envelope-from miwi) Date: Fri, 9 Mar 2007 15:34:02 GMT From: Martin Wilke Message-Id: <200703091534.l29FY2Yu033210@freefall.freebsd.org> To: quakelee@cn.freebsd.org, miwi@FreeBSD.org, freebsd-python@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/110136: [PATCH] devel/py-ll-core: update to 1.7.4 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 15:34:03 -0000 Synopsis: [PATCH] devel/py-ll-core: update to 1.7.4 Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Mar 9 15:34:02 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=110136 From owner-freebsd-python@FreeBSD.ORG Fri Mar 9 16:42:27 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 80EF916A405; Fri, 9 Mar 2007 16:42:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5356C13C442; Fri, 9 Mar 2007 16:42:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l29GgRwC038883; Fri, 9 Mar 2007 16:42:27 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l29GgQh8038879; Fri, 9 Mar 2007 16:42:26 GMT (envelope-from pav) Date: Fri, 9 Mar 2007 16:42:26 GMT From: Pav Lucistnik Message-Id: <200703091642.l29GgQh8038879@freefall.freebsd.org> To: clive@darkarts.co.za, jacques@powertrip.co.za, pav@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/107498: Update py-tada to use old website for download and provide a mirror X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 16:42:27 -0000 Synopsis: Update py-tada to use old website for download and provide a mirror State-Changed-From-To: feedback->closed State-Changed-By: pav State-Changed-When: Fri Mar 9 16:38:14 UTC 2007 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=107498 From owner-freebsd-python@FreeBSD.ORG Fri Mar 9 16:50:07 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 B459E16A400 for ; Fri, 9 Mar 2007 16:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6343813C49D for ; Fri, 9 Mar 2007 16:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l29Go7BY039007 for ; Fri, 9 Mar 2007 16:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l29Go77r039004; Fri, 9 Mar 2007 16:50:07 GMT (envelope-from gnats) Date: Fri, 9 Mar 2007 16:50:07 GMT Message-Id: <200703091650.l29Go77r039004@freefall.freebsd.org> To: freebsd-python@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/107498: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 16:50:07 -0000 The following reply was made to PR ports/107498; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/107498: commit references a PR Date: Fri, 9 Mar 2007 16:42:18 +0000 (UTC) pav 2007-03-09 16:42:11 UTC FreeBSD ports repository Modified files: databases/py-tada Makefile distinfo Log: - Fix fetch PR: ports/107498 Submitted by: Jacques Marneweck Approved by: maintainer timeout (2 months) Revision Changes Path 1.4 +2 -1 ports/databases/py-tada/Makefile 1.4 +3 -3 ports/databases/py-tada/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Sat Mar 10 04:55:51 2007 Return-Path: X-Original-To: python@FreeBSD.org 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 6E35A16A400 for ; Sat, 10 Mar 2007 04:55:51 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 5BFE813C47E for ; Sat, 10 Mar 2007 04:55:51 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 0B5BF1A4D86 for ; Fri, 9 Mar 2007 20:55:51 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4DBD851248; Fri, 9 Mar 2007 23:55:50 -0500 (EST) Date: Fri, 9 Mar 2007 23:55:50 -0500 From: Kris Kennaway To: python@FreeBSD.org Message-ID: <20070310045550.GK95431@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jmkJtp15SxLq1SbD" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [ports-i386@pointyhat.freebsd.org: py24-clientform-0.2.6 failed on i386 5] X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2007 04:55:51 -0000 --jmkJtp15SxLq1SbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Tue, 6 Mar 2007 10:35:12 GMT From: User Ports-i386 To: kris@FreeBSD.org Subject: py24-clientform-0.2.6 failed on i386 5 X-UIDL: c+P"!jM%#!1UA"!E]T!! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.1.5 building py24-clientform-0.2.6 on gohan35.freebsd.org in directory /x/tmp/5/chroot/96877 building for: 5.5-STABLE i386 maintained by: python@FreeBSD.org port directory: /usr/ports/www/py-clientform build started at Tue Mar 6 10:35:02 UTC 2007 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3Dpy24-setuptools-0.6c5.tbz python24-2.4.4.tbz RUN_DEPENDS=3Dpy24-setuptools-0.6c5.tbz python24-2.4.4.tbz prefixes: LOCALBASE=3Dusr/local X11BASE=3Dusr/X11R6 add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D> ClientForm-0.2.6.tar.gz doesn't seem to exist in /tmp/distfiles/. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/ClientForm-= 0.2.6.tar.gz: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/ClientForm-0.2.6.t= ar.gz: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from http://wwwsearch.sourceforge.net/ClientForm/s= rc/. fetch: http://wwwsearch.sourceforge.net/ClientForm/src/ClientForm-0.2.6.tar= .gz: size unknown fetch: http://wwwsearch.sourceforge.net/ClientForm/src/ClientForm-0.2.6.tar= .gz: size of remote file is not known ClientForm-0.2.6.tar.gz -1 B 613 kBps =3D> MD5 Checksum mismatch for ClientForm-0.2.6.tar.gz. =3D> SHA256 Checksum mismatch for ClientForm-0.2.6.tar.gz. =3D=3D=3D> Refetch for 1 more times files: ClientForm-0.2.6.tar.gz ClientF= orm-0.2.6.tar.gz=20 =3D> ClientForm-0.2.6.tar.gz doesn't seem to exist in /tmp/distfiles/. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/ClientForm-= 0.2.6.tar.gz: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/ClientForm-0.2.6.t= ar.gz: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from http://wwwsearch.sourceforge.net/ClientForm/s= rc/. fetch: ClientForm-0.2.6.tar.gz: local modification time does not match remo= te =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/ClientForm-= 0.2.6.tar.gz: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/ClientForm-0.2.6.t= ar.gz: File unavailable (e.g., file not found, no access) =3D> Couldn't fetch it - please try to retrieve this =3D> port manually into /tmp/distfiles/ and try again. *** Error code 1 Stop in /a/ports/www/py-clientform. *** Error code 1 Stop in /a/ports/www/py-clientform. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/www/py-clientform ended at Tue Mar 6 10:35:08 UTC 2007 ----- End forwarded message ----- --jmkJtp15SxLq1SbD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFF8jpVWry0BWjoQKURAvGLAJwL6hy4wvi3EI3mxzYMqpmFrK5dpACg2h1j rkx6IJXppnkVC6xmgaj5Y1Y= =ENt2 -----END PGP SIGNATURE----- --jmkJtp15SxLq1SbD-- From owner-freebsd-python@FreeBSD.ORG Sat Mar 10 08:10:13 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 C287B16A4A9; Sat, 10 Mar 2007 08:10:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9B3FE13C49D; Sat, 10 Mar 2007 08:10:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2A8ADBv010585; Sat, 10 Mar 2007 08:10:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2A8ADoQ010581; Sat, 10 Mar 2007 08:10:13 GMT (envelope-from edwin) Date: Sat, 10 Mar 2007 08:10:13 GMT From: Edwin Groothuis Message-Id: <200703100810.l2A8ADoQ010581@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/110149: [PATCH] math/py-matplotlib: fix depends on devel/py-pytz X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2007 08:10:13 -0000 Synopsis: [PATCH] math/py-matplotlib: fix depends on devel/py-pytz Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 10 08:10:12 UTC 2007 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=110149 From owner-freebsd-python@FreeBSD.ORG Sat Mar 10 08:10:21 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 3F0C816A41A; Sat, 10 Mar 2007 08:10:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1135513C428; Sat, 10 Mar 2007 08:10:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2A8AKD3010687; Sat, 10 Mar 2007 08:10:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2A8AKWC010683; Sat, 10 Mar 2007 08:10:20 GMT (envelope-from edwin) Date: Sat, 10 Mar 2007 08:10:20 GMT From: Edwin Groothuis Message-Id: <200703100810.l2A8AKWC010683@freefall.freebsd.org> To: lwhsu@lwhsu.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/110149: [PATCH] math/py-matplotlib: fix depends on devel/py-pytz X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2007 08:10:21 -0000 Synopsis: [PATCH] math/py-matplotlib: fix depends on devel/py-pytz State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Mar 10 08:10:20 UTC 2007 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=110149 From owner-freebsd-python@FreeBSD.ORG Sat Mar 10 08:11:26 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org 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 C39F416A405; Sat, 10 Mar 2007 08:11:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 94D6F13C4A3; Sat, 10 Mar 2007 08:11:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2A8BQce011039; Sat, 10 Mar 2007 08:11:26 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2A8BQkU011035; Sat, 10 Mar 2007 08:11:26 GMT (envelope-from miwi) Date: Sat, 10 Mar 2007 08:11:26 GMT From: Martin Wilke Message-Id: <200703100811.l2A8BQkU011035@freefall.freebsd.org> To: mainland@apeiron.net, miwi@FreeBSD.org, freebsd-python@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/110149: [PATCH] math/py-matplotlib: fix depends on devel/py-pytz X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2007 08:11:26 -0000 Synopsis: [PATCH] math/py-matplotlib: fix depends on devel/py-pytz Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sat Mar 10 08:11:25 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=110149 From owner-freebsd-python@FreeBSD.ORG Sat Mar 10 12:45:24 2007 Return-Path: X-Original-To: python@FreeBSD.org 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 8BDD516A406 for ; Sat, 10 Mar 2007 12:45:24 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6021B13C474 for ; Sat, 10 Mar 2007 12:45:24 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2ACjONw029959 for ; Sat, 10 Mar 2007 12:45:24 GMT (envelope-from perky@freefall.freebsd.org) Received: from localhost (localhost [[UNIX: localhost]]) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2ACjOra029958 for python@FreeBSD.org; Sat, 10 Mar 2007 12:45:24 GMT (envelope-from perky) Date: Sat, 10 Mar 2007 21:45:21 +0900 From: Hye-Shik Chang To: python@FreeBSD.org Message-ID: <20070310124521.GA2262@FreeBSD.org> References: <20070305123623.GA41027@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070305123623.GA41027@FreeBSD.org> User-Agent: Mutt/1.4.2.2i X-Accept-Language: ko, en Cc: Subject: Re: New patch to upgrade python to 2.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2007 12:45:24 -0000 On Mon, Mar 05, 2007 at 09:36:23PM +0900, Hye-Shik Chang wrote: > > Here's a patch for python ports and bsd.python.mk: > http://people.freebsd.org/~perky/python25-rev1.diff I made a new revision with the idea from bsd.ruby.mk(:>): http://people.freebsd.org/~perky/python25-rev2.diff > And a patch for few example ports; py-parsing, py-simplejson and > py-zopeInterface. > http://people.freebsd.org/~perky/python25-rev1-consumers.diff > I'll try to put the patch into miwi's tinderbox. (Thanks, miwi!) Hye-Shik