dev-python/path-and-address: new package
authorJan Chren <dev.rindeal+github.com@gmail.com>
Fri, 15 Apr 2016 17:59:37 +0000 (19:59 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 15 Apr 2016 19:05:36 +0000 (19:05 +0000)
Closes: https://github.com/gentoo/gentoo/pull/1268

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-python/path-and-address/Manifest [new file with mode: 0644]
dev-python/path-and-address/metadata.xml [new file with mode: 0644]
dev-python/path-and-address/path-and-address-1.1.0.ebuild [new file with mode: 0644]

diff --git a/dev-python/path-and-address/Manifest b/dev-python/path-and-address/Manifest
new file mode 100644 (file)
index 0000000..bbc1f49
--- /dev/null
@@ -0,0 +1 @@
+DIST path-and-address-1.1.0.zip 7652 SHA256 c9cbea6919464ff2bbe441b996341e97d112ef876d8eeaa7ab127fe9fb811471 SHA512 eb60fabce6a71401b4681bcc1db5253c2043c33bd25f9bc8bf678d45aa459e2398ed482166fa0f85a0365ba8762a46e75c6c497ea25b6c1ba5c91d6a37618062 WHIRLPOOL adc380044564ae44390e9a9c882cbb0a0afb1f8d111480eef57a65c3cde611f415f2220d36d8dbfe0d76871e50643dd99fca87e88266864388c5eeb3a3f8c1ec
diff --git a/dev-python/path-and-address/metadata.xml b/dev-python/path-and-address/metadata.xml
new file mode 100644 (file)
index 0000000..5c173d1
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>dev.rindeal+bugs.gentoo.org@gmail.com</email>
+    <name>Jan Chren (rindeal)</name>
+    <description>Proxied maintainer; set to assignee in all bugs</description>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+</pkgmetadata>
diff --git a/dev-python/path-and-address/path-and-address-1.1.0.ebuild b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
new file mode 100644 (file)
index 0000000..7553743
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_{6,7} pypy{,3} python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Functions for server CLI applications used by humans"
+HOMEPAGE="https://github.com/joeyespo/path-and-address"
+LICENSE="MIT"
+
+SLOT="0"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+KEYWORDS="~amd64"