Permalink
Browse files
py-setuptools: update to 41.0.1
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+3
−3
python/py-setuptools/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-setuptools |
|
|
version 41.0.0 |
|
|
version 41.0.1 |
|
|
categories-append devel |
|
|
# License status is murky. The current maintainer decided to relicense as |
|
|
# MIT, but he doesn't appear to have obtained the permission of previous |
|
|
@@ -26,8 +26,8 @@ homepage https://pypi.org/project/setuptools/ |
|
|
master_sites pypi:s/setuptools/ |
|
|
use_zip yes |
|
|
|
|
|
checksums rmd160 0c45d801c2880ef83092da40eae819b4574e9802 \ |
|
|
sha256 79d30254b6fe7a8e672e43cd85f13a9f3f2a50080bc81d851143e2219ef0dcb1 |
|
|
checksums rmd160 610a2eb14c3ffa128b125b3bf992e2a479cf8a0b \ |
|
|
sha256 a222d126f5471598053c9a77f4b5d4f26eaa1f150ad6e01dcf1a42e185d05613 |
|
|
|
|
|
python.versions 26 27 33 34 35 36 37 |
|
|
python.link_binaries no |
|
|
|