pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-configparser



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Feb 28 20:51:28 UTC 2017

Added Files:
        pkgsrc/devel/py-configparser: DESCR Makefile PLIST distinfo

Log Message:
Import configparser 3.5.0 as devel/py-configparser.

This library brings the updated configparser from Python 3.5 to
Python 2.6-3.5. The ancient ConfigParser module available in
the standard library 2.x has seen a major update in Python 3.2.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-configparser/DESCR \
    pkgsrc/devel/py-configparser/Makefile pkgsrc/devel/py-configparser/PLIST \
    pkgsrc/devel/py-configparser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-configparser/DESCR
diff -u /dev/null pkgsrc/devel/py-configparser/DESCR:1.1
--- /dev/null   Tue Feb 28 20:51:28 2017
+++ pkgsrc/devel/py-configparser/DESCR  Tue Feb 28 20:51:28 2017
@@ -0,0 +1,3 @@
+This library brings the updated configparser from Python 3.5 to
+Python 2.6-3.5. The ancient ConfigParser module available in
+the standard library 2.x has seen a major update in Python 3.2.
Index: pkgsrc/devel/py-configparser/Makefile
diff -u /dev/null pkgsrc/devel/py-configparser/Makefile:1.1
--- /dev/null   Tue Feb 28 20:51:28 2017
+++ pkgsrc/devel/py-configparser/Makefile       Tue Feb 28 20:51:28 2017
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/02/28 20:51:28 fhajny Exp $
+
+DISTNAME=      configparser-3.5.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/configparser/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://docs.python.org/3/library/configparser.html
+COMMENT=       Updated configparser from Python 3.5
+LICENSE=       mit
+
+PYTHON_VERSIONS_ACCEPTED=      27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-configparser/PLIST
diff -u /dev/null pkgsrc/devel/py-configparser/PLIST:1.1
--- /dev/null   Tue Feb 28 20:51:28 2017
+++ pkgsrc/devel/py-configparser/PLIST  Tue Feb 28 20:51:28 2017
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/28 20:51:28 fhajny Exp $
+${PYSITELIB}/backports/configparser/__init__.py
+${PYSITELIB}/backports/configparser/__init__.pyc
+${PYSITELIB}/backports/configparser/__init__.pyo
+${PYSITELIB}/backports/configparser/helpers.py
+${PYSITELIB}/backports/configparser/helpers.pyc
+${PYSITELIB}/backports/configparser/helpers.pyo
+${PYSITELIB}/${EGG_NAME}-nspkg.pth
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/configparser.py
+${PYSITELIB}/configparser.pyc
+${PYSITELIB}/configparser.pyo
Index: pkgsrc/devel/py-configparser/distinfo
diff -u /dev/null pkgsrc/devel/py-configparser/distinfo:1.1
--- /dev/null   Tue Feb 28 20:51:28 2017
+++ pkgsrc/devel/py-configparser/distinfo       Tue Feb 28 20:51:28 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/28 20:51:28 fhajny Exp $
+
+SHA1 (configparser-3.5.0.tar.gz) = 8ee6b29c6a11977c0e094da1d4f5f71e7e7ac78b
+RMD160 (configparser-3.5.0.tar.gz) = 3423933ee44689b74df1f670d6d911e93591f5b8
+SHA512 (configparser-3.5.0.tar.gz) = 490b9f7807bce02667f41a48389b51f550818d2bd4296b528833d65d4b04bdbe5b906e7584e55eee4495405267a697ba26a056e6504fe6b3f8cf07ea8f55f7d3
+Size (configparser-3.5.0.tar.gz) = 39573 bytes



Home | Main Index | Thread Index | Old Index