mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.6c3
This commit is contained in:
parent
04ad7e98e0
commit
f73f3a5d65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173672
3 changed files with 4 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= setuptools
|
||||
PORTVERSION= 0.6c1
|
||||
PORTVERSION= 0.6c3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://cheeseshop.python.org/packages/source/s/setuptools/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,7 +14,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Download, build, install, upgrade, and uninstall Python packages
|
||||
|
||||
USE_ZIP= yes
|
||||
DIST_SUBDIR= python
|
||||
USE_PYTHON= 2.3+
|
||||
USE_PYDISTUTILS= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (python/setuptools-0.6c1.zip) = 9e5e38dcce7902b892110625d18108c6
|
||||
SHA256 (python/setuptools-0.6c1.zip) = bcd7f2dce18208faf56cb872a8cb7a07db19ebea8a6a2c71ff71c72a642ec421
|
||||
SIZE (python/setuptools-0.6c1.zip) = 255048
|
||||
MD5 (python/setuptools-0.6c3.tar.gz) = 76cb98b779d356c64323125490f88d17
|
||||
SHA256 (python/setuptools-0.6c3.tar.gz) = b6b9bfefb41c6c2a44962a9ae1163f090d7c6ea536ed7c652ef4634d987dde5c
|
||||
SIZE (python/setuptools-0.6c3.tar.gz) = 238544
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
@comment $FreeBSD$
|
||||
bin/easy_install
|
||||
bin/easy_install-%%PYVER%%
|
||||
bin/easy_install.py
|
||||
%%PYTHON_SITELIBDIR%%/easy-install.pth
|
||||
%%PYTHON_SITELIBDIR%%/setuptools.pth
|
||||
%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg/EGG-INFO/PKG-INFO
|
||||
|
@ -9,7 +8,6 @@ bin/easy_install.py
|
|||
%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg/EGG-INFO/dependency_links.txt
|
||||
%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg/EGG-INFO/entry_points.txt
|
||||
%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg/EGG-INFO/not-zip-safe
|
||||
%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg/EGG-INFO/scripts/easy_install.py
|
||||
%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg/EGG-INFO/top_level.txt
|
||||
%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg/easy_install.py
|
||||
%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg/easy_install.pyc
|
||||
|
|
Loading…
Add table
Reference in a new issue