From dc263d5854a010271165521246700f8fbb777435 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 24 Feb 2021 22:54:31 +0000 Subject: Adding metadata --- dev-python/py2pack/Manifest | 3 ++- dev-python/py2pack/metadata.xml | 7 +++++-- dev-python/py2pack/py2pack-0.8.4.ebuild | 26 -------------------------- dev-python/py2pack/py2pack-0.8.5.ebuild | 25 +++++++++++++++++++++++++ dev-python/py2pack/py2pack-0.8.6.ebuild | 25 +++++++++++++++++++++++++ 5 files changed, 57 insertions(+), 29 deletions(-) delete mode 100644 dev-python/py2pack/py2pack-0.8.4.ebuild create mode 100644 dev-python/py2pack/py2pack-0.8.5.ebuild create mode 100644 dev-python/py2pack/py2pack-0.8.6.ebuild (limited to 'dev-python/py2pack') diff --git a/dev-python/py2pack/Manifest b/dev-python/py2pack/Manifest index f9eca398e8c6..3df7ed8a6811 100644 --- a/dev-python/py2pack/Manifest +++ b/dev-python/py2pack/Manifest @@ -1 +1,2 @@ -DIST py2pack-0.8.4.tar.gz 36273 BLAKE2B 5d354a638d0cef94765711dc86bd97aef80d604ca2aa1c89cb98e12a593015a33c2ea0c4fba7c1ae1df9aeaa57de12067380035e009c2b5aa33bfe982b63b9e6 SHA512 c456815cb2e79b4cefd2eba55565a4a091cde2589542b859b4f10464178e8e8d6e6b103e8a340e476cf77b371dccbb59240e8fb7d2eff68c58763436d0a8fba1 +DIST py2pack-0.8.5.tar.gz 41268 BLAKE2B 5d5d09274a858e1471b373e8a2c7161104d5020befb7eed8555d8beb2edbd400166ea3a6b5c126b452397ee90f1428eedf890e902cd339823df40d66e0ae12ec SHA512 2a959acd572ecfb9543ac5e43ab45781da0cfde4f6def3a6f5ea610a2f9b38ed8776d5cf72139fcfbadacc76e15293c2c893e3157330c9e25c4bca92dcda298d +DIST py2pack-0.8.6.tar.gz 42001 BLAKE2B 209a9372494af57476e2b99f7174af05e5fa47b651436898bc0cc8def8624ddca7454416d9a4a7bb3750c3f56f81339c946cf556200720d56910f84616f7da80 SHA512 e05501ea3a270892aaf21290f72afe1ae38b4e396fa276d7c9313b42f3c84317033df09b33a84e076099c9503113bf2df63056378a74e083b9dfbd3d6d76a340 diff --git a/dev-python/py2pack/metadata.xml b/dev-python/py2pack/metadata.xml index a2df676e20ae..419ce6387872 100644 --- a/dev-python/py2pack/metadata.xml +++ b/dev-python/py2pack/metadata.xml @@ -2,9 +2,12 @@ - core@liguros.net + dev@liguros.net Development + + openSUSE/py2pack + ports - \ No newline at end of file + diff --git a/dev-python/py2pack/py2pack-0.8.4.ebuild b/dev-python/py2pack/py2pack-0.8.4.ebuild deleted file mode 100644 index 0ec7ed24e093..000000000000 --- a/dev-python/py2pack/py2pack-0.8.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) - -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}] - " diff --git a/dev-python/py2pack/py2pack-0.8.5.ebuild b/dev-python/py2pack/py2pack-0.8.5.ebuild new file mode 100644 index 000000000000..2cf0ed3c12e5 --- /dev/null +++ b/dev-python/py2pack/py2pack-0.8.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 2020-2021 LiGurOs Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Generate distribution packages from PyPI" +HOMEPAGE="https://github.com/openSUSE/py2pack" +SRC_URI="https://files.pythonhosted.org/packages/source/p/${PN}/${P}.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}] + " diff --git a/dev-python/py2pack/py2pack-0.8.6.ebuild b/dev-python/py2pack/py2pack-0.8.6.ebuild new file mode 100644 index 000000000000..2cf0ed3c12e5 --- /dev/null +++ b/dev-python/py2pack/py2pack-0.8.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 2020-2021 LiGurOs Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Generate distribution packages from PyPI" +HOMEPAGE="https://github.com/openSUSE/py2pack" +SRC_URI="https://files.pythonhosted.org/packages/source/p/${PN}/${P}.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