Permalink
Browse files
py-hypothesis: update to 3.48.1
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
python/py-hypothesis/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-hypothesis |
|
|
version 3.44.26 |
|
|
version 3.48.1 |
|
|
categories-append devel |
|
|
platforms darwin |
|
|
license MPL-2 |
|
|
@@ -24,9 +24,9 @@ homepage https://pypi.python.org/pypi/hypothesis |
|
|
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
|
|
distname ${python.rootname}-${version} |
|
|
|
|
|
checksums rmd160 45f58427ebb64b23a87bad787f664b1e2e979537 \ |
|
|
sha256 b58f9690a45ada6e0f77a75bca890a23c6184c89ebc34b5955d5d05c2d8caec1 \ |
|
|
size 145595 |
|
|
checksums rmd160 8a598bb9d2bc25de7ae929c73db7f33b0c7ff059 \ |
|
|
sha256 b26943fa3e0dc7127671cf37822bf061b83cc31d4ac23ceb0ebc12f93b1933ce \ |
|
|
size 150199 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_build-append port:py${python.version}-setuptools |
|
|
|