pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-protobuf



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri May 12 20:11:39 UTC 2017

Modified Files:
        pkgsrc/devel/py-protobuf: Makefile

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

Bump PKGREVISION

Discussed with <khorben>


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-protobuf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-protobuf/Makefile
diff -u pkgsrc/devel/py-protobuf/Makefile:1.10 pkgsrc/devel/py-protobuf/Makefile:1.11
--- pkgsrc/devel/py-protobuf/Makefile:1.10      Sun Jan  1 14:43:34 2017
+++ pkgsrc/devel/py-protobuf/Makefile   Fri May 12 20:11:39 2017
@@ -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 @@ COMMENT=     Python bindings for protobuf
 
 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