Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/rcssmin/
Date: Sun, 05 Jun 2022 14:18:52
Message-Id: 1654438592.4f0ce9bc303b3ce23b7d2e1667016653a43ff349.jsmolic@gentoo
1 commit: 4f0ce9bc303b3ce23b7d2e1667016653a43ff349
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 14:12:27 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 14:16:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0ce9bc
7
8 dev-python/rcssmin: treeclean
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/rcssmin/Manifest | 1 -
13 dev-python/rcssmin/metadata.xml | 9 ---------
14 dev-python/rcssmin/rcssmin-1.1.0-r1.ebuild | 28 ----------------------------
15 profiles/package.mask | 1 -
16 4 files changed, 39 deletions(-)
17
18 diff --git a/dev-python/rcssmin/Manifest b/dev-python/rcssmin/Manifest
19 deleted file mode 100644
20 index 04449ed574f8..000000000000
21 --- a/dev-python/rcssmin/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST rcssmin-1.1.0.tar.gz 580779 BLAKE2B 162ec087b791a4ee0c23994cea431e01f76c199c1d2118a75c9e49ebfc0d4f46fc4088126032851446acf2bd7b76b8f17095896100338636f4df8de75612f55d SHA512 9dc7fac0fef73c389baf8fc132e58599471517a2b77b13fe6bfabd30246b46bf859f7307ff1606d6634bdcdc472bdde0882fe7282018a34fba7b8fc80f6e9279
25
26 diff --git a/dev-python/rcssmin/metadata.xml b/dev-python/rcssmin/metadata.xml
27 deleted file mode 100644
28 index 8dd7e4b3e18e..000000000000
29 --- a/dev-python/rcssmin/metadata.xml
30 +++ /dev/null
31 @@ -1,9 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
34 -<pkgmetadata>
35 - <!-- maintainer-needed -->
36 - <upstream>
37 - <remote-id type="pypi">rcssmin</remote-id>
38 - <remote-id type="github">ndparker/rcssmin</remote-id>
39 - </upstream>
40 -</pkgmetadata>
41
42 diff --git a/dev-python/rcssmin/rcssmin-1.1.0-r1.ebuild b/dev-python/rcssmin/rcssmin-1.1.0-r1.ebuild
43 deleted file mode 100644
44 index 414a710c2392..000000000000
45 --- a/dev-python/rcssmin/rcssmin-1.1.0-r1.ebuild
46 +++ /dev/null
47 @@ -1,28 +0,0 @@
48 -# Copyright 1999-2022 Gentoo Authors
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=8
52 -
53 -DISTUTILS_USE_PEP517=setuptools
54 -PYTHON_COMPAT=( python3_{8..10} )
55 -
56 -inherit distutils-r1
57 -
58 -DESCRIPTION="CSS minifier written in python"
59 -HOMEPAGE="http://opensource.perlig.de/rcssmin/"
60 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
61 -
62 -LICENSE="Apache-2.0"
63 -SLOT="0"
64 -KEYWORDS="~amd64"
65 -
66 -distutils_enable_tests pytest
67 -
68 -src_configure() {
69 - export SETUP_CEXT_REQUIRED=1
70 -}
71 -
72 -python_install_all() {
73 - distutils-r1_python_install_all
74 - mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
75 -}
76
77 diff --git a/profiles/package.mask b/profiles/package.mask
78 index bfa7230e50cc..7ea4f7a7c16f 100644
79 --- a/profiles/package.mask
80 +++ b/profiles/package.mask
81 @@ -363,7 +363,6 @@ dev-python/flufl-i18n
82 dev-python/lazr-config
83 dev-python/lazr-delegates
84 dev-python/python3-openid
85 -dev-python/rcssmin
86
87 # Matt Turner <mattst88@g.o> (2022-04-30)
88 # Masked for testing. Apparently causes crashes. Bug #841857.