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/publicsuffix/
Date: Mon, 18 Apr 2022 08:19:15 +0000 (UTC)	[thread overview]
Message-ID: <1650269947.c6a1c33c6bcd2431565cd982413dcc0f2bf2246f.mgorny@gentoo> (raw)

commit:     c6a1c33c6bcd2431565cd982413dcc0f2bf2246f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 07:56:37 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 08:19:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a1c33c

dev-python/publicsuffix: PEP517, unhardcode version

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

 dev-python/publicsuffix/Manifest                   |  1 +
 .../publicsuffix/publicsuffix-2.20191221-r2.ebuild | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/publicsuffix/Manifest b/dev-python/publicsuffix/Manifest
index 28575fb6fe7b..04970e107ee2 100644
--- a/dev-python/publicsuffix/Manifest
+++ b/dev-python/publicsuffix/Manifest
@@ -1 +1,2 @@
 DIST publicsuffix-2.20191221.gh.tar.gz 98142 BLAKE2B 21b0dabb253175ecf427a51bcc7df2de7fa3fc9fe7d9032cc378160c4c53e75efa4c0e657efc93d48bb58f786160d89cb2fd7301e3c270f73802a926c31ea378 SHA512 983bdb17b76d10eb73cf69f0ba7590806bf6786ae0c30526593ce1ab97f3b22c967f9acae83b880dd56be41a29eae9cca5726926667eb74013d0d1078433bf05
+DIST python-publicsuffix2-release-2.2019-12-21.gh.tar.gz 98142 BLAKE2B 21b0dabb253175ecf427a51bcc7df2de7fa3fc9fe7d9032cc378160c4c53e75efa4c0e657efc93d48bb58f786160d89cb2fd7301e3c270f73802a926c31ea378 SHA512 983bdb17b76d10eb73cf69f0ba7590806bf6786ae0c30526593ce1ab97f3b22c967f9acae83b880dd56be41a29eae9cca5726926667eb74013d0d1078433bf05

diff --git a/dev-python/publicsuffix/publicsuffix-2.20191221-r2.ebuild b/dev-python/publicsuffix/publicsuffix-2.20191221-r2.ebuild
new file mode 100644
index 000000000000..f33a01dd2239
--- /dev/null
+++ b/dev-python/publicsuffix/publicsuffix-2.20191221-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+PV_DATE=$(ver_cut 2)
+MY_PV=release-$(ver_cut 1).${PV_DATE::4}-${PV_DATE:4:2}-${PV_DATE:6:2}
+MY_P=python-publicsuffix2-${MY_PV}
+
+DESCRIPTION="Get a public suffix for a domain name using the Public Suffix List"
+HOMEPAGE="
+	https://github.com/nexB/python-publicsuffix2/
+"
+SRC_URI="
+	https://github.com/nexB/python-publicsuffix2/archive/${MY_PV}.tar.gz
+		-> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+	>=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2022-04-18  8:19 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-18  8:19 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  7:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/publicsuffix/ Michał Górny
2023-11-24 16:26 Michał Górny
2023-06-01 13:40 Michał Górny
2023-01-27 16:13 Arthur Zamarin
2022-06-11 11:32 Yixun Lan
2022-05-21 19:25 Michał Górny
2022-05-21 17:35 Jakov Smolić
2021-10-03 19:27 Michał Górny
2021-10-03 18:48 Sam James
2021-09-02 19:06 Arthur Zamarin
2021-09-02 19:06 Arthur Zamarin
2021-09-02 19:06 Arthur Zamarin
2021-03-01  9:20 Agostino Sarubbo
2020-11-05 12:32 Joonas Niilola
2020-05-04 11:39 Michał Górny
2020-04-21 18:21 Matthew Thode
2020-03-17 10:13 Michał Górny
2019-07-27 23:19 Matthew Thode

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=1650269947.c6a1c33c6bcd2431565cd982413dcc0f2bf2246f.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