aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 21:23:57 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 21:46:35 +0000
commit83c9d6936920251f340aa21fa6ce36cf3c013d0b (patch)
treec84590a6a0ccd5b7587644e95e241df19a5779fe /archivers
parent8da00448510281d595f006c5ee6430e419a7a9df (diff)
downloadports-83c9d6936920251f340aa21fa6ce36cf3c013d0b.tar.gz
ports-83c9d6936920251f340aa21fa6ce36cf3c013d0b.zip
archivers/py-zopfli: Update to 0.1.9
- Strip shared library - Update WWW Changes: https://github.com/fonttools/py-zopfli/releases
Diffstat (limited to 'archivers')
-rw-r--r--archivers/py-zopfli/Makefile7
-rw-r--r--archivers/py-zopfli/distinfo6
-rw-r--r--archivers/py-zopfli/pkg-descr2
3 files changed, 10 insertions, 5 deletions
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,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= zopfli
-PORTVERSION= 0.1.8
+PORTVERSION= 0.1.9
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,12 @@ 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 <bsd.port.mk>
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
@@ -2,4 +2,4 @@ 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