dev-python/pycountry-convert: rework, remove olds
This commit is contained in:
parent
62d3414085
commit
faeb006715
@ -1,3 +1,3 @@
|
||||
DIST pycountry-convert-0.7.2.tar.gz 12376 BLAKE2B b6e173da2df532a12f7a0965aec0228e8e1189bb2bed79031bc4310b3d23300b67fa461fb2a99fef90752183e81a3c347538d836a24ca9dc3f30ca625a758307 SHA512 5010668fcc20e70e035464d69caa0cc3235bc3d913cb0ec759267395ca25d6ffe36800f5c0efc380e0d52c5e7eee35d31471b847072f5253b884a49dfd35a4d7
|
||||
EBUILD pycountry-convert-0.7.2.ebuild 860 BLAKE2B c85f1733323f0c1efe3335cd983705b2769c34ce7c9d749a36a2598840ea3f6c5be8d3ab6f99c7148418527fdeff904d5b19d3915bd81283e8ebb61e4f0ecd5f SHA512 528e9102179b16d169309ca3ba6736f63160de83fe1e74c4f8cc890d2ac015e0544a233d00224e52ae262c5867b44802a12fb82ec97f2c4a198d679319bdc3d9
|
||||
EBUILD pycountry-convert-0.7.2.ebuild 830 BLAKE2B 291c8fdaff4999e8884323895380983c8a4f979e343072461f091fc92f9a306aeb921a35725c379daf6e8c2c01e8740b82b435a936fc64bcf35360caf302fe59 SHA512 ef556989d1742c5a2198f5262890881ff4a111e950fd9a872658534a448f3b52f8401c0269d1c10694ed300bf3cb48e0c9494702ea0b9740fbe71225ee894636
|
||||
MISC metadata.xml 453 BLAKE2B 250df3512f8bc0d2c98cc7bf42c653152eb83ce887a6b4c7e6afed427f6957fc9f97e5e458fa16adb95a33857ddf7465b13e7b5b1da5a180e99dc3fd0a31cfde SHA512 5188e336ad6e77b0042ee6cc98dbc9fca972fa1e0cce5ff46a8795d6301729da9f8ea1f790da715b490c55889274d3dfe49f582a77b7be29887f67e2b938e5fc
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user