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, 24 Feb 2021 22:30:36 +0000 (UTC)	[thread overview]
Message-ID: <1614204782.a9698fe469a85f86665ce49cde724f0ab8240732.mgorny@gentoo> (raw)

commit:     a9698fe469a85f86665ce49cde724f0ab8240732
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 22:13:02 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 22:13:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9698fe4

dev-python/elementpath: Remove old

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

 dev-python/elementpath/Manifest                 |  3 ---
 dev-python/elementpath/elementpath-2.0.5.ebuild | 26 -------------------------
 dev-python/elementpath/elementpath-2.1.1.ebuild | 26 -------------------------
 dev-python/elementpath/elementpath-2.1.3.ebuild | 26 -------------------------
 4 files changed, 81 deletions(-)

diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest
index dced1e7a1f2..3b8dce51b2c 100644
--- a/dev-python/elementpath/Manifest
+++ b/dev-python/elementpath/Manifest
@@ -1,5 +1,2 @@
-DIST elementpath-2.0.5.tar.gz 194557 BLAKE2B 0c2571eff6fd850f42d2e3cd30598a5764d2f3a81f9cad756eda82e1212337e344314d60203d06b19200537aa8027e4c902de4df746b4e838fe42a1db39f25bb SHA512 c4fd4b360c88870ccb4102e7bca29cd979262b706b795b2a9314853543cd0a40c0ea4bebbac9cff9aaa0fcfefe107f574b41822be7e3c7328bb163c2bdc53283
-DIST elementpath-2.1.1.tar.gz 199609 BLAKE2B d28364e355c760b0e3b0f0695b1b4af1e05439546ab6413b29cecac934de1d4e6fa091c7e3d4d4f5da43e147b6d930fde4a3e2e9fcfeda1e646a91d27fd83dd5 SHA512 77414f37aecbe44d44cb51fdfcdad630d35fe00d6ff14dcc819851b5d844ba7f266026f6763aa70265c11cca922fb78f565d0fb33f41749594a9f256fa44ac1a
 DIST elementpath-2.1.2.tar.gz 204979 BLAKE2B d247e2dc3ed685e2ba9715ed44665f1162bb8c6983e9b4010d7bf32193129b43983fc31dc9db8f76e618dfeef81061c3d5515a6e369f5159636012afac272abe SHA512 3ba7802d4a4f81c73743963b8ee8cc293973430b521f67615f344d78bf259fd371630ce09d0acff223584ac5aa11cccdfe47fe34b0dfd5ff64faacd181e10d28
-DIST elementpath-2.1.3.tar.gz 206716 BLAKE2B 51060618ae8e67b8f033b493f6ddac38e457ee57ffb49f3740fcdf001975965a8d3add42a64cdc90c00b2a464018e503c58d48744dfcaf9383eb79d66feb104d SHA512 9713ecc7a6d5fe9a1cc7aba088cda8938c2b0c258c85b3a8b2b53eec3545ec0c50b62b7825435396423e32b9df47533701e95856621e26c2236497d17ef3b5a7
 DIST elementpath-2.1.4.tar.gz 208691 BLAKE2B 8317c8fa90d7feaff76357c19ed8373644d60985b1d53a1e0a702e26bf80887523a0f1dcf601800ac1618e8f681b3898b5d56fb4edbbffaacbb4a0efe58f67b1 SHA512 d965bd58254e601000da5be309ab18d3f5964cbc1224092e5e38b4523eb3ac2f7ae6e71fa6c3698b40b13484ed1d07bf93c80d45a9b3ad04f69f63bd18a42975

diff --git a/dev-python/elementpath/elementpath-2.0.5.ebuild b/dev-python/elementpath/elementpath-2.0.5.ebuild
deleted file mode 100644
index 029b5e534b8..00000000000
--- a/dev-python/elementpath/elementpath-2.0.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} 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="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-	test? (
-		dev-python/lxml[${PYTHON_USEDEP}]
-		dev-python/xmlschema[${PYTHON_USEDEP}]
-	)"
-
-distutils_enable_tests unittest

diff --git a/dev-python/elementpath/elementpath-2.1.1.ebuild b/dev-python/elementpath/elementpath-2.1.1.ebuild
deleted file mode 100644
index af7780cd7e4..00000000000
--- a/dev-python/elementpath/elementpath-2.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} 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="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-	test? (
-		dev-python/lxml[${PYTHON_USEDEP}]
-		dev-python/xmlschema[${PYTHON_USEDEP}]
-	)"
-
-distutils_enable_tests unittest

diff --git a/dev-python/elementpath/elementpath-2.1.3.ebuild b/dev-python/elementpath/elementpath-2.1.3.ebuild
deleted file mode 100644
index 73b63d2a6ee..00000000000
--- a/dev-python/elementpath/elementpath-2.1.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} 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="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-	test? (
-		dev-python/lxml[${PYTHON_USEDEP}]
-		dev-python/xmlschema[${PYTHON_USEDEP}]
-	)"
-
-distutils_enable_tests unittest


             reply	other threads:[~2021-02-24 22:30 UTC|newest]

Thread overview: 137+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-24 22:30 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-22 10:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/elementpath/ Michał Górny
2025-03-22  8:38 Arthur Zamarin
2025-03-04  6:48 Michał Górny
2025-02-16 21:03 Michał Górny
2025-01-04 12:29 Michał Górny
2025-01-04 11:42 Sam James
2024-11-16  8:22 Michał Górny
2024-11-16  8:19 Michał Górny
2024-10-28  5:12 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  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
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: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=1614204782.a9698fe469a85f86665ce49cde724f0ab8240732.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