aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-31 12:04:18 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-31 12:08:18 +0200
commitf698ebd8dca30f3c3bd93fcc07dd5b47883a8577 (patch)
tree08f17d04546756fd0a884155d400415c9d6c9b4a
parentdev-python/ufoProcessor: EAPI 8 (diff)
downloadguru-f698ebd8.tar.gz
guru-f698ebd8.tar.bz2
guru-f698ebd8.zip
dev-python/ukpostcodeparser: EAPI 8
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/ukpostcodeparser/Manifest2
-rw-r--r--dev-python/ukpostcodeparser/ukpostcodeparser-1.1.2-r1.ebuild (renamed from dev-python/ukpostcodeparser/ukpostcodeparser-1.1.2.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/ukpostcodeparser/Manifest b/dev-python/ukpostcodeparser/Manifest
index 12535d75f..ecec5d415 100644
--- a/dev-python/ukpostcodeparser/Manifest
+++ b/dev-python/ukpostcodeparser/Manifest
@@ -1 +1 @@
-DIST ukpostcodeparser-1.1.2.tar.gz 5585 BLAKE2B c95f215f0e4b222b85ec3ab0a8d82186845d9cb161098240411a425094ada391bb6c891904293cca4a56e9370217829b51ba30e91824dd3d762279baef6c65f7 SHA512 8113522b728c095f937a9f53f21c369130e3e63c4fc3546dbea4ad1c53648742fb0e766b1254c76ee65d69dec585f1a90caa7d39ca540de1765ff5f989a702de
+DIST ukpostcodeparser-1.1.2.gh.tar.gz 5585 BLAKE2B c95f215f0e4b222b85ec3ab0a8d82186845d9cb161098240411a425094ada391bb6c891904293cca4a56e9370217829b51ba30e91824dd3d762279baef6c65f7 SHA512 8113522b728c095f937a9f53f21c369130e3e63c4fc3546dbea4ad1c53648742fb0e766b1254c76ee65d69dec585f1a90caa7d39ca540de1765ff5f989a702de
diff --git a/dev-python/ukpostcodeparser/ukpostcodeparser-1.1.2.ebuild b/dev-python/ukpostcodeparser/ukpostcodeparser-1.1.2-r1.ebuild
index c98f4b316..cffb139df 100644
--- a/dev-python/ukpostcodeparser/ukpostcodeparser-1.1.2.ebuild
+++ b/dev-python/ukpostcodeparser/ukpostcodeparser-1.1.2-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=8
PYTHON_COMPAT=( pypy3 python3_{8..11} )
@@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="UK postcode parser library"
HOMEPAGE="https://github.com/hamstah/ukpostcodeparser"
-SRC_URI="https://github.com/hamstah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/hamstah/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"