diff options
author | 2022-06-05 16:12:16 +0200 | |
---|---|---|
committer | 2022-06-05 16:16:31 +0200 | |
commit | 2638e66a1b31b171e5685d054473016610228609 (patch) | |
tree | a47a7edd62ca38cd5b80e3eaf6b1c7601b7a0762 /dev-python/rjsmin | |
parent | dev-python/robot-detection: treeclean (diff) | |
download | gentoo-2638e66a1b31b171e5685d054473016610228609.tar.gz gentoo-2638e66a1b31b171e5685d054473016610228609.tar.bz2 gentoo-2638e66a1b31b171e5685d054473016610228609.zip |
dev-python/rjsmin: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/rjsmin')
-rw-r--r-- | dev-python/rjsmin/Manifest | 1 | ||||
-rw-r--r-- | dev-python/rjsmin/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/rjsmin/rjsmin-1.2.0-r1.ebuild | 21 |
3 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/rjsmin/Manifest b/dev-python/rjsmin/Manifest deleted file mode 100644 index bca876d12621..000000000000 --- a/dev-python/rjsmin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rjsmin-1.2.0.gh.tar.gz 443279 BLAKE2B 7cb000485fd134fdc590b90766357b0eea5b33a9baf2fb12623ad5a882ac545aa7dd3f447a23c95da3cdf79f44e4f369d48b1cb2e08b790ef7376e9b6c9fa4d8 SHA512 bc40dd59d7dd4e106170db473ef3c3c6df74abdc93d098521f91212a08476541f13a97663c9f56498188c59b3876242c6c81a5633fea84d83e8ab2f7a4d918ad diff --git a/dev-python/rjsmin/metadata.xml b/dev-python/rjsmin/metadata.xml deleted file mode 100644 index 3989b79fd075..000000000000 --- a/dev-python/rjsmin/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>williamh@gentoo.org</email> - <name>William Hubbs</name> - </maintainer> - <upstream> - <remote-id type="pypi">rjsmin</remote-id> - <remote-id type="github">ndparker/rjsmin</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/rjsmin/rjsmin-1.2.0-r1.ebuild b/dev-python/rjsmin/rjsmin-1.2.0-r1.ebuild deleted file mode 100644 index ef6b0ccf82c9..000000000000 --- a/dev-python/rjsmin/rjsmin-1.2.0-r1.ebuild +++ /dev/null @@ -1,21 +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="Javascript minifier written in python" -HOMEPAGE="http://opensource.perlig.de/rjsmin/" -SRC_URI=" - https://github.com/ndparker/rjsmin/archive/${PV}.tar.gz -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -distutils_enable_tests pytest |