pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-lazr.config
Module Name: pkgsrc
Committed By: fhajny
Date: Tue Apr 25 19:59:59 UTC 2017
Added Files:
pkgsrc/devel/py-lazr.config: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-lazr.config/DESCR \
pkgsrc/devel/py-lazr.config/Makefile pkgsrc/devel/py-lazr.config/PLIST \
pkgsrc/devel/py-lazr.config/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-lazr.config/DESCR
diff -u /dev/null pkgsrc/devel/py-lazr.config/DESCR:1.1
--- /dev/null Tue Apr 25 19:59:59 2017
+++ pkgsrc/devel/py-lazr.config/DESCR Tue Apr 25 19:59:59 2017
@@ -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.
Index: pkgsrc/devel/py-lazr.config/Makefile
diff -u /dev/null pkgsrc/devel/py-lazr.config/Makefile:1.1
--- /dev/null Tue Apr 25 19:59:59 2017
+++ pkgsrc/devel/py-lazr.config/Makefile Tue Apr 25 19:59:59 2017
@@ -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@localhost
+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"
Index: pkgsrc/devel/py-lazr.config/PLIST
diff -u /dev/null pkgsrc/devel/py-lazr.config/PLIST:1.1
--- /dev/null Tue Apr 25 19:59:59 2017
+++ pkgsrc/devel/py-lazr.config/PLIST Tue Apr 25 19:59:59 2017
@@ -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
Index: pkgsrc/devel/py-lazr.config/distinfo
diff -u /dev/null pkgsrc/devel/py-lazr.config/distinfo:1.1
--- /dev/null Tue Apr 25 19:59:59 2017
+++ pkgsrc/devel/py-lazr.config/distinfo Tue Apr 25 19:59:59 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index