mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
devel/py-cffi: Update to 1.11.5
While I'm here, remove post-patch target (upstreamed) Changelog: https://cffi.readthedocs.io/en/latest/whatsnew.html#v1-11-5 PR: 225111 Submitted by: Henrik Hudson <ports thelanman net> (with changes) Approved by: portmgr (maintainer timeout, > 2 weeks (1+ months))
This commit is contained in:
parent
3f7f59394e
commit
351fbf80ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466405
@ -2,7 +2,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= cffi
|
PORTNAME= cffi
|
||||||
PORTVERSION= 1.11.2
|
PORTVERSION= 1.11.5
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
@ -29,11 +29,6 @@ CFLAGS+= -Wno-shift-negative-value
|
|||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# Tests assume gcc, and fail on pure clang systems
|
|
||||||
# Fixed in https://bitbucket.org/cffi/cffi/issues/271
|
|
||||||
post-patch:
|
|
||||||
${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/testing/cffi0/test_ownlib.py
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1514924121
|
TIMESTAMP = 1522555152
|
||||||
SHA256 (cffi-1.11.2.tar.gz) = ab87dd91c0c4073758d07334c1e5f712ce8fe48f007b86f8238773963ee700a6
|
SHA256 (cffi-1.11.5.tar.gz) = e90f17980e6ab0f3c2f3730e56d1fe9bcba1891eeea58966e89d352492cc74f4
|
||||||
SIZE (cffi-1.11.2.tar.gz) = 435142
|
SIZE (cffi-1.11.5.tar.gz) = 438498
|
||||||
|
Loading…
Reference in New Issue
Block a user