From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/path-and-address/Manifest | 1 + dev-python/path-and-address/metadata.xml | 16 ++++++++++++++++ .../path-and-address/path-and-address-2.0.1.ebuild | 20 ++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 dev-python/path-and-address/Manifest create mode 100644 dev-python/path-and-address/metadata.xml create mode 100644 dev-python/path-and-address/path-and-address-2.0.1.ebuild (limited to 'dev-python/path-and-address') diff --git a/dev-python/path-and-address/Manifest b/dev-python/path-and-address/Manifest new file mode 100644 index 000000000000..9c4b7467aba0 --- /dev/null +++ b/dev-python/path-and-address/Manifest @@ -0,0 +1 @@ +DIST path-and-address-2.0.1.zip 6503 BLAKE2B 146e73b5b54ea536f8b94da8ebbb923441564cf2137a55f3938552493b6fffe28c4e90c908a3fef2acb55e76f320519c7f59c0b2c99f144ebb29ca90d32e590a SHA512 11b2352389662412451e1e9f3e2997e81d36acbef7ad18c50328b9e9bb395f2f5fc8bca988ef14a7d9b76f5213cbfa17bb82df0e00f6989671181b104e4f1406 diff --git a/dev-python/path-and-address/metadata.xml b/dev-python/path-and-address/metadata.xml new file mode 100644 index 000000000000..a5258a003415 --- /dev/null +++ b/dev-python/path-and-address/metadata.xml @@ -0,0 +1,16 @@ + + + + + python@gentoo.org + + + bkohler@gentoo.org + Ben Kohler + + + joeyespo/path-and-address + path-and-address + + gentoo-staging + diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1.ebuild new file mode 100644 index 000000000000..aad20838d94b --- /dev/null +++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) + +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" + +BDEPEND="app-arch/unzip" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -- cgit v1.3.1