Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ukpostcodeparser/
Date: Tue, 31 May 2022 10:08:25
Message-Id: 1653991698.f698ebd8dca30f3c3bd93fcc07dd5b47883a8577.Alessandro-Barbieri@gentoo
1 commit: f698ebd8dca30f3c3bd93fcc07dd5b47883a8577
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue May 31 10:04:18 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue May 31 10:08:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f698ebd8
7
8 dev-python/ukpostcodeparser: EAPI 8
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/ukpostcodeparser/Manifest | 2 +-
13 ...ukpostcodeparser-1.1.2.ebuild => ukpostcodeparser-1.1.2-r1.ebuild} | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/ukpostcodeparser/Manifest b/dev-python/ukpostcodeparser/Manifest
17 index 12535d75f..ecec5d415 100644
18 --- a/dev-python/ukpostcodeparser/Manifest
19 +++ b/dev-python/ukpostcodeparser/Manifest
20 @@ -1 +1 @@
21 -DIST ukpostcodeparser-1.1.2.tar.gz 5585 BLAKE2B c95f215f0e4b222b85ec3ab0a8d82186845d9cb161098240411a425094ada391bb6c891904293cca4a56e9370217829b51ba30e91824dd3d762279baef6c65f7 SHA512 8113522b728c095f937a9f53f21c369130e3e63c4fc3546dbea4ad1c53648742fb0e766b1254c76ee65d69dec585f1a90caa7d39ca540de1765ff5f989a702de
22 +DIST ukpostcodeparser-1.1.2.gh.tar.gz 5585 BLAKE2B c95f215f0e4b222b85ec3ab0a8d82186845d9cb161098240411a425094ada391bb6c891904293cca4a56e9370217829b51ba30e91824dd3d762279baef6c65f7 SHA512 8113522b728c095f937a9f53f21c369130e3e63c4fc3546dbea4ad1c53648742fb0e766b1254c76ee65d69dec585f1a90caa7d39ca540de1765ff5f989a702de
23
24 diff --git a/dev-python/ukpostcodeparser/ukpostcodeparser-1.1.2.ebuild b/dev-python/ukpostcodeparser/ukpostcodeparser-1.1.2-r1.ebuild
25 similarity index 96%
26 rename from dev-python/ukpostcodeparser/ukpostcodeparser-1.1.2.ebuild
27 rename to dev-python/ukpostcodeparser/ukpostcodeparser-1.1.2-r1.ebuild
28 index c98f4b316..cffb139df 100644
29 --- a/dev-python/ukpostcodeparser/ukpostcodeparser-1.1.2.ebuild
30 +++ b/dev-python/ukpostcodeparser/ukpostcodeparser-1.1.2-r1.ebuild
31 @@ -1,7 +1,7 @@
32 # Copyright 1999-2022 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 -EAPI="7"
36 +EAPI=8
37
38 PYTHON_COMPAT=( pypy3 python3_{8..11} )
39
40 @@ -9,7 +9,7 @@ inherit distutils-r1
41
42 DESCRIPTION="UK postcode parser library"
43 HOMEPAGE="https://github.com/hamstah/ukpostcodeparser"
44 -SRC_URI="https://github.com/hamstah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 +SRC_URI="https://github.com/hamstah/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
46
47 LICENSE="MIT"
48 SLOT="0"