summaryrefslogtreecommitdiff
path: root/dev-python/python-lhafile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-18 20:11:57 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-18 20:11:57 +0000
commitb30bf80580f09f15ee6686ff818cd36d923e1291 (patch)
tree273782d0605a08ce382dcf09078d11ed800cca58 /dev-python/python-lhafile
parent51e7ea94956939599972c733f5b65fe71c7eb857 (diff)
gentoo auto-resync : 18:02:2023 - 20:11:56
Diffstat (limited to 'dev-python/python-lhafile')
-rw-r--r--dev-python/python-lhafile/Manifest2
-rw-r--r--dev-python/python-lhafile/python-lhafile-0.3.0.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/python-lhafile/Manifest b/dev-python/python-lhafile/Manifest
index 0044e2124564..22323fffdd2c 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 463 BLAKE2B 00198723fa3b2501d3de9381008b21ba4fefb52fc639b0677912c8301c1034aa77446c5d3b7f46377d30f0be4dc836b7a04a56f2c63f161032dd26ddeaaaadc9 SHA512 48f0654ad5a44f18b484071e632b8af2ff4b686ce1e488532045f67107105615b6098a81f708aeba61b1023a76fbac2c19b8b4f367ba5bb1ee4bcc389a3ce53d
+EBUILD python-lhafile-0.3.0.ebuild 473 BLAKE2B f861239e346b26a3e5d3fd4b0c2dc3da7bfc6361fb086d77ab74bf48b6bf6fe956328f4ccb7898a23f8045c12e5a05cf37aa7ecbb618f5f74733180750b17cf2 SHA512 3ceaec98e9711326e6da599822791a2063f959471622a26ab65a23cfcd0054637c051581a863c00719c45a82a7c0654f314cdbafd4fbd4df67b11606ca2d4fd5
MISC metadata.xml 385 BLAKE2B 80db4c058b52ca27106f3193c72d6878eea325a47425c65445d4e237739c297591bc1b70c188d98d5b717b5170cb69b01670fd2db00f62a5b8e84f1a627cf513 SHA512 a30340cd6218bb020e8529200c92eb245c43fd3c0f6d53f544f444c443b54d178a2c715a846a41a534799fb6cb52966eb970938297a1871676564085acf041bc
diff --git a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild
index b51d2ad813d2..42ea9642b9c0 100644
--- a/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild
+++ b/dev-python/python-lhafile/python-lhafile-0.3.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="LHA archive support for Python"
-HOMEPAGE="https://fengestad.no/python-lhafile/"
+HOMEPAGE="https://github.com/FrodeSolheim/python-lhafile"
SRC_URI="https://github.com/FrodeSolheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"