commit: a7d196dbd8bd378b1140db792828f4d7325f131b
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 13:10:29 2018 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 13:10:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d196db
dev-python/tld: 0.9.1 bump
Package-Manager: Portage-2.3.43, Repoman-2.3.10
dev-python/tld/Manifest | 1 +
dev-python/tld/tld-0.9.1.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/dev-python/tld/Manifest b/dev-python/tld/Manifest
index aa9c8e6a69c..5aacf2191a9 100644
--- a/dev-python/tld/Manifest
+++ b/dev-python/tld/Manifest
@@ -1 +1,2 @@
DIST tld-0.7.10.tar.gz 242027 BLAKE2B
b72d673ecf4753f95d0bf8403abb296eef67b7aeea7233e1b8e3ae262667a252d7cd5125c8cd3a11b5422eded604ccc3c86fd7d5ae1a500f926b9fd6464b9acf
SHA512
e144f2eb037da482965636cb14c1d0bd91f66d9836f1ea0662b1a34d6760fba7784f26a398d0a1fe0ae4f15bc79372dfd92d94eb624b04955320813b08ab4968
+DIST tld-0.9.1.tar.gz 479262 BLAKE2B
908be345720b2e8131c89fac9fbbee7137674aa036b99076e60352b5ff37f682c3f5dcd8bf4bade58fffeeebeb6cbd2924042db9da383373ba4542639189e1d1
SHA512
167629fc1f837c12d8baeb83b032fe10291ba5444373b225eb73bab515e46efe5f29f83acd1eea07caa54d6b69fad8238d531867f1956c13243bc1908961a4cf
diff --git a/dev-python/tld/tld-0.9.1.ebuild b/dev-python/tld/tld-0.9.1.ebuild
new file mode 100644
index 00000000000..d2129761851
--- /dev/null
+++ b/dev-python/tld/tld-0.9.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Extract the top level domain (TLD) from the URL given"
+HOMEPAGE="https://github.com/barseghyanartur/tld"
+SRC_URI="https://github.com/barseghyanartur/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""