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/beautifulsoup/
Date: Wed,  8 Sep 2021 05:47:27 +0000 (UTC)	[thread overview]
Message-ID: <1631080042.7edf27e4e303137c49926eeb30f4586baac5ce03.mgorny@gentoo> (raw)

commit:     7edf27e4e303137c49926eeb30f4586baac5ce03
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  8 05:43:28 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  8 05:47:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edf27e4

dev-python/beautifulsoup: Bump to 4.10.0

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

 dev-python/beautifulsoup/Manifest                  |  1 +
 .../beautifulsoup/beautifulsoup-4.10.0.ebuild      | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/beautifulsoup/Manifest b/dev-python/beautifulsoup/Manifest
index f253159b19c..4dede2d8d2d 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1 +1,2 @@
+DIST beautifulsoup4-4.10.0.tar.gz 399890 BLAKE2B 61f044064a81e94b64a72fd49cca164faa05442bc76f897c8a7fa4481acca039bcb9e4f7a1853a7155504fa25e56c518806d8af016369bc37316ecb95b59d7d3 SHA512 92be99ed0fd479b86519395143516e28f7b80f54a8251223d6e7b88dc98f8dfca9585079f5f1d89bfe68f577de3dff433711642486303203f46bc76754959a18
 DIST beautifulsoup4-4.9.3.tar.gz 376031 BLAKE2B fbe2139f288eee978c3f665c7640f66c6c51b857a186f6a8ace02b36effa1552f1cbea9e3744e0a46a65a06e6cdbd9203832e0ecd86b61406b933f9bd83d37b8 SHA512 e3cb6258bd7c51f12128fa8ee5948fb3566163ae233fac2dda21bab7772ab8dbb384d920b0ea138ef9921307b48f89cee3a9bf6111dfc8903d917ee7af365f34

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.10.0.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.10.0.ebuild
new file mode 100644
index 00000000000..90b5dd8cdfb
--- /dev/null
+++ b/dev-python/beautifulsoup/beautifulsoup-4.10.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+MY_PN="${PN}4"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an HTML/XML parse tree"
+HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/"
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+	dev-python/soupsieve[${PYTHON_USEDEP}]
+	dev-python/html5lib[${PYTHON_USEDEP}]
+	dev-python/lxml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+distutils_enable_sphinx doc/source


             reply	other threads:[~2021-09-08  5:47 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-08  5:47 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-08  5:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/beautifulsoup/ Michał Górny
2021-07-28 23:38 Marek Szuba
2021-05-29 21:34 Michał Górny
2020-11-28 15:36 Sam James
2020-11-02 11:23 Michał Górny
2020-11-02 11:11 Sam James
2020-10-03 21:21 Michał Górny
2020-09-26 17:57 Michał Górny
2020-09-18 14:28 Michał Górny
2020-09-08 22:01 Sam James
2020-09-08 19:11 Michał Górny
2020-07-26 16:51 Michał Górny
2020-07-26 13:52 Michał Górny
2020-07-25 10:22 Michał Górny
2020-07-12  2:41 Sam James
2020-06-10 20:50 Michał Górny
2020-05-26 16:23 Michał Górny
2020-05-26 16:23 Michał Górny
2020-05-11 16:48 Michał Górny
2020-05-11  9:44 Agostino Sarubbo
2020-05-10 17:42 Mart Raudsepp
2020-05-05  6:46 Agostino Sarubbo
2020-05-03 19:11 Agostino Sarubbo
2020-05-03 10:25 Agostino Sarubbo
2020-05-03 10:12 Agostino Sarubbo
2020-03-30  8:48 Michał Górny
2020-03-26 13:49 Michał Górny
2020-03-03  7:22 Matt Turner
2020-03-03  7:22 Matt Turner
2020-01-26 21:46 Matthew Thode
2020-01-13 18:46 Sebastian Pipping
2019-12-08 23:31 Sergei Trofimovich
2019-12-07 23:07 Matt Turner
2019-12-03 16:24 Jeroen Roovers
2019-12-01 13:59 Sergei Trofimovich
2019-12-01 13:52 Sergei Trofimovich
2019-11-30  4:30 Aaron Bauman
2019-11-29 23:04 Sergei Trofimovich
2019-11-27 13:05 Mikle Kolyada
2019-11-27  2:18 Patrick McLean
2018-12-08 17:43 Mikle Kolyada
2018-10-14 13:36 Mikle Kolyada
2018-08-15 11:39 Virgil Dupras
2018-08-15 11:39 Virgil Dupras
2018-03-13 19:52 Michał Górny
2018-01-02 22:14 Michał Górny
2017-06-29 22:04 Sebastien Fabbro
2017-05-03  6:15 Michał Górny
2017-02-27  1:07 Zac Medico
2017-01-23  6:35 Jeroen Roovers
2017-01-11  3:40 Lars Wendler
2017-01-11  3:40 Lars Wendler
2016-12-26 12:41 Markus Meier
2016-12-20 13:40 Tobias Klausmann
2016-12-06  9:04 Tobias Klausmann
2016-08-21 17:46 Tim Harder
2016-02-28  6:43 Matt Thode
2015-09-29  7:41 Justin Lecher
2015-09-05 13:18 Mike Gilbert

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=1631080042.7edf27e4e303137c49926eeb30f4586baac5ce03.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