From 21178a392f4a6b72250b8b8ec62d19089d091622 Mon Sep 17 00:00:00 2001 From: blshkv Date: Fri, 7 Feb 2020 14:49:27 +0800 Subject: [PATCH] mobsf: more deps --- .../IP2Location/IP2Location-8.4.1.ebuild | 21 +++++++++++++++++++ dev-python/IP2Location/Manifest | 1 + .../base/package.accept_keywords/dev-python | 1 + 3 files changed, 23 insertions(+) create mode 100644 dev-python/IP2Location/IP2Location-8.4.1.ebuild create mode 100644 dev-python/IP2Location/Manifest diff --git a/dev-python/IP2Location/IP2Location-8.4.1.ebuild b/dev-python/IP2Location/IP2Location-8.4.1.ebuild new file mode 100644 index 000000000..59a5cfeb6 --- /dev/null +++ b/dev-python/IP2Location/IP2Location-8.4.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Python API for IP2Location database" +HOMEPAGE="https://pypi.org/project/IP2Location/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/IP2Location/Manifest b/dev-python/IP2Location/Manifest new file mode 100644 index 000000000..a9571b970 --- /dev/null +++ b/dev-python/IP2Location/Manifest @@ -0,0 +1 @@ +DIST IP2Location-8.4.1.tar.gz 5591 BLAKE2B d04d5f7b0efba308a75f957f0da3482c61d5e9a52f81b8d7ad575e4b7f01be7b2daac34216ac5fd9be726edd3ca3d906a6ae644ef1e7f449db807573bc398352 SHA512 e6092af1bdb3a02b76235c3da6d43376b6c413e2e32f4d3adae01852bff828e3281f24a7f81e35feff1537d1dc82a12f37d0dfb20976954efe798315167cdbc7 diff --git a/profiles/pentoo/base/package.accept_keywords/dev-python b/profiles/pentoo/base/package.accept_keywords/dev-python index aa378bf82..1a7a8cec7 100644 --- a/profiles/pentoo/base/package.accept_keywords/dev-python +++ b/profiles/pentoo/base/package.accept_keywords/dev-python @@ -500,3 +500,4 @@ dev-python/oscrypto dev-python/asn1crypto dev-python/apkid dev-python/http-tools +dev-python/IP2Location