Permalink
Browse files
py-setuptools: update to 41.0.0
- 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 40.8.0 |
|
|
version 41.0.0 |
|
|
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 1ad540c706903ce62d098a54ba81c58a4ce221a2 \ |
|
|
sha256 6e4eec90337e849ade7103723b9a99631c1f0d19990d6e8412dc42f5ae8b304d |
|
|
checksums rmd160 0c45d801c2880ef83092da40eae819b4574e9802 \ |
|
|
sha256 79d30254b6fe7a8e672e43cd85f13a9f3f2a50080bc81d851143e2219ef0dcb1 |
|
|
|
|
|
python.versions 26 27 33 34 35 36 37 |
|
|
python.link_binaries no |
|
|
|