diff options
author | koobs <koobs@FreeBSD.org> | 2014-08-11 16:10:14 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-08-11 16:10:14 +0800 |
commit | 194319cc61c5800f08df4c259a2bac7112bf8cf4 (patch) | |
tree | 630bc52fdd4333d027bc192908e75f0c6c5c321e /devel | |
parent | b3dc9cd3642c45c35458d6054b50bd078599d1c6 (diff) | |
download | freebsd-ports-gnome-194319cc61c5800f08df4c259a2bac7112bf8cf4.tar.gz freebsd-ports-gnome-194319cc61c5800f08df4c259a2bac7112bf8cf4.tar.zst freebsd-ports-gnome-194319cc61c5800f08df4c259a2bac7112bf8cf4.zip |
devel/py-setuptools: Update to 5.5.1
- Update to 5.5.1
- Add TEST_DEPENDS
- Rename patch (convention: double underscore)
- Fix grammo in pkg-message
Changes:
https://bitbucket.org/pypa/setuptools/src/5.5.1/CHANGES.txt
QA: unittests: Ran 136 tests in 2.068s - OK (skipped=2) [1]
[1] https://bitbucket.org/pypa/setuptools/issue/231
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-setuptools/Makefile | 4 | ||||
-rw-r--r-- | devel/py-setuptools/distinfo | 4 | ||||
-rw-r--r-- | devel/py-setuptools/files/patch-setuptools__command__install_egg_info.py (renamed from devel/py-setuptools/files/patch-setuptools_command_install_egg_info.py) | 0 | ||||
-rw-r--r-- | devel/py-setuptools/files/pkg-message.in | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 2173a694ad49..ee6130e986e1 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= setuptools -PORTVERSION= 5.4.1 +PORTVERSION= 5.5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ COMMENT= Python packages installer LICENSE= PSFL +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest + CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}distribute-[0-9]* PLIST_SUB= PYVER=${PYTHON_VER} VERSION=${PORTVERSION} \ diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index 42e1414f03fb..0a090acdee7d 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,2 +1,2 @@ -SHA256 (python/setuptools-5.4.1.tar.gz) = 41194dc283bd186d5a7825c16b89d88bee369a6c4c4c7494e84909933b6f63be -SIZE (python/setuptools-5.4.1.tar.gz) = 782761 +SHA256 (python/setuptools-5.5.1.tar.gz) = 0a930d7b76d3791f7d1e7cf62e9ca74d3a89b653a86577b0a73969a6ad9e427c +SIZE (python/setuptools-5.5.1.tar.gz) = 1017931 diff --git a/devel/py-setuptools/files/patch-setuptools_command_install_egg_info.py b/devel/py-setuptools/files/patch-setuptools__command__install_egg_info.py index e46eeb4ca9ca..e46eeb4ca9ca 100644 --- a/devel/py-setuptools/files/patch-setuptools_command_install_egg_info.py +++ b/devel/py-setuptools/files/patch-setuptools__command__install_egg_info.py diff --git a/devel/py-setuptools/files/pkg-message.in b/devel/py-setuptools/files/pkg-message.in index 53b6635bd530..5b2803daf520 100644 --- a/devel/py-setuptools/files/pkg-message.in +++ b/devel/py-setuptools/files/pkg-message.in @@ -1,7 +1,7 @@ ********************************************************************* The script %%PREFIX%%/bin/easy_install was already installed - on your system, so the only script %%PREFIX%%/bin/easy_install-%%PYVER%% + on your system, so only the script %%PREFIX%%/bin/easy_install-%%PYVER%% has been added. ********************************************************************* |