diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-16 15:25:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-16 15:25:10 +0200 |
commit | ea4b9cac581c65ae771e8b70177d5b75cadf2d5d (patch) | |
tree | 13f000958c2d9b99f72cda71dd33f6c6b241efe7 /dev-python | |
parent | dev-python/requests_pkcs12: Remove old (diff) | |
download | gentoo-ea4b9cac581c65ae771e8b70177d5b75cadf2d5d.tar.gz gentoo-ea4b9cac581c65ae771e8b70177d5b75cadf2d5d.tar.bz2 gentoo-ea4b9cac581c65ae771e8b70177d5b75cadf2d5d.zip |
dev-python/rjsmin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/rjsmin/rjsmin-1.2.0.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/rjsmin/rjsmin-1.2.0.ebuild b/dev-python/rjsmin/rjsmin-1.2.0.ebuild deleted file mode 100644 index 1d82f9ac0ba7..000000000000 --- a/dev-python/rjsmin/rjsmin-1.2.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 |