diff --git a/archivers/py-zopfli/Makefile b/archivers/py-zopfli/Makefile index ccafc78bf1a4..a610d671d2a7 100644 --- a/archivers/py-zopfli/Makefile +++ b/archivers/py-zopfli/Makefile @@ -1,18 +1,23 @@ # Created by: Po-Chuan Hsieh PORTNAME= zopfli -PORTVERSION= 0.1.8 +PORTVERSION= 0.1.9 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Zopfli module for python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} + USES= python:3.6+ zip USE_PYTHON= autoplist concurrent distutils +post-install: + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + + .include diff --git a/archivers/py-zopfli/distinfo b/archivers/py-zopfli/distinfo index aa0fecaf1b7a..31b8f76b4780 100644 --- a/archivers/py-zopfli/distinfo +++ b/archivers/py-zopfli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320088 -SHA256 (zopfli-0.1.8.zip) = 8b977dc07e3797907ab59e08096583bcd0b7e6c739849fbbeec09263f6356623 -SIZE (zopfli-0.1.8.zip) = 75707 +TIMESTAMP = 1635181027 +SHA256 (zopfli-0.1.9.zip) = 78de3cc08a8efaa8013d61528907d91ac4d6cc014ffd8a41cc10ee75e9e60d7b +SIZE (zopfli-0.1.9.zip) = 79873 diff --git a/archivers/py-zopfli/pkg-descr b/archivers/py-zopfli/pkg-descr index 2003c8769968..269ef6eadd2d 100644 --- a/archivers/py-zopfli/pkg-descr +++ b/archivers/py-zopfli/pkg-descr @@ -1,5 +1,5 @@ pyzopfli is a straightforward Python wrapper around zopfli's ZlibCompress method. It also wraps GzipCompress, but the API point does not try to mimic the gzip module. -WWW: https://github.com/obp/py-zopfli +WWW: https://github.com/fonttools/py-zopfli