public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/soupsieve/
Date: Wed, 27 Nov 2019 01:13:45 +0000 (UTC)	[thread overview]
Message-ID: <1574817217.39dc3e2d3a694e5ca23c5b79b3150e53a764d8a0.chutzpah@gentoo> (raw)

commit:     39dc3e2d3a694e5ca23c5b79b3150e53a764d8a0
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Tue Nov 26 23:55:49 2019 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 01:13:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39dc3e2d

dev-python/soupsieve: New package

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 dev-python/soupsieve/Manifest               |  1 +
 dev-python/soupsieve/metadata.xml           | 12 +++++++++++
 dev-python/soupsieve/soupsieve-1.9.5.ebuild | 33 +++++++++++++++++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/dev-python/soupsieve/Manifest b/dev-python/soupsieve/Manifest
new file mode 100644
index 00000000000..9facd4bb0ed
--- /dev/null
+++ b/dev-python/soupsieve/Manifest
@@ -0,0 +1 @@
+DIST soupsieve-1.9.5.tar.gz 99119 BLAKE2B adf2f068ca536583557dff5b86fbb8020de8139c346ab124c8f78d91d2c0db49553cc9b8580a4e8af0fb74e19a8f8b6e5459b654a900034d76a677e60ea0fece SHA512 38cf37c7080ec6054291a076eb4b152bbf5267b9fed25f933a340345cd7807f14f4a5300707090fd233382e96841f6a33305876cf02740c96dd6aa9d2af06868

diff --git a/dev-python/soupsieve/metadata.xml b/dev-python/soupsieve/metadata.xml
new file mode 100644
index 00000000000..de74db44b00
--- /dev/null
+++ b/dev-python/soupsieve/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">soupsieve</remote-id>
+		<remote-id type="github">facelessuser/soupsieve</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/soupsieve/soupsieve-1.9.5.ebuild b/dev-python/soupsieve/soupsieve-1.9.5.ebuild
new file mode 100644
index 00000000000..71975a1c656
--- /dev/null
+++ b/dev-python/soupsieve/soupsieve-1.9.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="A modern CSS selector implementation for BeautifulSoup"
+HOMEPAGE="https://github.com/facelessuser/soupsieve
+	https://pypi.python.org/pypi/soupsieve"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	$(python_gen_cond_dep 'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' -2)
+"
+BDEPEND="${RDEPEND}
+	test? (
+		dev-python/beautifulsoup[${PYTHON_USEDEP}]
+		$(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 'python3*')
+		dev-python/html5lib[${PYTHON_USEDEP}]
+	)
+"
+
+RESTRICT+=" !test? ( test )"
+
+distutils_enable_tests pytest


             reply	other threads:[~2019-11-27  1:13 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-27  1:13 Patrick McLean [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-11-27  1:51 [gentoo-commits] repo/gentoo:master commit in: dev-python/soupsieve/ Patrick McLean
2019-11-27  2:18 Patrick McLean
2019-11-27 13:05 Mikle Kolyada
2019-11-29 23:03 Sergei Trofimovich
2019-11-30  4:30 Aaron Bauman
2019-12-01 13:52 Sergei Trofimovich
2019-12-01 13:59 Sergei Trofimovich
2019-12-03 16:24 Jeroen Roovers
2019-12-07 23:07 Matt Turner
2019-12-08 23:31 Sergei Trofimovich
2020-01-26 21:46 Matthew Thode
2020-03-03  7:22 Matt Turner
2020-05-26 16:23 Michał Górny
2020-05-26 16:57 Michał Górny
2020-05-26 16:57 Michał Górny
2020-05-26 16:57 Michał Górny
2020-07-11  8:57 Michał Górny
2020-07-11  8:57 Michał Górny
2020-07-12  2:41 Sam James
2020-07-25 10:22 Michał Górny
2020-08-14 23:22 Andreas Sturmlechner
2020-08-23 17:06 Sam James
2020-11-28 15:36 Sam James
2020-12-11  7:33 Michał Górny
2021-01-13 19:06 Sam James
2021-01-13 20:16 Michał Górny
2021-02-10  8:06 Michał Górny
2021-03-14 22:33 Sam James
2021-03-14 22:39 Michał Górny
2021-03-19  7:36 Michał Górny
2021-04-21 18:55 Sam James
2021-04-21 19:25 Michał Górny
2021-05-29 21:34 Michał Górny
2021-05-29 21:34 Michał Górny
2021-07-28 23:38 Marek Szuba
2021-09-27  8:40 James Le Cuirot
2021-11-03 20:53 Michał Górny
2021-11-12  9:40 Michał Górny
2021-12-09 21:24 Sam James
2021-12-09 22:39 Michał Górny
2021-12-12 19:56 Jakov Smolić
2021-12-12 21:32 Michał Górny
2022-04-07  9:49 Michał Górny
2022-04-07 15:31 Jakov Smolić
2022-04-08 14:23 Arthur Zamarin
2022-04-08 14:25 Arthur Zamarin
2022-04-08 14:25 Arthur Zamarin
2022-04-09 19:23 Arthur Zamarin
2022-04-09 19:47 Arthur Zamarin
2022-04-10 12:35 James Le Cuirot
2022-05-01 21:51 Jakov Smolić
2022-05-11 12:56 Jakov Smolić
2022-05-11 17:15 Arthur Zamarin
2022-05-11 17:15 Arthur Zamarin
2022-05-11 20:11 Michał Górny
2022-05-15  8:19 Jakov Smolić
2022-05-15  8:21 Jakov Smolić
2022-05-15  8:38 Jakov Smolić
2022-05-15  8:38 Jakov Smolić
2022-05-15 11:14 Jakov Smolić
2022-05-16 19:38 Arthur Zamarin
2022-05-16 20:00 Arthur Zamarin
2022-05-20  0:17 Sam James
2022-06-05 16:48 Michał Górny
2022-07-10 16:56 Sam James
2022-07-10 18:50 Michał Górny
2023-02-13  3:22 Matt Turner
2023-02-15  7:16 Michał Górny
2023-03-17 15:53 Sam James
2023-03-17 15:58 Michał Górny
2023-04-17  5:26 Michał Górny
2023-05-23 15:44 Arthur Zamarin
2023-05-23 16:08 Michał Górny
2023-05-26 16:55 Michał Górny
2023-09-02 14:11 Michał Górny
2023-10-06 14:29 Sam James
2023-10-06 15:08 Michał Górny
2024-05-09 19:13 Michał Górny
2024-08-14  6:05 Michał Górny
2024-08-31  7:51 Jakov Smolić
2024-08-31  9:21 Michał Górny

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=1574817217.39dc3e2d3a694e5ca23c5b79b3150e53a764d8a0.chutzpah@gentoo \
    --to=chutzpah@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