Permalink
Browse files
py-zc-lockfile: update to 1.4; add python 34 35 36 37
- Loading branch information
Showing
with
5 additions
and
4 deletions.
-
+5
−4
python/py-zc-lockfile/Portfile
|
|
@@ -3,8 +3,8 @@ PortGroup python 1.0 |
|
|
|
|
|
name py-zc-lockfile |
|
|
set real_name zc.lockfile |
|
|
version 1.0.0 |
|
|
python.versions 27 |
|
|
version 1.4 |
|
|
python.versions 27 34 35 36 37 |
|
|
maintainers nomaintainer |
|
|
platforms darwin |
|
|
description Basic inter-process locks |
|
|
@@ -25,8 +25,9 @@ homepage https://pypi.python.org/pypi/${real_name} |
|
|
master_sites pypi:z/${real_name} |
|
|
distname ${real_name}-${version} |
|
|
|
|
|
checksums rmd160 ffc9485e8a3f219b0fef65465b838df9d633706c \ |
|
|
sha256 1f170e46eff20ae6c81cad5465f26702f3d3435e0511fb7983cd61a6ed84d5c0 |
|
|
checksums rmd160 e34bc6efc63e9540d588d8c83ae2da2270d00cde \ |
|
|
sha256 95a8e3846937ab2991b61703d6e0251d5abb9604e18412e2714e1b90db173253 \ |
|
|
size 11075 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_build port:py${python.version}-setuptools |
|
|
|