diff --git a/dev-python/path-and-address/Manifest b/dev-python/path-and-address/Manifest new file mode 100644 index 0000000000000..bbc1f49cd7dc5 --- /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 0000000000000..5c173d1d31785 --- /dev/null +++ b/dev-python/path-and-address/metadata.xml @@ -0,0 +1,13 @@ + + + + + dev.rindeal+bugs.gentoo.org@gmail.com + Jan Chren (rindeal) + Proxied maintainer; set to assignee in all bugs + + + proxy-maint@gentoo.org + Proxy Maintainers + + 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 0000000000000..7553743a65670 --- /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"