Permalink
Browse files
py-tqdm: update to version 4.19.6
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+3
−3
python/py-tqdm/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-tqdm |
|
|
version 4.19.5 |
|
|
version 4.19.6 |
|
|
revision 0 |
|
|
categories-append devel |
|
|
platforms darwin |
|
|
@@ -23,8 +23,8 @@ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
|
|
|
|
|
distname ${python.rootname}-${version} |
|
|
|
|
|
checksums rmd160 356d9d8962197032cee822b870c59ec6e60f9340 \ |
|
|
sha256 df32e6f127dc0ccbc675eadb33f749abbcb8f174c5cb9ec49c0cdb73aa737377 |
|
|
checksums rmd160 c90d4a633bd930eb67334899ef471ab9cc9f292f \ |
|
|
sha256 5ec0d4442358e55cdb4a0471d04c6c831518fd8837f259db5537d90feab380df |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_lib-append port:py${python.version}-setuptools |
|
|
|