summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2018-04-09 15:33:21 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2018-04-09 15:41:39 +0200
commitdb5d7480ebaf76812177e2ad12e5965d4bf874de (patch)
tree2a988bf1a53cb42a40ca493b70dc3768df2df33f
parentdev-python/ntlm-auth: 1.1.0 bump (diff)
downloadgentoo-db5d7480ebaf76812177e2ad12e5965d4bf874de.tar.gz
gentoo-db5d7480ebaf76812177e2ad12e5965d4bf874de.tar.bz2
gentoo-db5d7480ebaf76812177e2ad12e5965d4bf874de.zip
dev-python/tld: 0.7.10 bump
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r--dev-python/tld/Manifest1
-rw-r--r--dev-python/tld/tld-0.7.10.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/tld/Manifest b/dev-python/tld/Manifest
index a64c35efaac5..2c56bd281127 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.7.9.tar.gz 96340 BLAKE2B 070c1b602d01a97c98aaa8a64663c748b66d5adc385547d2c220601698060643e41bfe846de000cf24b9aeda5f6e60aad6f9bf06fab382d6312cbfc24d79dcd7 SHA512 294157567c57c99eafa97cadb9522e49adaa9d13323df18a76422e4ffa17b5ce6d5fb5f7b7663e3390e92dbffd51287e978c7856892be377d0265f10d7d06061
diff --git a/dev-python/tld/tld-0.7.10.ebuild b/dev-python/tld/tld-0.7.10.ebuild
new file mode 100644
index 000000000000..d21297618516
--- /dev/null
+++ b/dev-python/tld/tld-0.7.10.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=""