diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-26 19:05:05 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-26 19:05:05 +0000 |
| commit | 2fa28bc45de91546378c03f483e6853bc86e71ee (patch) | |
| tree | 93dbe983ecdb52c278865c7bfdbb56564d03b807 /dev-python/py2pack | |
| parent | f1c526abf57901a26ac4cbedc4e70c56e6e231c5 (diff) | |
| download | baldeagleos-repo-2fa28bc45de91546378c03f483e6853bc86e71ee.tar.gz baldeagleos-repo-2fa28bc45de91546378c03f483e6853bc86e71ee.tar.xz baldeagleos-repo-2fa28bc45de91546378c03f483e6853bc86e71ee.zip | |
Adding metadata
Diffstat (limited to 'dev-python/py2pack')
| -rw-r--r-- | dev-python/py2pack/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/py2pack/py2pack-0.8.7.ebuild | 25 | ||||
| -rw-r--r-- | dev-python/py2pack/py2pack-0.9.0-r1.ebuild (renamed from dev-python/py2pack/py2pack-0.9.0.ebuild) | 8 |
3 files changed, 4 insertions, 30 deletions
diff --git a/dev-python/py2pack/Manifest b/dev-python/py2pack/Manifest index a67e247f0f1f..eac4a7e95683 100644 --- a/dev-python/py2pack/Manifest +++ b/dev-python/py2pack/Manifest @@ -1,2 +1 @@ -DIST py2pack-0.8.7.tar.gz 46412 BLAKE2B 1c691ae027e631e5edc622a0a9ab9e7de3f5f02881843096cf910f9662575faa88cb6fb956f2f881a3671fc9a4265023926988d79aeba754f6106dd26507e742 SHA512 a28fc0abef3486f48fc58774897dbe1e8253aad50e0a981a1ba8594803065e15d7e293942203bc0abd4e615df2bd008ebb5ccd3b2aa86824106f82b374f6d5d7 DIST py2pack-0.9.0.tar.gz 48759 BLAKE2B 3c13a331c1727dc16fd98536329b15fa5b06b29fdb9ece5fc96d0a29b2a045d7b704a49ca38c45ad03254283a0e7a47afd4994e31fa76689239e51fb763c6d87 SHA512 1199c3f7f240af4fa4e15394278c12ba1408883be6568b0ad30bba28b3168c3712dcb4323f68cc74751271406d76d7b78d0dd0db66b820551941c12663af1c96 diff --git a/dev-python/py2pack/py2pack-0.8.7.ebuild b/dev-python/py2pack/py2pack-0.8.7.ebuild deleted file mode 100644 index 96480658709e..000000000000 --- a/dev-python/py2pack/py2pack-0.8.7.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2020-2021 LiGurOs Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 - -DESCRIPTION="Generate distribution packages from PyPI" -HOMEPAGE="https://github.com/openSUSE/py2pack" -SRC_URI="https://files.pythonhosted.org/packages/b6/19/1e13b488964b839bfe1604666c94c38adb3d60716e80d81affa6fe884afb/py2pack-0.8.7.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.9.0.ebuild b/dev-python/py2pack/py2pack-0.9.0-r1.ebuild index f9ee993a9c1b..2cf6ade2da95 100644 --- a/dev-python/py2pack/py2pack-0.9.0.ebuild +++ b/dev-python/py2pack/py2pack-0.9.0-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 2020-2023 LiGurOs Authors +# Copyright 2020-2024 LiGurOs Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9,10,11,12,13} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Generate distribution packages from PyPI" HOMEPAGE="https://github.com/openSUSE/py2pack https://pypi.org/project/py2pack/" -SRC_URI="https://files.pythonhosted.org/packages/f2/3a/aefdc848191ca962bf8f794b7ed2f0cc783580dcae4fad84334617014f85/py2pack-0.9.0.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="*" @@ -17,7 +17,7 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND} - dev-python/jinja + dev-python/jinja2 dev-python/six dev-python/metaextract dev-python/pbr |
