dev-python/lazr-config: adding for mailman 3
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 11 Dec 2017 04:04:18 +0000 (22:04 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 11 Dec 2017 04:17:35 +0000 (22:17 -0600)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

dev-python/lazr-config/Manifest [new file with mode: 0644]
dev-python/lazr-config/lazr-config-2.2.1.ebuild [new file with mode: 0644]
dev-python/lazr-config/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/lazr-config/Manifest b/dev-python/lazr-config/Manifest
new file mode 100644 (file)
index 0000000..7d4a6e1
--- /dev/null
@@ -0,0 +1 @@
+DIST lazr-config-2.2.1.tar.gz 31761 BLAKE2B 3980e75677a5260dbecdaa59dba0a01fbaececbe217b4147199ee5e11396ca74f55df9cd23554b54eebe844b287dd6fd90e5c0755c405930f225b6ef61bb54fd SHA512 c8708bcbe371c731026489aad0fa2857ddc4ee0d13a468c33c3551d928318ee6b00f23eb20c44ac4ad9ea77a4edc8ffc2fec1bee9f018d27902940718825c4fb
diff --git a/dev-python/lazr-config/lazr-config-2.2.1.ebuild b/dev-python/lazr-config/lazr-config-2.2.1.ebuild
new file mode 100644 (file)
index 0000000..2749c67
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Create configuration schemas, and process and validate configurations."
+HOMEPAGE="https://code.launchpad.net/lazr.config"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+       dev-python/zope-interface[${PYTHON_USEDEP}]
+       dev-python/lazr-delegates[${PYTHON_USEDEP}]"
diff --git a/dev-python/lazr-config/metadata.xml b/dev-python/lazr-config/metadata.xml
new file mode 100644 (file)
index 0000000..d8d3ff3
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>python@gentoo.org</email>
+       </maintainer>
+       <maintainer type="person">
+               <email>prometheanfire@gentoo.org</email>
+               <name>Matthew Thode</name>
+       </maintainer>
+       <longdescription lang="en">
+               Create configuration schemas, and process and validate configurations.
+       </longdescription>
+</pkgmetadata>