Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-slugify/
Date: Tue, 28 Feb 2023 19:47:06
Message-Id: 1677613452.4fbe97d5e49495c7689a47cec2480778baebfc45.mgorny@gentoo
1 commit: 4fbe97d5e49495c7689a47cec2480778baebfc45
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 19:44:12 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 19:44:12 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbe97d5
7
8 dev-python/python-slugify: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-slugify/Manifest | 1 -
13 .../python-slugify/python-slugify-7.0.0.ebuild | 29 ----------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/dev-python/python-slugify/Manifest b/dev-python/python-slugify/Manifest
17 index b4c9835f540c..b983b9796e26 100644
18 --- a/dev-python/python-slugify/Manifest
19 +++ b/dev-python/python-slugify/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST python-slugify-7.0.0.gh.tar.gz 13257 BLAKE2B 6d50fd25ac89caed3a970f4cce786d9b61de68386fc183659c0d884877edc934e121ad07316259af08deb61a30ac33f0076a90b2d5a650dfb113e6b6416addfe SHA512 c22743a28ffb273546541eaf59d2a7beb9070a7f81e504acaf73d220c2be83a87d02012b5841076539ba6bae5778dd47309ee7ceef9f8479c993dda6b3e09837
22 DIST python-slugify-8.0.0.gh.tar.gz 13322 BLAKE2B 146b04d75aa1aefa0a28824c2c3dd3f323ddfd49dbaafc82a9d9401de8fbdea25793c833e17b4a04cfc646fa371a0a10c40011be870fef573a8f0f8977671d26 SHA512 24d9309873c5bd625a9301b3a7844c7a1f3d2adb5faad9e49563446e33ab08f3d984c6692fb36885fdc363bee8c86252092ea0fc8f1b70152cff3365db37fd82
23 DIST python-slugify-8.0.1.gh.tar.gz 13574 BLAKE2B 24fe3dc74f2a867e81bfbb9eac4a1db59a185ddfaf0f2f80cb50d5f06b2061ce28d23ba09ffd214dba26563d1ef37900d016d75dde7a7c35fa756cf49f51b9c2 SHA512 721089244c90f784e49259ee70caa0908d8523c2cf42c8fd57804a73017a815311a9cc9981c1f70a8c2f7cd7e01d77eedf8f9bd3c9d5c55ac4d5f72dbe512b34
24
25 diff --git a/dev-python/python-slugify/python-slugify-7.0.0.ebuild b/dev-python/python-slugify/python-slugify-7.0.0.ebuild
26 deleted file mode 100644
27 index f808e43dda0d..000000000000
28 --- a/dev-python/python-slugify/python-slugify-7.0.0.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2023 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -DISTUTILS_USE_PEP517=setuptools
37 -PYTHON_COMPAT=( python3_{9..11} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="A Python Slugify application that handles Unicode"
42 -HOMEPAGE="
43 - https://github.com/un33k/python-slugify/
44 - https://pypi.org/project/python-slugify/
45 -"
46 -SRC_URI="
47 - https://github.com/un33k/${PN}/archive/v${PV}.tar.gz
48 - -> ${P}.gh.tar.gz
49 -"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -KEYWORDS="amd64 ~ppc64 ~riscv x86"
54 -
55 -RDEPEND="
56 - dev-python/text-unidecode[${PYTHON_USEDEP}]
57 -"
58 -
59 -distutils_enable_tests unittest