summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Chren <dev.rindeal+github.com@gmail.com>2016-04-15 19:59:37 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-04-15 19:05:36 +0000
commitdd397f7155a02c170dc24428a50175e3db28e0ac (patch)
treef4bd6b5dfe8a48f1643d5816f60916870109dac2
parentsys-kernel/pf-sources: bump to 4.4_p8 (diff)
downloadgentoo-dd397f7155a02c170dc24428a50175e3db28e0ac.tar.gz
gentoo-dd397f7155a02c170dc24428a50175e3db28e0ac.tar.bz2
gentoo-dd397f7155a02c170dc24428a50175e3db28e0ac.zip
dev-python/path-and-address: new package
Closes: https://github.com/gentoo/gentoo/pull/1268 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--dev-python/path-and-address/Manifest1
-rw-r--r--dev-python/path-and-address/metadata.xml13
-rw-r--r--dev-python/path-and-address/path-and-address-1.1.0.ebuild18
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/path-and-address/Manifest b/dev-python/path-and-address/Manifest
new file mode 100644
index 000000000000..bbc1f49cd7dc
--- /dev/null
+++ b/dev-python/path-and-address/Manifest
@@ -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
index 000000000000..5c173d1d3178
--- /dev/null
+++ b/dev-python/path-and-address/metadata.xml
@@ -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
index 000000000000..7553743a6567
--- /dev/null
+++ b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
@@ -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"