- Update to 0.22 [1]
- Strip C modules [2] - Mark py-kivy as BROKEN [3] PR: 197375 [1] PR: 197776 [2] Submitted by: Viltaly Magerya <vmagerya@gmail.com> (maintainer) [1] Approved by: Viltaly Magerya <vmagerya@gmail.com> (maintainer) [2] Approved by: dbn (maintainer) [3]
This commit is contained in:
parent
336e01bba7
commit
20b60f0221
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379335
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cython
|
||||
PORTVERSION= 0.21
|
||||
PORTVERSION= 0.22
|
||||
CATEGORIES= lang python
|
||||
MASTER_SITES= http://www.cython.org/release/ \
|
||||
CHEESESHOP
|
||||
@ -16,4 +16,8 @@ LICENSE= APACHE20
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-install:
|
||||
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython \
|
||||
-name '*.so' -exec ${STRIP_CMD} {} +
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Cython-0.21.tar.gz) = 0cd5787fb3f1eaf8326b21bdfcb90aabd3eca7c214c5b7b503fbb82da97bbaa0
|
||||
SIZE (Cython-0.21.tar.gz) = 1490358
|
||||
SHA256 (Cython-0.22.tar.gz) = 14307e7a69af9a0d0e0024d446af7e51cc0e3e4d0dfb10d36ba837e5e5844015
|
||||
SIZE (Cython-0.22.tar.gz) = 1584483
|
||||
|
@ -72,6 +72,8 @@ TEST_USES= display:build
|
||||
X11_MAKE_ENV= USE_X11=1
|
||||
X11_USE= XORG=x11
|
||||
|
||||
BROKEN= fails to build with cython-0.22
|
||||
|
||||
.if !defined(ARCH)
|
||||
ARCH!= uname -p
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user