summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-06-05 16:12:27 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-06-05 16:16:32 +0200
commit4f0ce9bc303b3ce23b7d2e1667016653a43ff349 (patch)
treeb210e9487c7bfb3e882f383354c9fb264f740d9b
parentdev-python/rjsmin: treeclean (diff)
downloadgentoo-4f0ce9bc.tar.gz
gentoo-4f0ce9bc.tar.bz2
gentoo-4f0ce9bc.zip
dev-python/rcssmin: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--dev-python/rcssmin/Manifest1
-rw-r--r--dev-python/rcssmin/metadata.xml9
-rw-r--r--dev-python/rcssmin/rcssmin-1.1.0-r1.ebuild28
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/rcssmin/Manifest b/dev-python/rcssmin/Manifest
deleted file mode 100644
index 04449ed574f8..000000000000
--- a/dev-python/rcssmin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rcssmin-1.1.0.tar.gz 580779 BLAKE2B 162ec087b791a4ee0c23994cea431e01f76c199c1d2118a75c9e49ebfc0d4f46fc4088126032851446acf2bd7b76b8f17095896100338636f4df8de75612f55d SHA512 9dc7fac0fef73c389baf8fc132e58599471517a2b77b13fe6bfabd30246b46bf859f7307ff1606d6634bdcdc472bdde0882fe7282018a34fba7b8fc80f6e9279
diff --git a/dev-python/rcssmin/metadata.xml b/dev-python/rcssmin/metadata.xml
deleted file mode 100644
index 8dd7e4b3e18e..000000000000
--- a/dev-python/rcssmin/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="pypi">rcssmin</remote-id>
- <remote-id type="github">ndparker/rcssmin</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/rcssmin/rcssmin-1.1.0-r1.ebuild b/dev-python/rcssmin/rcssmin-1.1.0-r1.ebuild
deleted file mode 100644
index 414a710c2392..000000000000
--- a/dev-python/rcssmin/rcssmin-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="CSS minifier written in python"
-HOMEPAGE="http://opensource.perlig.de/rcssmin/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-src_configure() {
- export SETUP_CEXT_REQUIRED=1
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index bfa7230e50cc..7ea4f7a7c16f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -363,7 +363,6 @@ dev-python/flufl-i18n
dev-python/lazr-config
dev-python/lazr-delegates
dev-python/python3-openid
-dev-python/rcssmin
# Matt Turner <mattst88@gentoo.org> (2022-04-30)
# Masked for testing. Apparently causes crashes. Bug #841857.