pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-jersey
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 14 10:23:36 UTC 2017
Modified Files:
pkgsrc/devel/py-jersey: Makefile
Log Message:
Add missing dependency on py-automat.
Update python-3.x status.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-jersey/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-jersey/Makefile
diff -u pkgsrc/devel/py-jersey/Makefile:1.12 pkgsrc/devel/py-jersey/Makefile:1.13
--- pkgsrc/devel/py-jersey/Makefile:1.12 Sun Jan 1 14:43:34 2017
+++ pkgsrc/devel/py-jersey/Makefile Tue Feb 14 10:23:36 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:34 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/02/14 10:23:36 wiz Exp $
DISTNAME= jersey-0.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jersey/}
@@ -12,8 +13,9 @@ LICENSE= modified-bsd
#BUILD_DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted
DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted
+DEPENDS+= ${PYPKGPREFIX}-automat-[0-9]*:../../devel/py-automat
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.1.5
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index