pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-lazr.config Import lazr.config 2.2 as devel/p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/093a007cfea5
branches:  trunk
changeset: 361729:093a007cfea5
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Apr 25 19:59:59 2017 +0000

description:
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:

 devel/py-lazr.config/DESCR    |   4 +++
 devel/py-lazr.config/Makefile |  20 +++++++++++++++++
 devel/py-lazr.config/PLIST    |  50 +++++++++++++++++++++++++++++++++++++++++++
 devel/py-lazr.config/distinfo |   6 +++++
 4 files changed, 80 insertions(+), 0 deletions(-)

diffs (96 lines):

diff -r bf8f0391e723 -r 093a007cfea5 devel/py-lazr.config/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lazr.config/DESCR        Tue Apr 25 19:59:59 2017 +0000
@@ -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 -r bf8f0391e723 -r 093a007cfea5 devel/py-lazr.config/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lazr.config/Makefile     Tue Apr 25 19:59:59 2017 +0000
@@ -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"
diff -r bf8f0391e723 -r 093a007cfea5 devel/py-lazr.config/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lazr.config/PLIST        Tue Apr 25 19:59:59 2017 +0000
@@ -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 -r bf8f0391e723 -r 093a007cfea5 devel/py-lazr.config/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lazr.config/distinfo     Tue Apr 25 19:59:59 2017 +0000
@@ -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