update to py-cffi-1.10.0, hoping that it fixes a strange error that naddy@ ran

into with py-cryptography (https://github.com/pyca/cryptography/issues/3834)
This commit is contained in:
sthen 2017-11-15 12:59:39 +00:00
parent 5895bdefdc
commit c1c9d71e6e
3 changed files with 10 additions and 7 deletions

View File

@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.11 2017/01/03 19:19:48 landry Exp $
# $OpenBSD: Makefile,v 1.12 2017/11/15 12:59:39 sthen Exp $
# XXX: Check _cffi__ hashes of dependent ports if updating.
# e.g. devel/libgit2/py-git2
COMMENT= Foreign Function Interface for Python calling C code
MODPY_EGG_VERSION= 1.8.3
MODPY_EGG_VERSION= 1.10.0
DISTNAME= cffi-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
REVISION= 0
# MIT
PERMIT_PACKAGE_CDROM= Yes
@ -26,6 +25,8 @@ MODPY_SETUPTOOLS= Yes
LIB_DEPENDS= devel/libffi
RUN_DEPENDS= devel/py-cparser${MODPY_FLAVOR}
TEST_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= ${RUN_DEPENDS} \
devel/py-py${MODPY_FLAVOR} \
devel/py-test${MODPY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (cffi-1.8.3.tar.gz) = wyG9RvqnhHJhuJwEaVaVMMrVpBl2u226ggLAFZ9HZWg=
SIZE (cffi-1.8.3.tar.gz) = 403766
SHA256 (cffi-1.10.0.tar.gz) = s7ApEesfatogOwdjupJCNGKbUVhvcqIfqsxjgmn0ztU=
SIZE (cffi-1.10.0.tar.gz) = 418131

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2016/10/11 15:09:28 sthen Exp $
@comment $OpenBSD: PLIST,v 1.5 2017/11/15 12:59:39 sthen Exp $
lib/python${MODPY_VERSION}/site-packages/_cffi_backend.so
lib/python${MODPY_VERSION}/site-packages/cffi/
lib/python${MODPY_VERSION}/site-packages/cffi-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
@ -17,6 +17,7 @@ lib/python${MODPY_VERSION}/site-packages/cffi/${MODPY_PYCACHE}backend_ctypes.${M
lib/python${MODPY_VERSION}/site-packages/cffi/${MODPY_PYCACHE}cffi_opcode.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/cffi/${MODPY_PYCACHE}commontypes.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/cffi/${MODPY_PYCACHE}cparser.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/cffi/${MODPY_PYCACHE}error.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/cffi/${MODPY_PYCACHE}ffiplatform.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/cffi/${MODPY_PYCACHE}lock.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/cffi/${MODPY_PYCACHE}model.${MODPY_PYC_MAGIC_TAG}pyc
@ -32,6 +33,7 @@ lib/python${MODPY_VERSION}/site-packages/cffi/backend_ctypes.py
lib/python${MODPY_VERSION}/site-packages/cffi/cffi_opcode.py
lib/python${MODPY_VERSION}/site-packages/cffi/commontypes.py
lib/python${MODPY_VERSION}/site-packages/cffi/cparser.py
lib/python${MODPY_VERSION}/site-packages/cffi/error.py
lib/python${MODPY_VERSION}/site-packages/cffi/ffiplatform.py
lib/python${MODPY_VERSION}/site-packages/cffi/lock.py
lib/python${MODPY_VERSION}/site-packages/cffi/model.py