mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/py-cffi: Update to 1.5.0
- Update to latest version 1.5.0 - Fix broken test target - Align test target with ports framework Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5960
This commit is contained in:
parent
b909a14524
commit
ec4fe71414
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413536
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cffi
|
||||
PORTVERSION= 1.2.1
|
||||
PORTVERSION= 1.5.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -23,8 +23,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
regression-test: patch
|
||||
cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} build_ext -i &&
|
||||
do-test: patch
|
||||
cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} build_ext -i && \
|
||||
${LOCALBASE}/bin/py.test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (cffi-1.2.1.tar.gz) = eab571deb0a152e2f53c404c08a94870a131526896cad08cd43bf86ce3771e3d
|
||||
SIZE (cffi-1.2.1.tar.gz) = 335778
|
||||
SHA256 (cffi-1.5.0.tar.gz) = 44f76f6c3fc654860821785192eca29bd66531af57d09b681e6d52584604a7e7
|
||||
SIZE (cffi-1.5.0.tar.gz) = 385496
|
||||
|
|
Loading…
Add table
Reference in a new issue