Skip to content

Commit

Permalink
lang/cython-devel: update 3.0.0b2 → 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Oct 2, 2023
1 parent 816c525 commit d797c1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions lang/cython-devel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cython
DISTVERSION= 3.0.0b2
DISTVERSION= 3.0.2
CATEGORIES= lang python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -devel
Expand All @@ -16,11 +16,12 @@ USE_PYTHON= allflavors autoplist concurrent distutils
USE_GITHUB= yes

CONFLICTS_INSTALL= py*-cython # bin/cygdb bin/cygdb-3.8 bin/cython bin/cython-3.8 bin/cythonize bin/cythonize-3.8
CFLAGS+= -Wno-unreachable-code

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

do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} runtests.py -vv
@cd ${WRKSRC} && ${SETENV} XDG_CACHE_HOME="${WRKDIR}" ${PYTHON_CMD} runtests.py -vv

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions lang/cython-devel/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1680023314
SHA256 (cython-cython-3.0.0b2_GH0.tar.gz) = bcac516794738fef590b954f210b80e34f577fef273bf536cd83e65b1a3f85b4
SIZE (cython-cython-3.0.0b2_GH0.tar.gz) = 2669448
TIMESTAMP = 1696011749
SHA256 (cython-cython-3.0.2_GH0.tar.gz) = b0c0af0d1c6b65f951aba18c4d52877894e56f5bf7cbe99719fb6988a1585f47
SIZE (cython-cython-3.0.2_GH0.tar.gz) = 2744583

0 comments on commit d797c1f

Please sign in to comment.