dev-python/tld: 0.9.3 bump
authorBernard Cafarelli <voyageur@gentoo.org>
Mon, 15 Apr 2019 22:27:26 +0000 (00:27 +0200)
committerBernard Cafarelli <voyageur@gentoo.org>
Mon, 15 Apr 2019 22:27:35 +0000 (00:27 +0200)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
dev-python/tld/Manifest
dev-python/tld/tld-0.9.3.ebuild [new file with mode: 0644]

index 06a4340c3ccfbfbda04bd2865cb1cb7f0bb93cb7..6cdaba94f7d2aaeaed59c22ffa94c1022832469b 100644 (file)
@@ -1 +1,2 @@
 DIST tld-0.9.2.tar.gz 562143 BLAKE2B 6b7f3c15127d2a97240054b3ee53c628ebf3f381399f7b4460879cd0034dae4f944e33950cafeaf36ab222b9578146564369c0401dc8066d8092bc00ebeb40c4 SHA512 72e829efa48fccb7f8f771f7b84e98d7f38de8f214c26d25741448981de432bbe09f3dac646779135a74c8f3fd0669e3c371d2136e5edc3c2e3750fd5d5631dd
+DIST tld-0.9.3.tar.gz 563527 BLAKE2B 60a6c33e1a3ce1b7336e1f7eb731510a9675bb3e2a8bd05662c6a9c869d54a97ba71c6f3af2ba4bdd20e6f1af7123dcd383c9fc5e0d34776b75fb7ff4e84ca23 SHA512 2884dcce2c08da4e8af5773f9e593c779baaa10930d26f3161314b4ec871d7c788dd583cdd30e9db304d8bd13abf2f8f5eea8c42e8834015c27e5ac8e249d4ab
diff --git a/dev-python/tld/tld-0.9.3.ebuild b/dev-python/tld/tld-0.9.3.ebuild
new file mode 100644 (file)
index 0000000..13ac655
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+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=""