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/py2pack/Manifest | 1 + dev-python/py2pack/py2pack-0.8.4.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 dev-python/py2pack/Manifest create mode 100644 dev-python/py2pack/py2pack-0.8.4.ebuild (limited to 'dev-python/py2pack') diff --git a/dev-python/py2pack/Manifest b/dev-python/py2pack/Manifest new file mode 100644 index 000000000000..f9eca398e8c6 --- /dev/null +++ b/dev-python/py2pack/Manifest @@ -0,0 +1 @@ +DIST py2pack-0.8.4.tar.gz 36273 BLAKE2B 5d354a638d0cef94765711dc86bd97aef80d604ca2aa1c89cb98e12a593015a33c2ea0c4fba7c1ae1df9aeaa57de12067380035e009c2b5aa33bfe982b63b9e6 SHA512 c456815cb2e79b4cefd2eba55565a4a091cde2589542b859b4f10464178e8e8d6e6b103e8a340e476cf77b371dccbb59240e8fb7d2eff68c58763436d0a8fba1 diff --git a/dev-python/py2pack/py2pack-0.8.4.ebuild b/dev-python/py2pack/py2pack-0.8.4.ebuild new file mode 100644 index 000000000000..10159afffb8e --- /dev/null +++ b/dev-python/py2pack/py2pack-0.8.4.ebuild @@ -0,0 +1,26 @@ +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Generate distribution packages from PyPI" +HOMEPAGE="http://github.com/openSUSE/py2pack" +SRC_URI="https://files.pythonhosted.org/packages/source/p/py2pack/py2pack-${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="*" +IUSE="" + +RDEPEND="" + +DEPEND="${RDEPEND} + dev-python/jinja + dev-python/six + dev-python/metaextract + dev-python/pbr + dev-python/setuptools[${PYTHON_USEDEP}] + " -- cgit v1.3.1