git: 7711f2766dde - main - devel/py-frozenlist: Update to 1.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:48:58 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7711f2766dde156f57d777d1168c6d1a1bb0ed14
commit 7711f2766dde156f57d777d1168c6d1a1bb0ed14
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:10:56 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:37:56 +0000
devel/py-frozenlist: Update to 1.3.0
- Strip shared library
Changes: https://github.com/aio-libs/frozenlist/releases
---
devel/py-frozenlist/Makefile | 8 +++++---
devel/py-frozenlist/distinfo | 6 +++---
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/devel/py-frozenlist/Makefile b/devel/py-frozenlist/Makefile
index 94dd47c7d1de..202bdd48c7c4 100644
--- a/devel/py-frozenlist/Makefile
+++ b/devel/py-frozenlist/Makefile
@@ -1,5 +1,5 @@
PORTNAME= frozenlist
-PORTVERSION= 1.2.0
+PORTVERSION= 1.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,8 +10,10 @@ COMMENT= List-like structure which implements collections.abc.MutableSequence
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= gettext-runtime python:3.6+
+USES= gettext-runtime python:3.7+
USE_PYTHON= autoplist distutils
-INSTALL_TARGET= install-strip
+
+post-install:
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>
diff --git a/devel/py-frozenlist/distinfo b/devel/py-frozenlist/distinfo
index d9ef02db7516..53ba63800318 100644
--- a/devel/py-frozenlist/distinfo
+++ b/devel/py-frozenlist/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1639526623
-SHA256 (frozenlist-1.2.0.tar.gz) = 68201be60ac56aff972dc18085800b6ee07973c49103a8aba669dee3d71079de
-SIZE (frozenlist-1.2.0.tar.gz) = 65634
+TIMESTAMP = 1647264986
+SHA256 (frozenlist-1.3.0.tar.gz) = ce6f2ba0edb7b0c1d8976565298ad2deba6f8064d2bebb6ffce2ca896eb35b0b
+SIZE (frozenlist-1.3.0.tar.gz) = 65476