summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorfhajny <fhajny>2017-04-25 19:59:59 +0000
committerfhajny <fhajny>2017-04-25 19:59:59 +0000
commitd72112d0b841b520f8621665db2f3c8a529632f9 (patch)
tree818dac3909be683abb714cb8d76ba0343f456e4c /devel
parent0da14913613336feddfb6b6592c4f2d06ff04852 (diff)
downloadpkgsrc-d72112d0b841b520f8621665db2f3c8a529632f9.tar.gz
Import lazr.config 2.2 as devel/py-lazr.config.
The LAZR config system is typically used to manage process configuration. Process configuration is for saying how things change when we run systems on different machines, or under different circumstances.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-lazr.config/DESCR4
-rw-r--r--devel/py-lazr.config/Makefile20
-rw-r--r--devel/py-lazr.config/PLIST50
-rw-r--r--devel/py-lazr.config/distinfo6
4 files changed, 80 insertions, 0 deletions
diff --git a/devel/py-lazr.config/DESCR b/devel/py-lazr.config/DESCR
new file mode 100644
index 00000000000..bf101898d4d
--- /dev/null
+++ b/devel/py-lazr.config/DESCR
@@ -0,0 +1,4 @@
+The LAZR config system is typically used to manage process
+configuration. Process configuration is for saying how things change
+when we run systems on different machines, or under different
+circumstances.
diff --git a/devel/py-lazr.config/Makefile b/devel/py-lazr.config/Makefile
new file mode 100644
index 00000000000..2041adee622
--- /dev/null
+++ b/devel/py-lazr.config/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2017/04/25 19:59:59 fhajny Exp $
+#
+
+DISTNAME= lazr.config-2.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PYPI:=l/lazr.config/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://launchpad.net/lazr.config/
+COMMENT= Create configuration schemas, and process and validate configurations
+LICENSE= gnu-lgpl-v3
+
+USE_LANGUAGES= # none
+
+DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
+DEPENDS+= ${PYPKGPREFIX}-lazr.delegates-[0-9]*:../../devel/py-lazr.delegates
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-lazr.config/PLIST b/devel/py-lazr.config/PLIST
new file mode 100644
index 00000000000..b035253c4aa
--- /dev/null
+++ b/devel/py-lazr.config/PLIST
@@ -0,0 +1,50 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/25 19:59:59 fhajny Exp $
+${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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/lazr/config/__init__.py
+${PYSITELIB}/lazr/config/__init__.pyo
+${PYSITELIB}/lazr/config/__init__.pyc
+${PYSITELIB}/lazr/config/_config.pyo
+${PYSITELIB}/lazr/config/_config.pyc
+${PYSITELIB}/lazr/config/interfaces.pyo
+${PYSITELIB}/lazr/config/interfaces.pyc
+${PYSITELIB}/lazr/config/_config.py
+${PYSITELIB}/lazr/config/docs/NEWS.rst
+${PYSITELIB}/lazr/config/docs/__init__.py
+${PYSITELIB}/lazr/config/docs/__init__.pyo
+${PYSITELIB}/lazr/config/docs/__init__.pyc
+${PYSITELIB}/lazr/config/docs/fixture.pyo
+${PYSITELIB}/lazr/config/docs/fixture.pyc
+${PYSITELIB}/lazr/config/docs/usage_fixture.pyo
+${PYSITELIB}/lazr/config/docs/usage_fixture.pyc
+${PYSITELIB}/lazr/config/docs/fixture.py
+${PYSITELIB}/lazr/config/docs/usage.rst
+${PYSITELIB}/lazr/config/docs/usage_fixture.py
+${PYSITELIB}/lazr/config/interfaces.py
+${PYSITELIB}/lazr/config/tests/__init__.py
+${PYSITELIB}/lazr/config/tests/__init__.pyo
+${PYSITELIB}/lazr/config/tests/__init__.pyc
+${PYSITELIB}/lazr/config/tests/test_config.pyo
+${PYSITELIB}/lazr/config/tests/test_config.pyc
+${PYSITELIB}/lazr/config/tests/test_config.py
+${PYSITELIB}/lazr/config/tests/testdata/__init__.py
+${PYSITELIB}/lazr/config/tests/testdata/__init__.pyo
+${PYSITELIB}/lazr/config/tests/testdata/__init__.pyc
+${PYSITELIB}/lazr/config/tests/testdata/bad-invalid-name-chars.conf
+${PYSITELIB}/lazr/config/tests/testdata/bad-invalid-name.conf
+${PYSITELIB}/lazr/config/tests/testdata/bad-nonascii.conf
+${PYSITELIB}/lazr/config/tests/testdata/bad-redefined-key.conf
+${PYSITELIB}/lazr/config/tests/testdata/bad-redefined-section.conf
+${PYSITELIB}/lazr/config/tests/testdata/bad-sectionless.conf
+${PYSITELIB}/lazr/config/tests/testdata/base.conf
+${PYSITELIB}/lazr/config/tests/testdata/local.conf
+${PYSITELIB}/lazr/config/tests/testdata/master-local.conf
+${PYSITELIB}/lazr/config/tests/testdata/master.conf
+${PYSITELIB}/lazr/config/tests/testdata/shared.conf
+${PYSITELIB}/lazr/config/version.txt
diff --git a/devel/py-lazr.config/distinfo b/devel/py-lazr.config/distinfo
new file mode 100644
index 00000000000..fb7540ae246
--- /dev/null
+++ b/devel/py-lazr.config/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/25 19:59:59 fhajny Exp $
+
+SHA1 (lazr.config-2.2.tar.gz) = 3cff3c1e29874ea2fb0fbbc200f7d64b3e564eb1
+RMD160 (lazr.config-2.2.tar.gz) = 54644af80fd87daaf0107f8aaf807c59f1d468e9
+SHA512 (lazr.config-2.2.tar.gz) = bb7b80e247319929318cff9b4d775ae5b4195e17ea5333509bc5397a995027bc668acc818c09c66a6611f207cd040c804186db5702f7daa00f7530dfa131960c
+Size (lazr.config-2.2.tar.gz) = 32037 bytes