summaryrefslogtreecommitdiff
path: root/devel/py-cffi
diff options
context:
space:
mode:
authorwiz <wiz>2016-04-24 09:37:29 +0000
committerwiz <wiz>2016-04-24 09:37:29 +0000
commitb61bb7957f285ee172aae7b1da4c8dd11d478747 (patch)
tree86753949caf25798d06fa2b90da65d3571cbcb90 /devel/py-cffi
parent1d035d3f87e508f134d85b459f7c9926239ea622 (diff)
downloadpkgsrc-b61bb7957f285ee172aae7b1da4c8dd11d478747.tar.gz
Updated py35-cffi to 1.6.0.
v1.6 ==== * `ffi.list_types()`_ * `ffi.unpack()`_ * `extern "Python+C"`_ * in API mode, ``lib.foo.__doc__`` contains the C signature now. On CPython you can say ``help(lib.foo)``, but for some reason ``help(lib)`` (or ``help(lib.foo)`` on PyPy) is still useless; I haven't yet figured out the hacks needed to convince ``pydoc`` to show more. (You can use ``dir(lib)`` but it is not most helpful.) * Yet another attempt at robustness of ``ffi.def_extern()`` against CPython's interpreter shutdown logic. .. _`ffi.list_types()`: ref.html#ffi-list-types .. _`ffi.unpack()`: ref.html#ffi-unpack .. _`extern "Python+C"`: using.html#extern-python-c XXX: standard download URL doesn't work?! copied to ftp.netbsd.org manually
Diffstat (limited to 'devel/py-cffi')
-rw-r--r--devel/py-cffi/Makefile7
-rw-r--r--devel/py-cffi/distinfo10
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/py-cffi/Makefile b/devel/py-cffi/Makefile
index cfa6d2d75ea..08223e95b15 100644
--- a/devel/py-cffi/Makefile
+++ b/devel/py-cffi/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2016/02/14 10:50:12 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/04/24 09:37:29 wiz Exp $
-DISTNAME= cffi-1.5.2
+DISTNAME= cffi-1.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_PYPI:=c/cffi/}
+MASTER_SITES= # ${MASTER_SITE_PYPI}
+# doesn't work?!
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/cffi/
diff --git a/devel/py-cffi/distinfo b/devel/py-cffi/distinfo
index 2696bbaf55b..b583052fdd8 100644
--- a/devel/py-cffi/distinfo
+++ b/devel/py-cffi/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2016/02/14 10:50:12 wiz Exp $
+$NetBSD: distinfo,v 1.18 2016/04/24 09:37:29 wiz Exp $
-SHA1 (cffi-1.5.2.tar.gz) = 5239b3aa4f67eed3559c09778096ecd4faeca876
-RMD160 (cffi-1.5.2.tar.gz) = 012cc3b9a4d630a256d5771ec98b179b3bc7b1eb
-SHA512 (cffi-1.5.2.tar.gz) = 3c707db85032bc13287beec0211d85a7b9f9dfcb87844adba3a86b23211acd495e88072ec23f22e7c7626d25cadd5b9843c34255d4080eefb171020ad0a2d552
-Size (cffi-1.5.2.tar.gz) = 388793 bytes
+SHA1 (cffi-1.6.0.tar.gz) = 3161ff5d1e791e86f95de258c93371dff9941c4d
+RMD160 (cffi-1.6.0.tar.gz) = becdee1ee5ede69d556c44dfd3b4c3e0284d00a6
+SHA512 (cffi-1.6.0.tar.gz) = 95dc7fbca624b5474ff0182ff6e1d1c6b8b34ad19c4c22cabf847f7be6c47dc32a96b23165da1c28438a46a1e9f681341fe8b7304ba5618744c595c4ae364466
+Size (cffi-1.6.0.tar.gz) = 397024 bytes