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:   adam
Date:           Tue Feb 12 09:43:40 UTC 2019

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

Log Message:
py-configobj: update meta-data


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/devel/py-configobj/Makefile:1.4
--- pkgsrc/devel/py-configobj/Makefile:1.3      Wed Aug  1 13:40:41 2018
+++ pkgsrc/devel/py-configobj/Makefile  Tue Feb 12 09:43:40 2019
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.3 2018/08/01 13:40:41 gdt Exp $
+# $NetBSD: Makefile,v 1.4 2019/02/12 09:43:40 adam Exp $
 
 DISTNAME=      configobj-5.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 PKGREVISION=   1
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/configobj/}
 
 MAINTAINER=    kamelderouiche%yahoo.com@localhost
-HOMEPAGE=      http://www.voidspace.org.uk/python/configobj.html
-COMMENT=       Simple but powerful config file reader and write
+HOMEPAGE=      https://github.com/DiffSK/configobj
+COMMENT=       Config file reading, writing and validation
 LICENSE=       modified-bsd
 
-USE_LANGUAGES= # none
-
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
+USE_LANGUAGES= # none
+
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index