diff options
author | 2020-08-17 11:47:21 +0200 | |
---|---|---|
committer | 2020-08-17 13:00:09 +0200 | |
commit | 1b6b336f99b670427b8593651ad047d39591d9c1 (patch) | |
tree | 658858b8a236c567f0dd4b2696fa4eec5211546a /dev-python/phonenumbers/phonenumbers-8.12.8.ebuild | |
parent | dev-python/bcrypt: Bump to 3.2.0 (diff) | |
download | gentoo-1b6b336f99b670427b8593651ad047d39591d9c1.tar.gz gentoo-1b6b336f99b670427b8593651ad047d39591d9c1.tar.bz2 gentoo-1b6b336f99b670427b8593651ad047d39591d9c1.zip |
dev-python/phonenumbers: Bump to 8.12.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/phonenumbers/phonenumbers-8.12.8.ebuild')
-rw-r--r-- | dev-python/phonenumbers/phonenumbers-8.12.8.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/phonenumbers/phonenumbers-8.12.8.ebuild b/dev-python/phonenumbers/phonenumbers-8.12.8.ebuild new file mode 100644 index 000000000000..4d3183b1591b --- /dev/null +++ b/dev-python/phonenumbers/phonenumbers-8.12.8.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="Python port of Google's libphonenumber" +HOMEPAGE="https://github.com/daviddrysdale/python-phonenumbers" +SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DOCS=(README.md) + +distutils_enable_tests setup.py |