summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-08-05 13:54:15 +0000
committeradam <adam@pkgsrc.org>2020-08-05 13:54:15 +0000
commit2cf8743fc52f91284ed573cf902bea00c452455f (patch)
tree3668765df4541dc51bf6aa07bea9b23fd43658cc /devel
parent1a77c0611a21654f022c547bf1f00ee53f15ff33 (diff)
downloadpkgsrc-2cf8743fc52f91284ed573cf902bea00c452455f.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/py-iniconfig/DESCR9
-rw-r--r--devel/py-iniconfig/Makefile16
-rw-r--r--devel/py-iniconfig/PLIST8
-rw-r--r--devel/py-iniconfig/distinfo6
5 files changed, 41 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index a3d832de128..8fd47e3095a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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-idle
SUBDIR+= py-importlib-metadata
SUBDIR+= py-importlib-resources
SUBDIR+= py-incremental
+SUBDIR+= py-iniconfig
SUBDIR+= py-intervaltree
SUBDIR+= py-iowait
SUBDIR+= py-ipaddr
diff --git a/devel/py-iniconfig/DESCR b/devel/py-iniconfig/DESCR
new file mode 100644
index 00000000000..ae251f54c6f
--- /dev/null
+++ b/devel/py-iniconfig/DESCR
@@ -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 --git a/devel/py-iniconfig/Makefile b/devel/py-iniconfig/Makefile
new file mode 100644
index 00000000000..c8789b60d66
--- /dev/null
+++ b/devel/py-iniconfig/Makefile
@@ -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
+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 --git a/devel/py-iniconfig/PLIST b/devel/py-iniconfig/PLIST
new file mode 100644
index 00000000000..e8cf558dae7
--- /dev/null
+++ b/devel/py-iniconfig/PLIST
@@ -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 --git a/devel/py-iniconfig/distinfo b/devel/py-iniconfig/distinfo
new file mode 100644
index 00000000000..7761e3228cc
--- /dev/null
+++ b/devel/py-iniconfig/distinfo
@@ -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