pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-gevent Added dependency on py-cffi; PLIST fix; ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0a9aa7d80d8
branches:  trunk
changeset: 367021:b0a9aa7d80d8
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 22 07:57:51 2017 +0000

description:
Added dependency on py-cffi; PLIST fix; bump revision

diffstat:

 net/py-gevent/Makefile |  4 +++-
 net/py-gevent/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r acdaeff67fa4 -r b0a9aa7d80d8 net/py-gevent/Makefile
--- a/net/py-gevent/Makefile    Tue Aug 22 07:46:22 2017 +0000
+++ b/net/py-gevent/Makefile    Tue Aug 22 07:57:51 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2017/07/14 10:19:36 adam Exp $
+# $NetBSD: Makefile,v 1.8 2017/08/22 07:57:51 adam Exp $
 
 DISTNAME=      gevent-1.2.2
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gevent/}
@@ -10,6 +11,7 @@
 COMMENT=       Python-gevent a coroutine-based Python networking library
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.3.0:../../devel/py-cffi
 DEPENDS+=      ${PYPKGPREFIX}-greenlet>=0.4.10:../../devel/py-greenlet
 MAKE_ENV+=     CARES_EMBED=0 LIBEV_EMBED=0
 
diff -r acdaeff67fa4 -r b0a9aa7d80d8 net/py-gevent/PLIST
--- a/net/py-gevent/PLIST       Tue Aug 22 07:46:22 2017 +0000
+++ b/net/py-gevent/PLIST       Tue Aug 22 07:57:51 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/07/15 17:41:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/08/22 07:57:51 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -88,6 +88,7 @@
 ${PYSITELIB}/gevent/libev/__init__.py
 ${PYSITELIB}/gevent/libev/__init__.pyc
 ${PYSITELIB}/gevent/libev/__init__.pyo
+${PYSITELIB}/gevent/libev/_corecffi.abi3.so
 ${PYSITELIB}/gevent/libev/_corecffi_build.py
 ${PYSITELIB}/gevent/libev/_corecffi_build.pyc
 ${PYSITELIB}/gevent/libev/_corecffi_build.pyo



Home | Main Index | Thread Index | Old Index