pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-protobuf Adjust DEPENDS to reflect current re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba8f7c0197ee
branches:  trunk
changeset: 362370:ba8f7c0197ee
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri May 12 20:11:39 2017 +0000

description:
Adjust DEPENDS to reflect current reality and make it compatible with
Python 3 too.

Bump PKGREVISION

Discussed with <khorben>

diffstat:

 devel/py-protobuf/Makefile |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 0e3dfd5d0989 -r ba8f7c0197ee devel/py-protobuf/Makefile
--- a/devel/py-protobuf/Makefile        Fri May 12 19:44:57 2017 +0000
+++ b/devel/py-protobuf/Makefile        Fri May 12 20:11:39 2017 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:34 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/05/12 20:11:39 leot Exp $
 
 .include "../../devel/protobuf/Makefile.common"
 
 DISTNAME=      protobuf-python-${PROTOBUFVER}
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-python//}
 CATEGORIES+=   python
 
@@ -11,12 +12,7 @@
 
 PYSETUPSUBDIR= python
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # py-gflags
-
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-gflags-[0-9]*:../../devel/py-gflags
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-google-apputils-[0-9]*:../../devel/py-google-apputils
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.9:../../lang/py-six
 
 EGG_NAME=      protobuf-${PKGVERSION_NOREV}
 



Home | Main Index | Thread Index | Old Index