Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel py-iniconfig: added version 1.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0bb7e430ede
branches:  trunk
changeset: 436561:e0bb7e430ede
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 05 13:54:15 2020 +0000

description:
py-iniconfig: added version 1.0.1

iniconfig is a small and simple INI-file parser module having a unique set of
features:
* tested against Python2.4 across to Python3.2, Jython, PyPy
* maintains order of sections and entries
* supports multi-line values with or without line-continuations
* supports "#" comments everywhere
* raises errors with proper line-numbers
* no bells and whistles like automatic substitutions
* iniconfig raises an Error if two sections have the same name.

diffstat:

 devel/Makefile              |   3 ++-
 devel/py-iniconfig/DESCR    |   9 +++++++++
 devel/py-iniconfig/Makefile |  16 ++++++++++++++++
 devel/py-iniconfig/PLIST    |   8 ++++++++
 devel/py-iniconfig/distinfo |   6 ++++++
 5 files changed, 41 insertions(+), 1 deletions(-)

diffs (72 lines):

diff -r 3618c6183ed8 -r e0bb7e430ede devel/Makefile
--- a/devel/Makefile    Wed Aug 05 13:49:22 2020 +0000
+++ b/devel/Makefile    Wed Aug 05 13:54:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3176 2020/08/01 21:51:17 mef Exp $
+# $NetBSD: Makefile,v 1.3177 2020/08/05 13:54:15 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2330,6 +2330,7 @@
 SUBDIR+=       py-importlib-metadata
 SUBDIR+=       py-importlib-resources
 SUBDIR+=       py-incremental
+SUBDIR+=       py-iniconfig
 SUBDIR+=       py-intervaltree
 SUBDIR+=       py-iowait
 SUBDIR+=       py-ipaddr
diff -r 3618c6183ed8 -r e0bb7e430ede devel/py-iniconfig/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-iniconfig/DESCR  Wed Aug 05 13:54:15 2020 +0000
@@ -0,0 +1,9 @@
+iniconfig is a small and simple INI-file parser module having a unique set of
+features:
+* tested against Python2.4 across to Python3.2, Jython, PyPy
+* maintains order of sections and entries
+* supports multi-line values with or without line-continuations
+* supports "#" comments everywhere
+* raises errors with proper line-numbers
+* no bells and whistles like automatic substitutions
+* iniconfig raises an Error if two sections have the same name.
diff -r 3618c6183ed8 -r e0bb7e430ede devel/py-iniconfig/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-iniconfig/Makefile       Wed Aug 05 13:54:15 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/08/05 13:54:15 adam Exp $
+
+DISTNAME=      iniconfig-1.0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=i/iniconfig/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/RonnyPfannschmidt/iniconfig
+COMMENT=       Brain-dead simple config-ini parsing
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3618c6183ed8 -r e0bb7e430ede devel/py-iniconfig/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-iniconfig/PLIST  Wed Aug 05 13:54:15 2020 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/05 13:54:15 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/iniconfig.py
+${PYSITELIB}/iniconfig.pyc
+${PYSITELIB}/iniconfig.pyo
diff -r 3618c6183ed8 -r e0bb7e430ede devel/py-iniconfig/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-iniconfig/distinfo       Wed Aug 05 13:54:15 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/05 13:54:15 adam Exp $
+
+SHA1 (iniconfig-1.0.1.tar.gz) = 37bae0d794fb63afc8ed588d140d111224a75f54
+RMD160 (iniconfig-1.0.1.tar.gz) = 7c44c7adfc7b5af44e9db1ff1be80ce9d21cb2ee
+SHA512 (iniconfig-1.0.1.tar.gz) = 2a6302d117cdba31cf51b418eb99df05988e252dc4155ad02526431d1dfc388839b533c3dac276254633cc86ed2b378af6bbb19998dd517a33163ad4957601a9
+Size (iniconfig-1.0.1.tar.gz) = 7836 bytes



Home | Main Index | Thread Index | Old Index