mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
drop django_compressor and rjsmin
This commit is contained in:
parent
ba8e093ca7
commit
e916907c1b
7 changed files with 0 additions and 81 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST django_compressor-2.4.tar.gz 111853 BLAKE2B ace3796d85d654c1c22b51cdd1331e28e735659be6c724a29c722fb9aa5cf0ebeb737a3f5c43abe1f057a015689f39ff5f8ca5a28141cb7369c5ec9edb7447a1 SHA512 b4dd43ab4ad13872138c9b9be3012e2675db2131b384350c5aa13ac7859b1aa93760cc3b9c91393f51bac404eb66ae04f35b187e0b0ebacf5f0da457dd42e727
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Compresses linked and inline JavaScript or CSS into single cached files"
|
||||
HOMEPAGE="https://django-compressor.readthedocs.io/en/latest/ https://django-filter.readthedocs.org"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
#KEYWORDS="~amd64 ~x86" # Requires dev-python/django-appconf which is not in Gentoo, nor Pentoo
|
||||
|
||||
CDEPEND=">=dev-python/django-1.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/django-appconf-1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/rcssmin-1.0.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/rjsmin-1.1.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="${CDEPEND}"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST rjsmin-1.1.0.tar.gz 412426 BLAKE2B ac4aed389359b27c6506890da8ec7874536835befff6868b556542489deaadb5557caf688fd959cd2dff1b25d312a8b738ea5f73e00fbb1f705ddeeaea021dd2 SHA512 e89641666f4235e5125e33a8da727a204bd0f263c101833849d8368edb7522a184b0f6d87da39690b7e8c1dad0ae8a40508b019e971393a3ad99440ad8ccc3fc
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2023 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_EXT=1
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="RCSSmin is a CSS minifier"
|
||||
HOMEPAGE="http://opensource.perlig.de/rjsmin/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -233,24 +233,6 @@ dev-python/Protego
|
|||
#nessus api
|
||||
dev-python/nessrest
|
||||
|
||||
# old seafile-pro requirements
|
||||
#~dev-python/django-redis-4.10.0
|
||||
#dev-python/jsonfield
|
||||
#dev-python/django-statici18n
|
||||
#dev-python/djangorestframework
|
||||
#dev-python/django_compressor
|
||||
#dev-python/rcssmin
|
||||
#dev-python/django-post_office-haiwen
|
||||
#dev-python/django-constance-haiwen
|
||||
#dev-python/rjsmin
|
||||
#dev-python/django-formtools
|
||||
#dev-python/python-cas-haiwen
|
||||
#dev-python/social-auth-core
|
||||
#~dev-python/python3-openid-3.1.0
|
||||
#~dev-python/python3-saml-1.9.0
|
||||
#dev-python/django-webpack-loader
|
||||
#dev-python/captcha
|
||||
|
||||
#required by gvm-tools / openvas
|
||||
dev-python/python-gvm
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue