Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-i18n/, profiles/
Date: Sun, 05 Jun 2022 14:18:53
Message-Id: 1654438596.47e1d0faae887ffc0a836cb6afb0170c4477968e.jsmolic@gentoo
1 commit: 47e1d0faae887ffc0a836cb6afb0170c4477968e
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 14:13:53 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 14:16:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e1d0fa
7
8 dev-python/flufl-i18n: treeclean
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/flufl-i18n/Manifest | 1 -
13 dev-python/flufl-i18n/flufl-i18n-4.0.ebuild | 29 -----------------------------
14 dev-python/flufl-i18n/metadata.xml | 16 ----------------
15 profiles/package.mask | 1 -
16 4 files changed, 47 deletions(-)
17
18 diff --git a/dev-python/flufl-i18n/Manifest b/dev-python/flufl-i18n/Manifest
19 deleted file mode 100644
20 index 8cb4a4eb2c76..000000000000
21 --- a/dev-python/flufl-i18n/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST flufl.i18n-4.0.tar.gz 21119 BLAKE2B 6bd4a311c3df56b03a0d46164f7f1ee1eeeb257478a82515261894f4cdf3017b150f1e13ce95a08f50ed5e01cf736884c7ba05a96e3f6b90917418ed18462753 SHA512 03e953af7e406d24a64d334647008e222cf74e5e055865638a52d8ec7e25edae44046aa4dfa8766b5a1458b335e9e29bd8b3e89703d8c8b28ab777375da19712
25
26 diff --git a/dev-python/flufl-i18n/flufl-i18n-4.0.ebuild b/dev-python/flufl-i18n/flufl-i18n-4.0.ebuild
27 deleted file mode 100644
28 index 0072b51bcd7c..000000000000
29 --- a/dev-python/flufl-i18n/flufl-i18n-4.0.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=pdm
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -inherit distutils-r1
40 -
41 -MY_P=${P/-/.}
42 -
43 -DESCRIPTION="A high level API for Python internationalization"
44 -HOMEPAGE="https://gitlab.com/warsaw/flufl.i18n"
45 -SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
46 -S="${WORKDIR}/${MY_P}"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -
52 -RDEPEND="dev-python/atpublic[${PYTHON_USEDEP}]"
53 -BDEPEND="test? ( dev-python/sybil[${PYTHON_USEDEP}] )"
54 -
55 -distutils_enable_tests pytest
56 -
57 -src_prepare() {
58 - sed -e '/addopts/d' -i pyproject.toml || die
59 - distutils-r1_src_prepare
60 -}
61
62 diff --git a/dev-python/flufl-i18n/metadata.xml b/dev-python/flufl-i18n/metadata.xml
63 deleted file mode 100644
64 index 1a10d853e8ed..000000000000
65 --- a/dev-python/flufl-i18n/metadata.xml
66 +++ /dev/null
67 @@ -1,16 +0,0 @@
68 -<?xml version="1.0" encoding="UTF-8"?>
69 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
70 -<pkgmetadata>
71 - <maintainer type="project">
72 - <email>python@g.o</email>
73 - </maintainer>
74 - <maintainer type="person">
75 - <email>prometheanfire@g.o</email>
76 - <name>Matthew Thode</name>
77 - </maintainer>
78 - <stabilize-allarches/>
79 - <upstream>
80 - <remote-id type="pypi">flufl.i18n</remote-id>
81 - <remote-id type="gitlab">warsaw/flufl.i18n</remote-id>
82 - </upstream>
83 -</pkgmetadata>
84
85 diff --git a/profiles/package.mask b/profiles/package.mask
86 index 1e042e0546f2..bde7de4136bb 100644
87 --- a/profiles/package.mask
88 +++ b/profiles/package.mask
89 @@ -359,7 +359,6 @@ dev-python/django-allauth
90 dev-python/django-appconf
91 dev-python/django-debug-toolbar
92 dev-python/flufl-bounce
93 -dev-python/flufl-i18n
94
95 # Matt Turner <mattst88@g.o> (2022-04-30)
96 # Masked for testing. Apparently causes crashes. Bug #841857.