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/jaraco-text/
Date: Mon, 28 Feb 2022 21:56:01 +0000 (UTC)	[thread overview]
Message-ID: <1646085356.bb6055c36e86a352cbb0b58c9c3530e400dab6fb.mgorny@gentoo> (raw)

commit:     bb6055c36e86a352cbb0b58c9c3530e400dab6fb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 28 21:53:21 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 28 21:55:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6055c3

dev-python/jaraco-text: Remove old

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

 dev-python/jaraco-text/Manifest                    |  1 -
 dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild | 31 --------------------
 dev-python/jaraco-text/jaraco-text-3.7.0.ebuild    | 33 ----------------------
 3 files changed, 65 deletions(-)

diff --git a/dev-python/jaraco-text/Manifest b/dev-python/jaraco-text/Manifest
index 616b8dbefdaa..3d1008ab90ce 100644
--- a/dev-python/jaraco-text/Manifest
+++ b/dev-python/jaraco-text/Manifest
@@ -1,2 +1 @@
-DIST jaraco.text-3.6.0.tar.gz 11575 BLAKE2B 631eb6aa72e9dae7e2baaa896634658525cefa9033b5d8347ab4f2b6f654afb60770ffed0c9397d4ee3d16f81002ba89d383dc6b8899134c2e932cc814aa291a SHA512 74e6f199372b62ee767fd5f5829ab636d6d87c38998d93cb4ed7dddbe53db27e5c3caf45f36f7b5690b3c12367df0c93702fac59ee99ffcb03f53e70b8b18f96
 DIST jaraco.text-3.7.0.tar.gz 12054 BLAKE2B 54528808695e2f1f04165e3de42d1715bb3e3ee1450ee8d8759814d209ba98c181d1746a916816dd50703e5a4e26ad7986f389619324ffbabaa89be90fd3908c SHA512 559dc5ed0f2c0b46dd0cbbc112ab01bbdb68bc12923cff8f745a5e233696ca9f50cef6dbf60116df5121f4761457574deebea142c2a23ca6c4664d7395b5607e

diff --git a/dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild b/dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild
deleted file mode 100644
index 7738c13be144..000000000000
--- a/dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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/-/.}"
-DESCRIPTION="Text utilities used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.text"
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86"
-
-RDEPEND="
-	dev-python/jaraco-functools[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8 pypy3)
-	dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	>=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
-	">=dev-python/jaraco-packaging-3.2" \
-	">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest

diff --git a/dev-python/jaraco-text/jaraco-text-3.7.0.ebuild b/dev-python/jaraco-text/jaraco-text-3.7.0.ebuild
deleted file mode 100644
index 732091306f5a..000000000000
--- a/dev-python/jaraco-text/jaraco-text-3.7.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Text utilities used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.text"
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-	>=dev-python/jaraco-context-4.1[${PYTHON_USEDEP}]
-	dev-python/jaraco-functools[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8 pypy3)
-	dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	>=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
-	">=dev-python/jaraco-packaging-3.2" \
-	">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest


             reply	other threads:[~2022-02-28 21:56 UTC|newest]

Thread overview: 132+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-28 21:56 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-14 12:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-text/ Michał Górny
2024-08-17  7:51 Michał Górny
2024-08-17  7:43 Michał Górny
2024-08-03  8:44 Michał Górny
2024-08-03  8:30 Jakov Smolić
2024-07-27  5:52 Michał Górny
2024-07-14 19:51 Arthur Zamarin
2024-07-06  6:35 Michał Górny
2024-07-06  6:15 Sam James
2024-06-18  4:45 Michał Górny
2023-12-15 10:59 Michał Górny
2023-12-15 10:50 Arthur Zamarin
2023-11-28  5:26 Michał Górny
2023-08-19 16:21 Michał Górny
2023-08-19 16:09 Arthur Zamarin
2023-07-19 11:10 Michał Górny
2023-07-17  9:44 Michał Górny
2023-07-08 17:35 Michał Górny
2023-07-08 17:35 Michał Górny
2023-07-06 14:15 Michał Górny
2023-03-21 16:45 Michał Górny
2023-03-03 17:40 Michał Górny
2023-03-03 17:31 Arthur Zamarin
2023-02-21  9:29 Sam James
2023-02-19  4:04 Michał Górny
2023-02-12 19:05 Michał Górny
2023-02-07  9:26 Michał Górny
2023-01-28  7:39 Michał Górny
2022-12-25 17:33 Michał Górny
2022-11-25 13:58 Michał Górny
2022-11-25 13:50 Arthur Zamarin
2022-11-21 13:24 Michał Górny
2022-10-21  5:14 Michał Górny
2022-10-09  6:54 Michał Górny
2022-10-09  5:27 Arthur Zamarin
2022-10-09  5:27 Arthur Zamarin
2022-10-09  5:22 Arthur Zamarin
2022-10-08 19:28 Sam James
2022-10-08 19:28 Sam James
2022-10-08 19:24 Arthur Zamarin
2022-10-08 16:42 Arthur Zamarin
2022-10-08 16:38 Arthur Zamarin
2022-10-07  8:47 WANG Xuerui
2022-09-28 21:27 Sam James
2022-09-22  7:46 Michał Górny
2022-09-16  7:58 Arthur Zamarin
2022-09-16  7:58 Arthur Zamarin
2022-09-16  7:57 Arthur Zamarin
2022-09-16  7:57 Arthur Zamarin
2022-09-16  7:57 Arthur Zamarin
2022-09-16  7:57 Arthur Zamarin
2022-09-16  7:57 Arthur Zamarin
2022-09-16  7:57 Arthur Zamarin
2022-09-12  4:36 Jakov Smolić
2022-09-05 20:37 James Le Cuirot
2022-09-03 14:54 Jakov Smolić
2022-09-03 12:04 Michał Górny
2022-08-29 10:37 Michał Górny
2022-08-17 19:40 Arthur Zamarin
2022-08-17 18:43 Arthur Zamarin
2022-07-14 18:34 Arthur Zamarin
2022-07-10 18:52 Michał Górny
2022-07-10 16:56 Sam James
2022-06-04  7:00 Michał Górny
2022-03-27  9:50 Fabian Groffen
2022-03-20 18:33 Arthur Zamarin
2022-03-19 16:00 Arthur Zamarin
2022-03-18 10:06 Arthur Zamarin
2022-03-17  7:45 Agostino Sarubbo
2022-03-04  7:57 Michał Górny
2022-03-04  7:18 Michał Górny
2022-02-28 10:08 Jakov Smolić
2022-02-13  9:33 Joshua Kinard
2022-02-13  5:40 Matt Turner
2022-02-11 19:13 Arthur Zamarin
2022-02-07 21:15 James Le Cuirot
2022-02-05 11:01 Arthur Zamarin
2022-02-04 10:27 Michał Górny
2022-02-03 10:58 Michał Górny
2022-01-24 10:01 Michał Górny
2021-12-09 22:51 Michał Górny
2021-12-09 22:21 Arthur Zamarin
2021-11-03 21:47 Patrick McLean
2021-11-01  8:32 Michał Górny
2021-09-02 17:05 Marek Szuba
2021-08-16  6:13 Michał Górny
2021-07-16  6:12 Michał Górny
2021-05-06 14:44 Michał Górny
2021-03-15  8:45 Michał Górny
2021-03-15  0:07 Sam James
2021-03-02  8:33 Michał Górny
2021-03-02  1:36 Sam James
2021-03-02  1:01 Michał Górny
2021-02-11  8:40 Michał Górny
2020-12-27 19:43 Michał Górny
2020-08-02 10:40 Andreas Sturmlechner
2020-07-13 23:13 Sam James
2020-07-06 11:57 Michał Górny
2020-07-05 15:16 Michał Górny
2020-06-29 13:40 Agostino Sarubbo
2020-06-22 19:05 Mart Raudsepp
2020-06-21 11:18 Michał Górny
2020-06-21 10:16 Michał Górny
2020-06-04 14:06 Michał Górny
2020-05-30 20:33 Sergei Trofimovich
2020-05-30 16:20 Michał Górny
2020-04-28 19:23 Mart Raudsepp
2020-03-31  7:38 Georgy Yakovlev
2020-03-26 22:39 Patrick McLean
2020-02-05 15:29 Michał Górny
2020-01-03 20:46 David Seifert
2019-12-02 12:16 Louis Sautier
2019-12-02 12:16 Louis Sautier
2019-10-22 10:50 Louis Sautier
2019-10-22 10:50 Louis Sautier
2019-10-04 18:28 Louis Sautier
2019-10-04 18:28 Louis Sautier
2019-07-03 23:36 Louis Sautier
2018-07-28 22:50 Louis Sautier
2018-06-25 10:40 Jason Zaman
2018-06-24  0:05 Louis Sautier
2018-06-24  0:05 Louis Sautier
2018-06-24  0:05 Louis Sautier
2018-06-18 10:34 Louis Sautier
2017-06-17 17:24 Agostino Sarubbo
2017-06-17 15:36 Agostino Sarubbo
2016-08-23  0:26 Göktürk Yüksek
2016-08-23  0:26 Göktürk Yüksek
2016-06-08 20:13 Patrice Clement
2016-01-14 12:30 Ian Delaney
2015-12-30  9:52 Ian Delaney

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=1646085356.bb6055c36e86a352cbb0b58c9c3530e400dab6fb.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