commit: dd397f7155a02c170dc24428a50175e3db28e0ac Author: Jan Chren <dev.rindeal+github.com <AT> gmail <DOT> com> AuthorDate: Fri Apr 15 17:59:37 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Apr 15 19:05:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd397f71
dev-python/path-and-address: new package Closes: https://github.com/gentoo/gentoo/pull/1268 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> dev-python/path-and-address/Manifest | 1 + dev-python/path-and-address/metadata.xml | 13 +++++++++++++ .../path-and-address/path-and-address-1.1.0.ebuild | 18 ++++++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/path-and-address/Manifest b/dev-python/path-and-address/Manifest new file mode 100644 index 0000000..bbc1f49 --- /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 0000000..5c173d1 --- /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>[email protected]</email> + <name>Jan Chren (rindeal)</name> + <description>Proxied maintainer; set to assignee in all bugs</description> + </maintainer> + <maintainer type="project"> + <email>[email protected]</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 0000000..7553743 --- /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"
