git: 35ec13345c8e - main - devel/py-jellyfish: Update to 0.8.8
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 21 22:25:19 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=35ec13345c8e96aa94b885303531e330155df154
commit 35ec13345c8e96aa94b885303531e330155df154
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 22:13:30 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-21 22:23:33 +0000
devel/py-jellyfish: Update to 0.8.8
Changes: https://github.com/jamesturk/jellyfish/blob/main/docs/changelog.rst
---
devel/py-jellyfish/Makefile | 5 ++---
devel/py-jellyfish/distinfo | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/devel/py-jellyfish/Makefile b/devel/py-jellyfish/Makefile
index c27a1c8236d1..470d99482ff6 100644
--- a/devel/py-jellyfish/Makefile
+++ b/devel/py-jellyfish/Makefile
@@ -1,6 +1,5 @@
PORTNAME= jellyfish
-PORTVERSION= 0.8.2
-PORTREVISION= 1
+PORTVERSION= 0.8.8
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +14,6 @@ USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/jellyfish/cjellyfish*.so
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>
diff --git a/devel/py-jellyfish/distinfo b/devel/py-jellyfish/distinfo
index 0ec2ffa98476..e2ff160e8bb7 100644
--- a/devel/py-jellyfish/distinfo
+++ b/devel/py-jellyfish/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590171962
-SHA256 (jellyfish-0.8.2.tar.gz) = a499741401512d05bbd3556e448e960bc908eba3879fb73d450e8e91566a030b
-SIZE (jellyfish-0.8.2.tar.gz) = 134200
+TIMESTAMP = 1632227534
+SHA256 (jellyfish-0.8.8.tar.gz) = 0506089cacf9b5897442134417b04b3c6610c19f280ae535eace390dc6325a5c
+SIZE (jellyfish-0.8.8.tar.gz) = 134461
More information about the dev-commits-ports-main
mailing list