* [gentoo-commits] repo/gentoo:master commit in: dev-python/lhafile/
@ 2025-02-25 7:51 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2025-02-25 7:51 UTC (permalink / raw
To: gentoo-commits
commit: b329e072ffcfa54e914f51ec6b61cbe27ae9c306
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 06:34:19 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 07:51:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b329e072
dev-python/lhafile: Bump to 0.3.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/lhafile/Manifest | 1 +
dev-python/lhafile/lhafile-0.3.1.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/lhafile/Manifest b/dev-python/lhafile/Manifest
index a62188ec86f9..38fceaebaa17 100644
--- a/dev-python/lhafile/Manifest
+++ b/dev-python/lhafile/Manifest
@@ -1 +1,2 @@
DIST python-lhafile-0.3.0.gh.tar.gz 267965 BLAKE2B 1331f21059f84f5e517339ac26546d73bc9dc125578840bf24483c274b651d8f0e2494b1b7e140bede07412b5c44e499269ea23dd1180bb955b1044b06d82ee8 SHA512 bb4db2767a702d30f2e713e5f7890d619de312d609761ade2ff8f4e99ffede8e35a72cd116abf3b8ea29b0885ebe2c993dc37f44722c8e5fe346be93dfdbbf81
+DIST python-lhafile-0.3.1.gh.tar.gz 267152 BLAKE2B e4d07b22aa036979e2db1ab3ffa54910e4fdad99201366f07a4fc9173e4f114cf6c46d910397324c72a9517c5a7f4bf4e9ce713f20eb68bc11cd79610a14e7b5 SHA512 73fcb03fe4436bbeab822e40fc4a9f02b67d2b99f2307e3e9ae894a768001ad662adf659fe1170ac0eb231b12e93b1c0429246396e16e0c1e149bd3cf7af8393
diff --git a/dev-python/lhafile/lhafile-0.3.1.ebuild b/dev-python/lhafile/lhafile-0.3.1.ebuild
new file mode 100644
index 000000000000..300adeeb2d44
--- /dev/null
+++ b/dev-python/lhafile/lhafile-0.3.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2025 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_{10..12} )
+
+inherit distutils-r1
+
+MY_P=python-lhafile-${PV}
+DESCRIPTION="LHA archive support for Python"
+HOMEPAGE="
+ https://github.com/FrodeSolheim/python-lhafile/
+ https://pypi.org/project/lhafile/
+"
+SRC_URI="
+ https://github.com/FrodeSolheim/python-lhafile/archive/v${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+RESTRICT="test" # The tests don't work, they're probably outdated.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/lhafile/
@ 2025-07-25 18:20 Arthur Zamarin
0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2025-07-25 18:20 UTC (permalink / raw
To: gentoo-commits
commit: bd10319ce2df7d33190f596ed79b71328aa57016
Author: Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Fri Jul 25 05:13:08 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 25 18:19:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd10319c
dev-python/lhafile: enable py3.13
Closes: https://bugs.gentoo.org/952347
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43142
Closes: https://github.com/gentoo/gentoo/pull/43142
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/lhafile/lhafile-0.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/lhafile/lhafile-0.3.1.ebuild b/dev-python/lhafile/lhafile-0.3.1.ebuild
index 300adeeb2d44..1b0d67e0166c 100644
--- a/dev-python/lhafile/lhafile-0.3.1.ebuild
+++ b/dev-python/lhafile/lhafile-0.3.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-25 18:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25 18:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/lhafile/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2025-02-25 7:51 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox