From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/unidecode/
Date: Wed, 25 Mar 2020 13:59:34 +0000 (UTC) [thread overview]
Message-ID: <1585144756.2d033fb7e78d98795c0032e490e5f4a221732993.mgorny@gentoo> (raw)
commit: 2d033fb7e78d98795c0032e490e5f4a221732993
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 13:46:18 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 13:59:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d033fb7
dev-python/unidecode: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/unidecode/Manifest | 3 ---
dev-python/unidecode/unidecode-0.04.20.ebuild | 27 -------------------------
dev-python/unidecode/unidecode-1.0.22.ebuild | 27 -------------------------
dev-python/unidecode/unidecode-1.0.23.ebuild | 29 ---------------------------
4 files changed, 86 deletions(-)
diff --git a/dev-python/unidecode/Manifest b/dev-python/unidecode/Manifest
index 31a87273da6..1dfb9910dfe 100644
--- a/dev-python/unidecode/Manifest
+++ b/dev-python/unidecode/Manifest
@@ -1,5 +1,2 @@
-DIST Unidecode-0.04.20.tar.gz 205830 BLAKE2B a840e67df24483a0d4843666c4d06be24fedad5669debdf734d02a8a362f0ea5c531fd19512c41136343e56c5527ccd9c4692444cf83b68e533491b8cb54b047 SHA512 07708649a130d4a1747fcc24816717a512c1edeb4c25e01a5e898b21d2e76bca6b45d983cc452fe56bddea5556632b91aa2daee511e33a423197e0df9c80e125
DIST Unidecode-0.04.21.tar.gz 205931 BLAKE2B 701afb86b89fc17a8eb9c769b4be1d08a30f0b44881597735478108d8121f57e2539a8209b9aef9c90f5aa8cc9f9dc76bea837d9b2ebad502a840c37628ed5ff SHA512 33fc546b3eefc4ba5feee90d584e49ccd81dd0ae00671f7e44f43cc3dc8a458b86ed6dbfacba6dac7539112408137fc1db6329cc42f31ee250755d841c7c29c2
-DIST Unidecode-1.0.22.tar.gz 208877 BLAKE2B 21df38361b9b66f5e2d6822afcdf4656cfb240dc679f7469b41652b95d3a6921b9409a65891e359708f5bee09dbeff1885801ca3842c8ecd12b31e31689d69ca SHA512 f7663b320040bc750bc10ac0ed222e4feeb22c903b103c148cfa31e9d4cbae146d9668dc45c6efc82e8ed28e0db28d5de5e3ef1259c712bf317f2c6b2543772a
-DIST Unidecode-1.0.23.tar.gz 210727 BLAKE2B 2d19139e2b337bf979585b99a5fdbe0fc629487413a0bf9928fff954f99bf06efdf59a85ef623ab9334e5420971613d8b748bee8173918e099c33c9210eb2c36 SHA512 f3f48a1c06942caf06a9be29250af6f2ddb022cbee6236e2f9ab897af0b11517be3300b4a391dd89befd531b138eb1c163f9bfac178496c01ff2870b6a522f3e
DIST Unidecode-1.1.1.tar.gz 212151 BLAKE2B 9884f89bb45c7c99569d42e0b287731638b8b1b697afab2c812b56340c6bd12dc3214b42177554f1b0aa214ce1b73fe1f05208ac6fc33d1949ed1200e42914ab SHA512 5474f04be843ed94ddceb1a7e5f1ca986ee5f2e88ee35bd9347784c7a11b51e1d94d61e1a2a10dd2e71b3587c5b7b76717756f6cf4e2446d83222178c2360696
diff --git a/dev-python/unidecode/unidecode-0.04.20.ebuild b/dev-python/unidecode/unidecode-0.04.20.ebuild
deleted file mode 100644
index f2fc9fe4034..00000000000
--- a/dev-python/unidecode/unidecode-0.04.20.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 )
-
-MY_PN=Unidecode
-MY_P=${MY_PN}-${PV}
-
-inherit distutils-r1
-
-DESCRIPTION="Module providing ASCII transliterations of Unicode text"
-HOMEPAGE="https://pypi.org/project/Unidecode/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ppc ppc64 sparc x86"
-
-S=${WORKDIR}/${MY_P}
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/unidecode/unidecode-1.0.22.ebuild b/dev-python/unidecode/unidecode-1.0.22.ebuild
deleted file mode 100644
index 94cfb742e7c..00000000000
--- a/dev-python/unidecode/unidecode-1.0.22.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
-
-MY_PN=Unidecode
-MY_P=${MY_PN}-${PV}
-
-inherit distutils-r1
-
-DESCRIPTION="Module providing ASCII transliterations of Unicode text"
-HOMEPAGE="https://pypi.org/project/Unidecode/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-S=${WORKDIR}/${MY_P}
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/unidecode/unidecode-1.0.23.ebuild b/dev-python/unidecode/unidecode-1.0.23.ebuild
deleted file mode 100644
index aa7ab2220ad..00000000000
--- a/dev-python/unidecode/unidecode-1.0.23.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
-PYTHON_REQ_USE="wide-unicode(+)"
-
-MY_PN=Unidecode
-MY_P=${MY_PN}-${PV}
-
-inherit distutils-r1
-
-DESCRIPTION="Module providing ASCII transliterations of Unicode text"
-HOMEPAGE="https://pypi.org/project/Unidecode/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-S=${WORKDIR}/${MY_P}
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test
-}
next reply other threads:[~2020-03-25 13:59 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-25 13:59 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-17 13:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/unidecode/ Petr Vaněk
2024-01-29 10:11 Michał Górny
2024-01-29 7:51 Sam James
2024-01-11 15:24 Michał Górny
2023-10-28 15:23 Michał Górny
2023-10-27 19:32 Sam James
2023-09-26 16:56 Michał Górny
2023-06-06 16:12 Michał Górny
2023-03-25 17:19 Michał Górny
2022-11-03 19:38 Arthur Zamarin
2022-11-03 19:11 Arthur Zamarin
2022-10-01 9:26 Arthur Zamarin
2022-09-28 18:34 Michał Górny
2022-05-16 18:41 Arthur Zamarin
2022-04-15 15:07 Arthur Zamarin
2022-04-15 15:06 Arthur Zamarin
2022-03-26 17:58 Arthur Zamarin
2022-03-26 16:53 Arthur Zamarin
2022-03-10 18:36 Arthur Zamarin
2022-02-20 14:03 Michał Górny
2021-12-13 3:09 Yixun Lan
2021-10-16 5:59 Michał Górny
2021-10-15 22:43 Sam James
2021-09-09 11:17 Louis Sautier
2021-09-06 20:13 Michał Górny
2021-06-05 18:31 Michał Górny
2021-03-07 22:39 Michał Górny
2021-03-07 19:43 Sam James
2021-02-05 21:28 Michał Górny
2021-01-25 14:29 Michał Górny
2021-01-25 14:06 Sam James
2021-01-25 8:50 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 20:34 Michał Górny
2020-06-10 17:38 Michał Górny
2020-04-29 10:48 Joonas Niilola
2020-03-27 16:51 Michał Górny
2020-03-27 16:51 Michał Górny
2020-03-25 13:59 Michał Górny
2019-12-03 3:02 Aaron Bauman
2019-06-21 13:13 Michał Górny
2019-04-23 15:50 Alexey Shvetsov
2018-11-30 19:09 Michał Górny
2018-09-18 23:23 Louis Sautier
2018-09-18 23:23 Louis Sautier
2018-06-08 22:35 Mart Raudsepp
2018-04-03 19:22 Jeroen Roovers
2018-01-09 15:13 Jeroen Roovers
2017-11-23 22:33 Jeroen Roovers
2017-11-23 22:31 Matt Turner
2017-11-06 7:45 Sergei Trofimovich
2017-10-11 18:19 Manuel Rüger
2017-10-09 23:28 Thomas Deutschmann
2017-06-29 17:07 Jeroen Roovers
2017-05-22 21:12 Michael Weber
2017-05-14 18:10 Markus Meier
2017-04-29 12:01 Jeroen Roovers
2017-04-28 17:00 Manuel Rüger
2017-01-13 16:47 Jeroen Roovers
2016-01-22 8:47 Justin Lecher
2015-12-04 5:37 Jeroen Roovers
2015-11-29 7:23 Jeroen Roovers
2015-11-26 9:28 Justin Lecher
2015-11-24 20:37 Markus Meier
2015-11-23 9:25 Agostino Sarubbo
2015-11-12 9:40 Agostino Sarubbo
2015-11-11 9:54 Agostino Sarubbo
2015-11-11 5:08 Jeroen Roovers
2015-11-10 11:45 Agostino Sarubbo
2015-11-09 11:49 Justin Lecher
2015-09-11 7:53 Justin Lecher
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=1585144756.2d033fb7e78d98795c0032e490e5f4a221732993.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