Permalink
Browse files
py-cffi: update to 1.12.2
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
python/py-cffi/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-cffi |
|
|
version 1.12.1 |
|
|
version 1.12.2 |
|
|
categories-append devel |
|
|
platforms darwin |
|
|
license MIT |
|
|
@@ -25,9 +25,9 @@ master_sites pypi:10/f7/3b302ff34045f25065091d40e074479d6893882faef135c96 |
|
|
|
|
|
distname cffi-${version} |
|
|
|
|
|
checksums rmd160 74d3643f37c0687501bf6f546bea0cfdd4798fa4 \ |
|
|
sha256 9b6f7ba4e78c52c1a291d0c0c0bd745d19adde1a9e1c03cb899f0c6efd6f8033 \ |
|
|
size 453584 |
|
|
checksums rmd160 b3a0deac9f6125cd368a34153821224636e3022e \ |
|
|
sha256 e113878a446c6228669144ae8a56e268c91b7f1fafae927adc4879d9849e0ea7 \ |
|
|
size 453893 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
patchfiles-append patch-setup.py.diff |
|
|
|