mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
mobsf: more deps
This commit is contained in:
parent
58ae65899c
commit
21178a392f
3 changed files with 23 additions and 0 deletions
21
dev-python/IP2Location/IP2Location-8.4.1.ebuild
Normal file
21
dev-python/IP2Location/IP2Location-8.4.1.ebuild
Normal file
|
|
@ -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}]"
|
||||
1
dev-python/IP2Location/Manifest
Normal file
1
dev-python/IP2Location/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST IP2Location-8.4.1.tar.gz 5591 BLAKE2B d04d5f7b0efba308a75f957f0da3482c61d5e9a52f81b8d7ad575e4b7f01be7b2daac34216ac5fd9be726edd3ca3d906a6ae644ef1e7f449db807573bc398352 SHA512 e6092af1bdb3a02b76235c3da6d43376b6c413e2e32f4d3adae01852bff828e3281f24a7f81e35feff1537d1dc82a12f37d0dfb20976954efe798315167cdbc7
|
||||
|
|
@ -500,3 +500,4 @@ dev-python/oscrypto
|
|||
dev-python/asn1crypto
|
||||
dev-python/apkid
|
||||
dev-python/http-tools
|
||||
dev-python/IP2Location
|
||||
|
|
|
|||
Loading…
Reference in a new issue