Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Feb 2011 12:07:37 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nivit@FreeBSD.org
Subject:   ports/154729: [PATCH] devel/py-distribute: update Makefile, add WWW
Message-ID:  <20110213040737.0F25F2AEC4DD@sunpoet.net>
Resent-Message-ID: <201102130410.p1D4A7FX093682@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154729
>Category:       ports
>Synopsis:       [PATCH] devel/py-distribute: update Makefile, add WWW
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 13 04:10:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Sat Feb  5 00:35:18 CST
>Description:
- Update Makefile
- Remove obsolete MD5 checksum
- Add WWW

Regardless of python version, both py-setuptools and py-distribute install
bin/easy_install. It's OK to replace PKGNAMEPREFIX by py[2-3][0-9]-.

Port maintainer (nivit@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- py-distribute-0.6.14.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-distribute/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	15 Sep 2010 16:36:09 -0000	1.1
+++ Makefile	13 Feb 2011 03:17:23 -0000
@@ -15,14 +15,11 @@
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	A Python packages installer, and Setuptools replacement
 
+CONFLICTS=	py[2-3][0-9]-setuptools-[0-9]*
+
 PLIST_SUB=	PYVER=${PYTHON_VER} VERSION=${PORTVERSION} SETUPTOOLS_VER=0.6c11
 
 PYDISTUTILS_NOEGGINFO=	yes
-# waiting for better times...
-PYEASYINSTALL_CMD=	${LOCALBASE}/bin/easy_install-${PYTHON_VER}
-CONFLICTS=	${PKGNAMEPREFIX}setuptools-[0-9]*
-# i.e. a support in bsd.python.mk
-
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/py-distribute/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	15 Sep 2010 16:36:09 -0000	1.1
+++ distinfo	13 Feb 2011 03:17:23 -0000
@@ -1,3 +1,2 @@
-MD5 (distribute-0.6.14.tar.gz) = ac607e05682116c06383b27a15e2db90
 SHA256 (distribute-0.6.14.tar.gz) = 16d5da8211d74eb11f2744c5945a3c7fcae9abbfebb56ea493f177a45d2e5bec
 SIZE (distribute-0.6.14.tar.gz) = 281527
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/devel/py-distribute/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr	15 Sep 2010 16:36:09 -0000	1.1
+++ pkg-descr	13 Feb 2011 03:17:23 -0000
@@ -9,3 +9,5 @@
 
     - Re-factoring the code, and releasing it in several distributions.
       This work is being done in the 0.7.x series but not yet released.
+
+WWW: http://pypi.python.org/pypi/distribute
--- py-distribute-0.6.14.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110213040737.0F25F2AEC4DD>