Skip to content

Commit

Permalink
devel/py-immutables: Update to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Oct 3, 2022
1 parent e47e394 commit 1715852
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions devel/py-immutables/Makefile
@@ -1,5 +1,5 @@
PORTNAME= immutables
PORTVERSION= 0.18
PORTVERSION= 0.19
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -15,13 +15,13 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR}
.endif

post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +

.include <bsd.port.post.mk>
6 changes: 3 additions & 3 deletions devel/py-immutables/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1653925958
SHA256 (immutables-0.18.tar.gz) = 5336c7974084cce62f7e29aaff81a3c3f75e0fd0a23a2faeb986ae0ea08d8cf4
SIZE (immutables-0.18.tar.gz) = 84799
TIMESTAMP = 1663672828
SHA256 (immutables-0.19.tar.gz) = df17942d60e8080835fcc5245aa6928ef4c1ed567570ec019185798195048dcf
SIZE (immutables-0.19.tar.gz) = 85490

0 comments on commit 1715852

Please sign in to comment.