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/rjsmin/
Date: Sun, 05 Jun 2022 14:18:51
Message-Id: 1654438591.2638e66a1b31b171e5685d054473016610228609.jsmolic@gentoo
1 commit: 2638e66a1b31b171e5685d054473016610228609
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 14:12:16 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 14:16:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2638e66a
7
8 dev-python/rjsmin: treeclean
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/rjsmin/Manifest | 1 -
13 dev-python/rjsmin/metadata.xml | 12 ------------
14 dev-python/rjsmin/rjsmin-1.2.0-r1.ebuild | 21 ---------------------
15 profiles/package.mask | 1 -
16 4 files changed, 35 deletions(-)
17
18 diff --git a/dev-python/rjsmin/Manifest b/dev-python/rjsmin/Manifest
19 deleted file mode 100644
20 index bca876d12621..000000000000
21 --- a/dev-python/rjsmin/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST rjsmin-1.2.0.gh.tar.gz 443279 BLAKE2B 7cb000485fd134fdc590b90766357b0eea5b33a9baf2fb12623ad5a882ac545aa7dd3f447a23c95da3cdf79f44e4f369d48b1cb2e08b790ef7376e9b6c9fa4d8 SHA512 bc40dd59d7dd4e106170db473ef3c3c6df74abdc93d098521f91212a08476541f13a97663c9f56498188c59b3876242c6c81a5633fea84d83e8ab2f7a4d918ad
25
26 diff --git a/dev-python/rjsmin/metadata.xml b/dev-python/rjsmin/metadata.xml
27 deleted file mode 100644
28 index 3989b79fd075..000000000000
29 --- a/dev-python/rjsmin/metadata.xml
30 +++ /dev/null
31 @@ -1,12 +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 type="person">
36 - <email>williamh@g.o</email>
37 - <name>William Hubbs</name>
38 - </maintainer>
39 - <upstream>
40 - <remote-id type="pypi">rjsmin</remote-id>
41 - <remote-id type="github">ndparker/rjsmin</remote-id>
42 - </upstream>
43 -</pkgmetadata>
44
45 diff --git a/dev-python/rjsmin/rjsmin-1.2.0-r1.ebuild b/dev-python/rjsmin/rjsmin-1.2.0-r1.ebuild
46 deleted file mode 100644
47 index ef6b0ccf82c9..000000000000
48 --- a/dev-python/rjsmin/rjsmin-1.2.0-r1.ebuild
49 +++ /dev/null
50 @@ -1,21 +0,0 @@
51 -# Copyright 1999-2022 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=8
55 -
56 -DISTUTILS_USE_PEP517=setuptools
57 -PYTHON_COMPAT=( python3_{8..10} )
58 -
59 -inherit distutils-r1
60 -
61 -DESCRIPTION="Javascript minifier written in python"
62 -HOMEPAGE="http://opensource.perlig.de/rjsmin/"
63 -SRC_URI="
64 - https://github.com/ndparker/rjsmin/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
65 -"
66 -
67 -LICENSE="Apache-2.0"
68 -SLOT="0"
69 -KEYWORDS="~amd64"
70 -
71 -distutils_enable_tests pytest
72
73 diff --git a/profiles/package.mask b/profiles/package.mask
74 index 0b2b6d0dbf40..bfa7230e50cc 100644
75 --- a/profiles/package.mask
76 +++ b/profiles/package.mask
77 @@ -364,7 +364,6 @@ dev-python/lazr-config
78 dev-python/lazr-delegates
79 dev-python/python3-openid
80 dev-python/rcssmin
81 -dev-python/rjsmin
82
83 # Matt Turner <mattst88@g.o> (2022-04-30)
84 # Masked for testing. Apparently causes crashes. Bug #841857.