public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tld/
Date: Tue, 10 Dec 2019 12:22:32 +0000 (UTC)	[thread overview]
Message-ID: <1575980548.44c6e8f6160cefa0b3d7c50f54098cecb128771d.voyageur@gentoo> (raw)

commit:     44c6e8f6160cefa0b3d7c50f54098cecb128771d
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 12:21:53 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 12:22:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c6e8f6

dev-python/tld: 0.10 bump

Last version supporting python 2

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 dev-python/tld/Manifest        |  1 +
 dev-python/tld/tld-0.10.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/dev-python/tld/Manifest b/dev-python/tld/Manifest
index e89e56a7727..4de31ae7234 100644
--- a/dev-python/tld/Manifest
+++ b/dev-python/tld/Manifest
@@ -1 +1,2 @@
+DIST tld-0.10.tar.gz 1072577 BLAKE2B b4fbd245e16e905a4dd40980c376cb52a3ec21581e25b09ae07d66799c922eb31964bfbbdffbb7e28437ba094500d32d9f34e6f7214ed530222e598bbefd28f1 SHA512 8fc993d9a8457e0130d576eeb9bccef0bac8246f428ade466f46cee6dca509985157d28ba260dfd027f9f7f6abcb6b7ff3157b2846f05fe94e9c415021ca5488
 DIST tld-0.9.7.tar.gz 912360 BLAKE2B be5373040a689fc4d8831c85fb9da29070978c6ea6a7c279caf9dace80c3171ad414861f2558bcdd3ae0f15cba33e577f40869c536611a14eeafc4c1265fdcc4 SHA512 45a42f0c9ffe18912c33c26f30eda33117efd37688cfadbdb05514e22249d0c371629cb29a1d2eb4bce49efdb5d45bab3438f1b6e0dddef905b7ec6ad4fd99e5

diff --git a/dev-python/tld/tld-0.10.ebuild b/dev-python/tld/tld-0.10.ebuild
new file mode 100644
index 00000000000..4ea3d4e0326
--- /dev/null
+++ b/dev-python/tld/tld-0.10.ebuild
@@ -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_{5,6,7,8} )
+
+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=""


             reply	other threads:[~2019-12-10 12:22 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-10 12:22 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-19 11:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/tld/ Michał Górny
2023-06-01 14:50 Michał Górny
2023-03-16 16:35 Michał Górny
2023-02-28  5:06 Michał Górny
2023-02-03  7:19 Michał Górny
2023-02-01 23:47 Bernard Cafarelli
2021-06-07  7:00 Michał Górny
2021-01-23  9:29 Bernard Cafarelli
2021-01-13  8:25 Bernard Cafarelli
2020-12-05 17:30 Bernard Cafarelli
2020-06-16 10:32 Bernard Cafarelli
2020-05-04 12:24 Michał Górny
2020-05-03 10:15 Bernard Cafarelli
2020-03-29 10:13 Michał Górny
2020-03-02  9:01 Bernard Cafarelli
2020-03-02  9:01 Bernard Cafarelli
2020-02-06  6:38 Michał Górny
2019-12-16 11:06 Bernard Cafarelli
2019-12-11  9:50 Bernard Cafarelli
2019-12-10 12:22 Bernard Cafarelli
2019-11-14  8:07 Bernard Cafarelli
2019-09-24 12:56 Bernard Cafarelli
2019-04-15 22:27 Bernard Cafarelli
2019-04-15 22:27 Bernard Cafarelli
2019-01-14 17:33 Bernard Cafarelli
2018-07-24 13:16 Bernard Cafarelli
2018-07-24 13:16 Bernard Cafarelli
2018-04-09 13:43 Bernard Cafarelli
2018-01-09 13:40 Bernard Cafarelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1575980548.44c6e8f6160cefa0b3d7c50f54098cecb128771d.voyageur@gentoo \
    --to=voyageur@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox