public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "罗百科" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tldextract/
Date: Sun, 13 Oct 2019 13:15:35 +0000 (UTC)	[thread overview]
Message-ID: <1570972522.49819a9740451e506afbd08601a82417dfdae3e5.patrick@gentoo> (raw)

commit:     49819a9740451e506afbd08601a82417dfdae3e5
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 13:11:05 2019 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 13:15:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49819a97

dev-python/tldextract: Initial import

Transitive dep of app-crypt/certbot-dns-nsone
Ebuilds taken from adjust gentoo-overlay

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 dev-python/tldextract/Manifest                |  1 +
 dev-python/tldextract/metadata.xml            |  8 ++++++++
 dev-python/tldextract/tldextract-2.2.1.ebuild | 26 ++++++++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/tldextract/Manifest b/dev-python/tldextract/Manifest
new file mode 100644
index 00000000000..f68f73e708e
--- /dev/null
+++ b/dev-python/tldextract/Manifest
@@ -0,0 +1 @@
+DIST tldextract-2.2.1.tar.gz 54538 BLAKE2B 0abfb1982d0b9e9cd767bc64db289da8bf2f58b599eaea7e703adf36934dae0d052170fa9a8205b8ac0b441d8f1ac75648ccc108515586b0bcacf2ecb43fef52 SHA512 db4f14e514c0e68f85f28226343d7ec91ceea2843ee01c9a2950f0972f365bf343640e07cfb118aff52bab975719be71d179fc6b3bd4da7eb62a47b62747cc0b

diff --git a/dev-python/tldextract/metadata.xml b/dev-python/tldextract/metadata.xml
new file mode 100644
index 00000000000..42aafecd8d2
--- /dev/null
+++ b/dev-python/tldextract/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>patrick@gentoo.org</email>
+    <name>Patrick Lauer</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/dev-python/tldextract/tldextract-2.2.1.ebuild b/dev-python/tldextract/tldextract-2.2.1.ebuild
new file mode 100644
index 00000000000..8addd4d3a49
--- /dev/null
+++ b/dev-python/tldextract/tldextract-2.2.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+inherit distutils-r1
+
+DESCRIPTION="Accurately separate the TLD from the registered domain and subdomains of a URL."
+HOMEPAGE="https://pypi.org/project/tldextract/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+"
+RDEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/idna[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/requests-file[${PYTHON_USEDEP}]
+"


             reply	other threads:[~2019-10-13 13:15 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-13 13:15 罗百科 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-10-13 14:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/tldextract/ 罗百科
2020-02-06  6:38 Michał Górny
2020-12-02 23:13 Aaron Bauman
2021-08-12 19:40 Louis Sautier
2021-08-15 23:29 Louis Sautier
2021-08-15 23:29 Louis Sautier
2021-08-28  6:53 Michał Górny
2021-09-02  6:25 Michał Górny
2021-10-19  0:12 Sam James
2021-10-22 14:35 Agostino Sarubbo
2022-02-21  9:15 Michał Górny
2022-03-28  6:51 Agostino Sarubbo
2022-03-28 10:14 Michał Górny
2022-04-12 17:34 Michał Górny
2022-05-05  7:08 Arthur Zamarin
2022-05-16 21:50 Sam James
2022-05-17  4:55 Michał Górny
2022-06-09  3:50 Ionen Wolkens
2022-07-09  8:41 Michał Górny
2022-08-09  7:43 Agostino Sarubbo
2022-08-09  8:14 Michał Górny
2022-10-05  9:41 Michał Górny
2022-11-05  4:42 Sam James
2022-11-05 16:50 Arthur Zamarin
2023-04-27  3:10 Michał Górny
2023-05-17  3:40 Michał Górny
2023-05-19  4:03 Michał Górny
2023-05-20  6:22 Michał Górny
2023-05-28 19:55 Arthur Zamarin
2023-05-29  4:37 Michał Górny
2023-07-25  0:10 Ionen Wolkens
2023-09-07  3:19 Michał Górny
2023-09-20  4:22 Michał Górny
2023-09-26 17:58 Sam James
2023-09-27 17:59 WANG Xuerui
2023-10-11 16:49 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-10-15  8:00 Sam James
2023-10-15 15:27 Michał Górny
2023-10-18  5:06 Michał Górny
2023-11-07 15:19 Michał Górny
2023-11-11 20:17 Arthur Zamarin
2023-11-11 20:17 Arthur Zamarin
2023-11-11 20:50 Michał Górny
2023-11-17  7:57 Michał Górny
2023-11-29 11:04 Michał Górny
2023-11-29 11:45 Arthur Zamarin
2023-11-29 12:07 Michał Górny
2024-03-19  7:20 Michał Górny
2024-04-06  9:35 Michał Górny
2024-04-06 10:02 Arthur Zamarin
2024-04-06 12:37 Michał Górny
2024-06-15 19:15 Michał Górny
2024-11-05  5:53 Michał Górny
2024-11-23 12:31 Arthur Zamarin
2024-11-23 12:44 Michał Górny
2025-03-10 12:46 Jakov Smolić
2025-03-11 20:20 Arthur Zamarin
2025-03-11 20:20 Arthur Zamarin

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=1570972522.49819a9740451e506afbd08601a82417dfdae3e5.patrick@gentoo \
    --to=patrick@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