mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
dev-python/phonenumbers: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
eaf0be0d45
commit
3c3c2e93fc
@ -1,2 +1 @@
|
||||
DIST python-phonenumbers-9.0.4.gh.tar.gz 4916487 BLAKE2B 6fbfe614819d9e39b8e97f32002e57a173c79280756dbc0203af0dfb0ac127f1d7c1cd8d2f4056257637341873ad2d9aa011526c91b9e08e3485899cb2b793a3 SHA512 a37bf117f7148b7007ac641623540c628cfa0228f3cfa7654fcd4181d5d0fbbe9e33520c485be098c2b47b50293c8fab7c788c29f137ecb1db60257f464c4665
|
||||
DIST python-phonenumbers-9.0.5.gh.tar.gz 4916518 BLAKE2B 9a2ad1e1410207319df745e39a386170a259f723c1c8e93044ba90d68658ff541cda529300a95495cd91b0ea703e3afb1fee301d68e4c8794d401f0125dc4240 SHA512 a6c8f78bbaba9be47205b085af52d210aa8f300f1e6388fcd75e25a4a5e72c30348ca02f9ab5a48708157d2182d935dbd37be0e104eab8c5d4081488dc4c06cf
|
||||
|
||||
@ -1,39 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_P=python-${P}
|
||||
DESCRIPTION="Python port of Google's libphonenumber"
|
||||
HOMEPAGE="
|
||||
https://github.com/daviddrysdale/python-phonenumbers/
|
||||
https://pypi.org/project/phonenumbers/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
|
||||
-> ${MY_P}.gh.tar.gz
|
||||
"
|
||||
S=${WORKDIR}/${MY_P}/python
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/protobuf[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
DOCS=( ../README.md )
|
||||
|
||||
python_test() {
|
||||
"${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user