pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-jersey Add missing dependency on py-automat.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8bdb5253809
branches:  trunk
changeset: 358531:b8bdb5253809
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 14 10:23:36 2017 +0000

description:
Add missing dependency on py-automat.
Update python-3.x status.
Bump PKGREVISION.

diffstat:

 devel/py-jersey/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 4d040cb7a3e0 -r b8bdb5253809 devel/py-jersey/Makefile
--- a/devel/py-jersey/Makefile  Tue Feb 14 10:22:54 2017 +0000
+++ b/devel/py-jersey/Makefile  Tue Feb 14 10:23:36 2017 +0000
@@ -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 @@
 
 #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