net-dns/lexicon added with needed dependencies.
This commit is contained in:
2
dev-python/tldextract/Manifest
Normal file
2
dev-python/tldextract/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST tldextract-2.2.0.tar.gz 62624 BLAKE2B 0450c4ae68ee702293e2458f397b52d469a5b5e75455cad036f0a618a248418daa71064a4511783ac41d2e991215f555d8c47ca8436a63aebacb4062f3ec6686 SHA512 5e9e084573daae771eb6852a45668357adb3a059561755db1f6754074f778e10c936c088e2f310db67802d41628816d7d09e622d9983a8490e421f2326fac927
|
||||
EBUILD tldextract-2.2.0.ebuild 682 BLAKE2B 8e453398d5df804a6dd3857357398d5b22fdc43403b6110eb58fc0a4dcabeaa6498c437426745d168a648b1fb06349bc2158a5a23e1de8e5ab4421f6456f18e8 SHA512 808b2b3c57be21c70520188a14630732bec5f3a77fb1169e0d3b43b88cffdab6c06a9a9ab425de85b13b7258bafc58de36ce5da05a40c982bb664f8d644e24a0
|
26
dev-python/tldextract/tldextract-2.2.0.ebuild
Normal file
26
dev-python/tldextract/tldextract-2.2.0.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_6 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Accurately separate the TLD from the registered domain and subdomains of a URL."
|
||||
HOMEPAGE="https://github.com/john-kurkowski/tldextract"
|
||||
GITHUB_USER="john-kurkowski"
|
||||
GITHUB_TAG="${PV}"
|
||||
SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/${GITHUB_TAG}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/idna[${PYTHON_USEDEP}]
|
||||
>dev-python/requests-file-1.4.0[${PYTHON_USEDEP}]
|
||||
>dev-python/requests-2.1.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND=""
|
||||
BDEPEND=""
|
Reference in New Issue
Block a user