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/elementpath/
Date: Wed,  1 Feb 2023 13:23:58 +0000 (UTC)	[thread overview]
Message-ID: <1675257836.6fbad681cf1cd92c9134ea8379d5e74e9be58378.mgorny@gentoo> (raw)

commit:     6fbad681cf1cd92c9134ea8379d5e74e9be58378
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 13:20:42 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 13:23:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbad681

dev-python/elementpath: Bump to 4.0.0

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

 dev-python/elementpath/Manifest                 |  1 +
 dev-python/elementpath/elementpath-4.0.0.ebuild | 38 +++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest
index 88fe3165a73d..578f593189bf 100644
--- a/dev-python/elementpath/Manifest
+++ b/dev-python/elementpath/Manifest
@@ -1 +1,2 @@
 DIST elementpath-3.0.2.gh.tar.gz 275843 BLAKE2B b5e51971dbbcf68f6199ecf8d3270d2ed06732e3d1abc07d768127bc8a4cef4096fe3e6fe97606bde6d229753a942abd6c0019708f86e8a9931bc902bc8f48ef SHA512 46392cece136bd6e73285333b14a00ebbebcca70c7df42cd04021225207593ef33337fd468c12f089030f2a8adc1251660ebf762aa17f82b2f26ba902d6e89d2
+DIST elementpath-4.0.0.gh.tar.gz 304721 BLAKE2B a3ad9a3f7746bd8d1df14d6057508b1db48e057ee83ff2d4278b4b1ffd2828ab96572780c4ee37b444eae49747a2008aa5133492dfeec762a134c8e4635e4bf3 SHA512 14f1b9f13212e935fcd7074ab2e0da7e3f43ac676e1c05b931eb1304f5eba951c0b2caa57f5eb04e006fa274a47ec2a0e42518023d4e8111b6795175b6ed8ede

diff --git a/dev-python/elementpath/elementpath-4.0.0.ebuild b/dev-python/elementpath/elementpath-4.0.0.ebuild
new file mode 100644
index 000000000000..ae27d9afd944
--- /dev/null
+++ b/dev-python/elementpath/elementpath-4.0.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
+HOMEPAGE="
+	https://github.com/sissaschool/elementpath/
+	https://pypi.org/project/elementpath/
+"
+SRC_URI="
+	https://github.com/sissaschool/elementpath/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+	test? (
+		dev-python/lxml[${PYTHON_USEDEP}]
+		dev-python/xmlschema[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+	# fails for some reason, more fit for upstream testing anyway
+	rm tests/test_typing.py || die
+	distutils-r1_src_prepare
+}


             reply	other threads:[~2023-02-01 13:24 UTC|newest]

Thread overview: 126+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-01 13:23 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10  7:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/elementpath/ Michał Górny
2024-09-08 18:10 Arthur Zamarin
2024-05-14 15:13 Michał Górny
2024-03-30 14:59 Michał Górny
2024-03-30 14:53 Michał Górny
2024-03-12  5:13 Michał Górny
2024-03-07 19:48 Michał Górny
2024-03-07 17:09 Michał Górny
2024-03-02 11:44 Michał Górny
2024-03-02 10:23 Arthur Zamarin
2024-02-18  3:36 Michał Górny
2024-02-11  3:35 Michał Górny
2024-02-04  4:01 Michał Górny
2023-09-01 17:07 Michał Górny
2023-09-01 17:00 Arthur Zamarin
2023-07-26  6:03 Michał Górny
2023-07-24 10:59 Michał Górny
2023-07-24  9:25 Jakov Smolić
2023-06-27  3:54 Michał Górny
2023-06-18  2:16 Michał Górny
2023-06-06  5:57 Michał Górny
2023-06-05 19:55 Arthur Zamarin
2023-05-29 10:50 Michał Górny
2023-05-05  5:21 Michał Górny
2023-04-22  9:16 Michał Górny
2023-04-22  8:53 Arthur Zamarin
2023-04-11 17:25 Michał Górny
2023-03-21 20:06 Michał Górny
2023-03-04  5:48 Michał Górny
2023-03-03 18:00 Arthur Zamarin
2023-02-03  7:19 Michał Górny
2022-09-19 19:38 Michał Górny
2022-09-19 19:26 Arthur Zamarin
2022-08-17 19:40 Arthur Zamarin
2022-08-17 18:47 Sam James
2022-08-13  8:05 Michał Górny
2022-07-25  7:12 Michał Górny
2022-07-17  7:22 Michał Górny
2022-06-21 18:48 Arthur Zamarin
2022-06-21 18:38 Arthur Zamarin
2022-05-31  7:28 Michał Górny
2022-05-31  7:17 Jakov Smolić
2022-05-31  6:18 Michał Górny
2022-05-18  5:58 Michał Górny
2022-05-11 12:10 Michał Górny
2022-04-28 18:58 Michał Górny
2022-04-09 17:45 Michał Górny
2022-04-09 16:26 Arthur Zamarin
2022-03-09 20:06 Arthur Zamarin
2021-12-10 17:39 Michał Górny
2021-12-10 11:46 Arthur Zamarin
2021-11-10  7:32 Michał Górny
2021-10-03 19:24 Michał Górny
2021-10-03 18:48 Sam James
2021-09-17  8:31 Michał Górny
2021-09-07 20:50 Michał Górny
2021-09-02  6:25 Michał Górny
2021-07-24 17:30 Michał Górny
2021-07-24 15:12 Sam James
2021-06-17 13:14 Michał Górny
2021-05-19  6:02 Michał Górny
2021-05-18 23:20 Sam James
2021-05-18 21:43 Michał Górny
2021-05-04 12:41 Michał Górny
2021-04-27 18:21 Michał Górny
2021-04-27 18:09 Sam James
2021-04-05 18:00 Michał Górny
2021-04-05 16:43 Sam James
2021-03-25  8:02 Michał Górny
2021-03-15  8:45 Michał Górny
2021-03-15  0:07 Sam James
2021-03-01 21:53 Michał Górny
2021-02-24 22:30 Michał Górny
2021-02-24 22:06 Sam James
2021-02-10  8:35 Michał Górny
2021-01-30 16:59 Michał Górny
2021-01-23 11:49 Michał Górny
2021-01-06 21:23 Michał Górny
2021-01-06 11:19 Michał Górny
2021-01-06 11:06 Sam James
2020-12-06 17:42 Michał Górny
2020-12-06 17:37 Sam James
2020-12-03  8:29 Michał Górny
2020-11-28  8:27 Sam James
2020-10-30 17:23 Michał Górny
2020-10-18  6:25 Michał Górny
2020-10-17 23:49 Sam James
2020-09-18 14:41 Michał Górny
2020-09-17 19:15 Sam James
2020-09-13 17:08 Michał Górny
2020-09-04  3:30 Michał Górny
2020-08-25 11:48 Michał Górny
2020-08-15  8:44 Michał Górny
2020-07-30 20:41 Michał Górny
2020-07-29 17:11 Sam James
2020-07-29 16:22 Sam James
2020-07-11 21:42 Sam James
2020-07-11  7:51 Michał Górny
2020-07-05 14:36 Michał Górny
2020-06-28 20:59 Thomas Deutschmann
2020-06-16  8:18 Michał Górny
2020-06-06 18:01 Michał Górny
2020-05-30 19:48 Michał Górny
2020-05-30 11:51 Michał Górny
2020-05-29 21:01 Michał Górny
2020-05-28 18:20 Sergei Trofimovich
2020-05-27 18:41 Sergei Trofimovich
2020-05-26 12:58 Michał Górny
2020-05-23  6:11 Michał Górny
2020-05-04 10:56 Michał Górny
2020-04-24  5:52 Michał Górny
2020-04-13 22:42 Sergei Trofimovich
2020-03-27  8:58 Michał Górny
2020-03-20  6:50 Michał Górny
2020-03-16 19:35 Matt Turner
2020-03-16  4:10 Matt Turner
2020-03-15 17:01 Michał Górny
2020-03-14 18:13 Mikle Kolyada
2020-03-04  5:01 Michał Górny
2020-02-27  7:28 Sergei Trofimovich
2020-02-17 19:47 Sergei Trofimovich
2020-02-03 14:55 Michał Górny
2020-02-03 14:55 Michał Górny
2019-11-21 17:25 Michał Górny
2019-11-21 17:25 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=1675257836.6fbad681cf1cd92c9134ea8379d5e74e9be58378.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