public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tld/
Date: Mon,  7 Jun 2021 07:00:32 +0000 (UTC)	[thread overview]
Message-ID: <1623049230.88e9b7fa870662cdd4ca30f00690b8c9f33b868d.mgorny@gentoo> (raw)

commit:     88e9b7fa870662cdd4ca30f00690b8c9f33b868d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  7 06:56:57 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  7 07:00:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e9b7fa

dev-python/tld: Bump to 0.12.6

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/tld/Manifest          |  1 +
 dev-python/tld/tld-0.12.6.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/tld/Manifest b/dev-python/tld/Manifest
index f220f98005e..43d99b2da3d 100644
--- a/dev-python/tld/Manifest
+++ b/dev-python/tld/Manifest
@@ -1,3 +1,4 @@
 DIST tld-0.12.2.tar.gz 1347015 BLAKE2B d284581917a9ddee026d316961f2cdc6efc8a3c8dee8112c7266d55a9493f1aca831db0635db02b737bb3e02b3910a8822e121a5317ab02f5078075839e02c91 SHA512 b997bd3cdf22f65862c9b3e7d446014325d9538dd06eeed86f4b9b6c6ba440829b5d611cc19fed9bf8bf039ef01c4258c71b5c765bbecdfc345dd00e73c7fca1
 DIST tld-0.12.3.tar.gz 1498596 BLAKE2B 7a1d33c3527bc1dfeb18bfcc5af4d153f9cc39b52e858f4ac5907d0edece67da6bb6f900d028937bafb468b31534ed284a54effae6d97397dd33e27261af3730 SHA512 fe33bb18bceea6e1eb4ba3ca46dc54c81a8d3a1f4187078488676b951e6734a885a44525f6f5c4dc8c2fea1b0f4ffd8060244fbf33f9b1bd9dfafbec12876711
 DIST tld-0.12.5.tar.gz 1500013 BLAKE2B d6b51e144f9c1305212ccb537b3488b7643190598674103e8fc7772c34f1e5a6eefb09d957a6ecd1ffa3e9ab0cc41b07dd97ef70f031259393c7410cd05e0b29 SHA512 90fa3911f64368e3c75d034b5854d4460ac41b603b431ef94bb0b49bbd37f5fadb0a084f24849aa8fa2a74608ea9555eec2d4372641bc4d135e1cb4fd3ad23ed
+DIST tld-0.12.6.tar.gz 358405 BLAKE2B cf7bd68f26507cd4ac1c681705d8c495131a8b3aa64115e0259f7ef33f61c5db4911cc8cb1493e901237d401bd4eff4bda9cd687d19d9e1e275c3d87980069ae SHA512 ff10041178976af97c920a519ce3bb5a0a46f4299c24419db9a0502e89296e2bd66885dac5927e940c3abc22d6b390336916622cab771a57ba1c8f0960de2583

diff --git a/dev-python/tld/tld-0.12.6.ebuild b/dev-python/tld/tld-0.12.6.ebuild
new file mode 100644
index 00000000000..e969ca8f57b
--- /dev/null
+++ b/dev-python/tld/tld-0.12.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+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"
+
+BDEPEND="
+	test? (
+		dev-python/Faker[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests --install pytest
+
+src_prepare() {
+	distutils-r1_src_prepare
+	sed -i -e '/--cov/d' pytest.ini || die
+}


             reply	other threads:[~2021-06-07  7:00 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07  7:00 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-27 17:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/tld/ Michał Górny
2025-05-22 15:27 Michał Górny
2024-05-19 11:47 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-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-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=1623049230.88e9b7fa870662cdd4ca30f00690b8c9f33b868d.mgorny@gentoo \
    --to=mgorny@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