Received: by mail.netbsd.org (Postfix, from userid 605) id 86A4B84D66; Tue, 22 Aug 2017 07:57:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 19F2084D38 for ; Tue, 22 Aug 2017 07:57:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4-tlZ_QNpM-v for ; Tue, 22 Aug 2017 07:57:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9F12884CFB for ; Tue, 22 Aug 2017 07:57:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A42DFA76; Tue, 22 Aug 2017 07:57:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1503388671169510" MIME-Version: 1.0 Date: Tue, 22 Aug 2017 07:57:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-gevent To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170822075751.9A42DFA76@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1503388671169510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Aug 22 07:57:51 UTC 2017 Modified Files: pkgsrc/net/py-gevent: Makefile PLIST Log Message: Added dependency on py-cffi; PLIST fix; bump revision To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-gevent/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-gevent/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1503388671169510 Content-Disposition: inline Content-Length: 1675 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-gevent/Makefile diff -u pkgsrc/net/py-gevent/Makefile:1.7 pkgsrc/net/py-gevent/Makefile:1.8 --- pkgsrc/net/py-gevent/Makefile:1.7 Fri Jul 14 10:19:36 2017 +++ pkgsrc/net/py-gevent/Makefile Tue Aug 22 07:57:51 2017 @@ -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 @@ HOMEPAGE= http://www.gevent.org/ 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 Index: pkgsrc/net/py-gevent/PLIST diff -u pkgsrc/net/py-gevent/PLIST:1.4 pkgsrc/net/py-gevent/PLIST:1.5 --- pkgsrc/net/py-gevent/PLIST:1.4 Sat Jul 15 17:41:10 2017 +++ pkgsrc/net/py-gevent/PLIST Tue Aug 22 07:57:51 2017 @@ -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/hub.pyo ${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 --_----------=_1503388671169510--