From b0ebd12de22226fd7b69140ccd700efda3eb5fa6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 3 Aug 2023 22:54:31 +0100 Subject: gentoo auto-resync : 03:08:2023 - 22:54:30 --- dev-python/python-lhafile/Manifest | 4 ++-- .../python-lhafile/python-lhafile-0.3.0-r1.ebuild | 19 +++++++++++++++++++ dev-python/python-lhafile/python-lhafile-0.3.0.ebuild | 16 ---------------- 3 files changed, 21 insertions(+), 18 deletions(-) create mode 100644 dev-python/python-lhafile/python-lhafile-0.3.0-r1.ebuild delete mode 100644 dev-python/python-lhafile/python-lhafile-0.3.0.ebuild (limited to 'dev-python/python-lhafile') diff --git a/dev-python/python-lhafile/Manifest b/dev-python/python-lhafile/Manifest index 22323fffdd2c..d14e5f094349 100644 --- a/dev-python/python-lhafile/Manifest +++ b/dev-python/python-lhafile/Manifest @@ -1,3 +1,3 @@ -DIST python-lhafile-0.3.0.tar.gz 267965 BLAKE2B 1331f21059f84f5e517339ac26546d73bc9dc125578840bf24483c274b651d8f0e2494b1b7e140bede07412b5c44e499269ea23dd1180bb955b1044b06d82ee8 SHA512 bb4db2767a702d30f2e713e5f7890d619de312d609761ade2ff8f4e99ffede8e35a72cd116abf3b8ea29b0885ebe2c993dc37f44722c8e5fe346be93dfdbbf81 -EBUILD python-lhafile-0.3.0.ebuild 473 BLAKE2B f861239e346b26a3e5d3fd4b0c2dc3da7bfc6361fb086d77ab74bf48b6bf6fe956328f4ccb7898a23f8045c12e5a05cf37aa7ecbb618f5f74733180750b17cf2 SHA512 3ceaec98e9711326e6da599822791a2063f959471622a26ab65a23cfcd0054637c051581a863c00719c45a82a7c0654f314cdbafd4fbd4df67b11606ca2d4fd5 +DIST python-lhafile-0.3.0.gh.tar.gz 267965 BLAKE2B 1331f21059f84f5e517339ac26546d73bc9dc125578840bf24483c274b651d8f0e2494b1b7e140bede07412b5c44e499269ea23dd1180bb955b1044b06d82ee8 SHA512 bb4db2767a702d30f2e713e5f7890d619de312d609761ade2ff8f4e99ffede8e35a72cd116abf3b8ea29b0885ebe2c993dc37f44722c8e5fe346be93dfdbbf81 +EBUILD python-lhafile-0.3.0-r1.ebuild 525 BLAKE2B 36c530b7b445c1c38430314d6c4b7865ce312d030e9a67dd6aed24c1295213a68bc74cc5e6439a521ceadc6837b8d538cd35bc127b7c65e9847b5cbf9d6c772d SHA512 f79fda8fced87f38855fae7d3d0f48e095b56ba95dadf5c5365895ffbed2b60c3ce5dc11c5b6bc0bd26e1216de0dee5fb731e70531b553adfe5084542e474656 MISC metadata.xml 385 BLAKE2B 80db4c058b52ca27106f3193c72d6878eea325a47425c65445d4e237739c297591bc1b70c188d98d5b717b5170cb69b01670fd2db00f62a5b8e84f1a627cf513 SHA512 a30340cd6218bb020e8529200c92eb245c43fd3c0f6d53f544f444c443b54d178a2c715a846a41a534799fb6cb52966eb970938297a1871676564085acf041bc diff --git a/dev-python/python-lhafile/python-lhafile-0.3.0-r1.ebuild b/dev-python/python-lhafile/python-lhafile-0.3.0-r1.ebuild new file mode 100644 index 000000000000..337bd2b67c42 --- /dev/null +++ b/dev-python/python-lhafile/python-lhafile-0.3.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..12} ) + +inherit distutils-r1 + +DESCRIPTION="LHA archive support for Python" +HOMEPAGE="https://github.com/FrodeSolheim/python-lhafile" +SRC_URI="https://github.com/FrodeSolheim/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc64" +RESTRICT="test" # The tests don't work, they're probably outdated. diff --git a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild deleted file mode 100644 index 42ea9642b9c0..000000000000 --- a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -DESCRIPTION="LHA archive support for Python" -HOMEPAGE="https://github.com/FrodeSolheim/python-lhafile" -SRC_URI="https://github.com/FrodeSolheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc64" -RESTRICT="test" # The tests don't work, they're probably outdated. -- cgit v1.2.3