pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-configobj



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Aug  1 13:40:41 UTC 2018

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

Log Message:
py-configobj: Depend on py-six


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-configobj/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-configobj/Makefile
diff -u pkgsrc/devel/py-configobj/Makefile:1.2 pkgsrc/devel/py-configobj/Makefile:1.3
--- pkgsrc/devel/py-configobj/Makefile:1.2      Wed Jun  8 17:43:24 2016
+++ pkgsrc/devel/py-configobj/Makefile  Wed Aug  1 13:40:41 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/08/01 13:40:41 gdt Exp $
 
 DISTNAME=      configobj-5.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/configobj/}
 
@@ -12,5 +13,7 @@ LICENSE=      modified-bsd
 
 USE_LANGUAGES= # none
 
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index