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: Sat, 22 Apr 2023 09:16:45 +0000 (UTC)	[thread overview]
Message-ID: <1682154992.e1fd7cda0c2d4b6bd8255f45fd2bfea11577104a.mgorny@gentoo> (raw)

commit:     e1fd7cda0c2d4b6bd8255f45fd2bfea11577104a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 09:11:28 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 09:16:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fd7cda

dev-python/elementpath: Remove old

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

 dev-python/elementpath/Manifest                 |  2 --
 dev-python/elementpath/elementpath-4.0.1.ebuild | 38 -------------------------
 dev-python/elementpath/elementpath-4.1.0.ebuild | 34 ----------------------
 3 files changed, 74 deletions(-)

diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest
index e41ed2f39feb..d76b900ce298 100644
--- a/dev-python/elementpath/Manifest
+++ b/dev-python/elementpath/Manifest
@@ -1,3 +1 @@
-DIST elementpath-4.0.1.gh.tar.gz 305205 BLAKE2B 0de825213e91c5eb51b8b07973a311e982c0812180ac6bf79ac3357c7a747ff25b2126c5687a71fc06a619309749aee518ecf18bfa64335e0a5a93249579dace SHA512 22f76c028e665282fb81a99939c870c742461f5a107788fde398e88d4e59850161a4a7ab3159ce01076933cf211fcc4ec3e5727719e10520978ba33c9a13903d
-DIST elementpath-4.1.0.tar.gz 317239 BLAKE2B 9a8b0832a866ac8cec524dc42ce4fa99c015bc8becd122ebcb13bb297d2aab3267941b0739f30ad4487d3ed405a2b192e29de0134895493c90ba2f360fdcbb75 SHA512 af40c4a2a0b97c4a39b79f12e8d7a1ec6600282684bf3bbb722e88c28a517d24db7795551d06f4b0f2f87113f93e18ff6cfb15fd142cd33b47388e69f66de9ea
 DIST elementpath-4.1.1.tar.gz 318449 BLAKE2B 3e472ad273a64926a3f63038d2cf5a480bf96f1af96675c23e5c3d2208e72a75f4478e10b82c8956509414c477473ec45163e8df58844dd5702804c65668d61f SHA512 95f2c238404718ff425d3f6be727a2620f519ecf41036c03148184225e968ce3b26a0c8247bf30eb1e0a8883febfc604ff38fa01c573cd26b81bd90ac79f6eed

diff --git a/dev-python/elementpath/elementpath-4.0.1.ebuild b/dev-python/elementpath/elementpath-4.0.1.ebuild
deleted file mode 100644
index 8548505b67be..000000000000
--- a/dev-python/elementpath/elementpath-4.0.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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
-}

diff --git a/dev-python/elementpath/elementpath-4.1.0.ebuild b/dev-python/elementpath/elementpath-4.1.0.ebuild
deleted file mode 100644
index 55532d1d5a5e..000000000000
--- a/dev-python/elementpath/elementpath-4.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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 pypi
-
-DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
-HOMEPAGE="
-	https://github.com/sissaschool/elementpath/
-	https://pypi.org/project/elementpath/
-"
-
-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-04-22  9:16 UTC|newest]

Thread overview: 129+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-22  9:16 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-28  5:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/elementpath/ Michał Górny
2024-09-28 12:59 Michał Górny
2024-09-28 12:32 Arthur Zamarin
2024-09-10  7:06 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  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
2023-02-01 13:23 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=1682154992.e1fd7cda0c2d4b6bd8255f45fd2bfea11577104a.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