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:   wiz
Date:           Sun Dec  8 22:39:14 UTC 2024

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

Log Message:
py-configobj: remove unused dependency

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/devel/py-configobj/Makefile:1.16
--- pkgsrc/devel/py-configobj/Makefile:1.15     Mon Nov 11 07:28:04 2024
+++ pkgsrc/devel/py-configobj/Makefile  Sun Dec  8 22:39:14 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2024/11/11 07:28:04 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/12/08 22:39:14 wiz Exp $
 
 DISTNAME=      configobj-5.0.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/configobj/}
 
@@ -11,7 +12,6 @@ COMMENT=      Config file reading, writing an
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index