From f698ebd8dca30f3c3bd93fcc07dd5b47883a8577 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 31 May 2022 12:04:18 +0200 Subject: [PATCH] dev-python/ukpostcodeparser: EAPI 8 Signed-off-by: Alessandro Barbieri --- dev-python/ukpostcodeparser/Manifest | 2 +- ...deparser-1.1.2.ebuild => ukpostcodeparser-1.1.2-r1.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename dev-python/ukpostcodeparser/{ukpostcodeparser-1.1.2.ebuild => ukpostcodeparser-1.1.2-r1.ebuild} (96%) diff --git a/dev-python/ukpostcodeparser/Manifest b/dev-python/ukpostcodeparser/Manifest index 12535d75fa..ecec5d4154 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 similarity index 96% rename from dev-python/ukpostcodeparser/ukpostcodeparser-1.1.2.ebuild rename to dev-python/ukpostcodeparser/ukpostcodeparser-1.1.2-r1.ebuild index c98f4b316c..cffb139df6 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"