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/inflect/
Date: Tue,  9 Aug 2022 05:51:31 +0000 (UTC)	[thread overview]
Message-ID: <1660024286.4e6bbc2489b80dd3d93f7c3316cafd36b6d0f07e.mgorny@gentoo> (raw)

commit:     4e6bbc2489b80dd3d93f7c3316cafd36b6d0f07e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  9 05:47:56 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug  9 05:51:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6bbc24

dev-python/inflect: Remove old

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

 dev-python/inflect/Manifest             |  2 --
 dev-python/inflect/inflect-5.6.0.ebuild | 26 --------------------------
 dev-python/inflect/inflect-5.6.1.ebuild | 26 --------------------------
 3 files changed, 54 deletions(-)

diff --git a/dev-python/inflect/Manifest b/dev-python/inflect/Manifest
index ce415833b42a..5c61d2889a46 100644
--- a/dev-python/inflect/Manifest
+++ b/dev-python/inflect/Manifest
@@ -1,4 +1,2 @@
-DIST inflect-5.6.0.tar.gz 69251 BLAKE2B 49ebba7149fb550a75818a18a47c6524a046855c330d924bbcad7751b09538902cd1f9075a77922defdda1b8d29dd4966569c7f8c1a2364518cef96799ed21cf SHA512 c7cdd57d84b40c2479637eaf37089b2c5c16d738feb28c71f4fbd3fa4e08f0683c8e1a1e47904fb89afb90404ec8652e48941cbd2f1643dfdfebeaaf307e56ac
-DIST inflect-5.6.1.tar.gz 69306 BLAKE2B c465a962abbdda852fd778d09e3966bdb06dd34f56ef624a3f7d63e277b6e178d891aa23709d6591fe31a07acb3c25a7640aabb790ddf4493df82ab735963f98 SHA512 d908786d82e56871344aee716a2b8dd8da51b0f47af363916b47bceb04468ce6f3c321f5f429e12b10f06c100b0a2ebc249b94110518f33ed0844694cf0f108f
 DIST inflect-5.6.2.tar.gz 69378 BLAKE2B d20739928bc0a5e181456c3bbc583e5816bd87b615ad1f6c1ec6edede3a67614ff4a97db4973d940d2615f40958efcf24f0de3cecaaaf2e892defec322481b4c SHA512 0bf66803c888575be478d45c1ddaf96432b8883af2b854a874678643e7b92a6a1bc60eb0d6ee324346dd4df7482364a7525a40f04f31910263c840196ba49d38
 DIST inflect-6.0.0.tar.gz 70108 BLAKE2B 5e20c265ef7683d1cd671d86697b8fc8d683ef4e7dd856fe0e0797e39a5e97a9a62984b9dd39f54187e54e3a7b961dd6c77b0f50822fef19bec462c485ee7600 SHA512 8cd38dc2e59bba5b47dfbf0f7626fce43bc4ecafa22f4555e48d9827b4f7f235c282477e9a008f172cc08eefcb5f44e2133de2c28e04ddb29c9392a5486b2719

diff --git a/dev-python/inflect/inflect-5.6.0.ebuild b/dev-python/inflect/inflect-5.6.0.ebuild
deleted file mode 100644
index 1eee83767dac..000000000000
--- a/dev-python/inflect/inflect-5.6.0.ebuild
+++ /dev/null
@@ -1,26 +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=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Correctly inflect words and numbers"
-HOMEPAGE="
-	https://pypi.org/project/inflect/
-	https://github.com/jaraco/inflect/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-BDEPEND="
-	>=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/inflect/inflect-5.6.1.ebuild b/dev-python/inflect/inflect-5.6.1.ebuild
deleted file mode 100644
index ea873a0cffa0..000000000000
--- a/dev-python/inflect/inflect-5.6.1.ebuild
+++ /dev/null
@@ -1,26 +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=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Correctly inflect words and numbers"
-HOMEPAGE="
-	https://pypi.org/project/inflect/
-	https://github.com/jaraco/inflect/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-BDEPEND="
-	>=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest


             reply	other threads:[~2022-08-09  5:51 UTC|newest]

Thread overview: 103+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-09  5:51 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-28 12:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/inflect/ Michał Górny
2024-09-28 12:40 Sam James
2024-09-08  2:52 Michał Górny
2024-07-20  9:01 Michał Górny
2024-07-20  7:39 Arthur Zamarin
2024-07-02  6:58 Michał Górny
2024-06-21  1:58 Michał Górny
2024-06-14 19:07 Michał Górny
2024-05-08  8:15 Michał Górny
2024-04-24  2:03 Michał Górny
2024-04-20  9:48 Michał Górny
2024-04-20  9:45 Michał Górny
2024-03-31 19:07 Arthur Zamarin
2024-01-03  8:29 Michał Górny
2023-08-19 18:14 Michał Górny
2023-08-19 16:44 Arthur Zamarin
2023-08-19 15:51 Michał Górny
2023-07-05  7:58 Michał Górny
2023-07-04  2:59 Michał Górny
2023-07-03  4:15 Michał Górny
2023-05-31 17:43 Michał Górny
2023-05-23 16:15 Michał Górny
2023-05-23 15:58 Arthur Zamarin
2023-05-03  7:54 Fabian Groffen
2023-04-07  4:19 Michał Górny
2023-04-06  3:07 Michał Górny
2023-02-07  9:26 Michał Górny
2022-11-25 13:58 Michał Górny
2022-11-25 13:52 Arthur Zamarin
2022-10-21  5:14 Michał Górny
2022-10-02  6:27 Joshua Kinard
2022-09-25 17:59 Arthur Zamarin
2022-09-25 17:58 Arthur Zamarin
2022-08-25  7:40 Michał Górny
2022-08-08 19:53 Arthur Zamarin
2022-07-31 18:20 Arthur Zamarin
2022-07-16  8:02 Michał Górny
2022-07-09 17:48 Arthur Zamarin
2022-05-21 19:25 Michał Górny
2022-05-21 17:36 Jakov Smolić
2022-05-13 16:31 Arthur Zamarin
2022-05-02  8:27 Michał Górny
2022-04-20 12:18 Michał Górny
2022-04-06  6:42 Michał Górny
2022-03-15 14:10 Michał Górny
2022-03-15 11:44 Jakov Smolić
2022-02-04 12:04 Michał Górny
2022-02-01 10:06 Michał Górny
2022-01-19 22:45 James Le Cuirot
2021-05-06 14:44 Michał Górny
2021-04-05 18:39 Michał Górny
2021-03-30 11:10 Michał Górny
2021-03-30  9:27 Sam James
2021-03-03  7:11 Michał Górny
2021-02-24  7:59 Michał Górny
2020-12-31  8:50 Michał Górny
2020-12-31  1:17 Sam James
2020-11-28  8:27 Sam James
2020-11-15 23:55 Louis Sautier
2020-09-21 15:30 Michał Górny
2020-09-20 15:38 Michał Górny
2020-09-19  0:25 Sam James
2020-09-04 23:03 Louis Sautier
2020-05-15 17:33 Sergei Trofimovich
2020-05-13 17:14 Agostino Sarubbo
2020-05-13 17:12 Agostino Sarubbo
2020-05-13 17:11 Agostino Sarubbo
2020-05-13 13:18 Agostino Sarubbo
2020-05-04 11:07 Michał Górny
2020-04-26 14:16 Agostino Sarubbo
2020-04-23  8:10 Sergei Trofimovich
2020-04-22 16:41 Mart Raudsepp
2020-04-09 18:40 Sergei Trofimovich
2020-04-06  9:03 Louis Sautier
2020-03-27 15:37 Michał Górny
2020-03-27 15:37 Michał Górny
2020-03-26 10:24 Agostino Sarubbo
2020-03-26  8:28 Agostino Sarubbo
2020-03-15 12:21 Mikle Kolyada
2020-03-03  7:22 Matt Turner
2020-02-28 15:37 Louis Sautier
2020-02-06  9:02 Sergei Trofimovich
2020-02-06  8:34 Sergei Trofimovich
2020-02-06  8:23 Sergei Trofimovich
2019-12-30  0:07 Louis Sautier
2019-12-30  0:07 Louis Sautier
2019-12-03 16:08 Aaron Bauman
2019-11-09 12:28 Louis Sautier
2019-11-09 12:28 Louis Sautier
2018-11-13 12:32 Louis Sautier
2018-11-13 12:32 Louis Sautier
2018-09-25 21:34 Louis Sautier
2018-09-25 21:34 Louis Sautier
2018-07-26 21:57 Louis Sautier
2018-07-24 23:41 Louis Sautier
2018-05-12 18:29 Michał Górny
2018-05-12 18:29 Michał Górny
2018-05-12 18:29 Michał Górny
2017-06-17 17:24 Agostino Sarubbo
2017-06-17 15:36 Agostino Sarubbo
2017-05-15 13:49 Manuel Rüger
2015-12-29 11:33 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=1660024286.4e6bbc2489b80dd3d93f7c3316cafd36b6d0f07e.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