mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-python/django-bleach: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST django-bleach-3.0.1.gh.tar.gz 28362 BLAKE2B 4f3dc2a591d939ba4a7cbf877a7e660a3c86572e002d0389cada406af625bb0a4f42aaa636289966880343e85a0281597570ce18f8a5d5afbe430b06a3bd882f SHA512 d9db28ce5bb13f0610267e6df22902bcc7e006367bca52536dcaa02dba7c1faaf9f128e75cbe5b9504132f1bc4addfcefd8fea64959514a95013ddcaab465ee1
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Easily use bleach with Django models and templates"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/django-bleach/
|
||||
https://github.com/marksweb/django-bleach
|
||||
"
|
||||
SRC_URI="https://github.com/marksweb/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/bleach[${PYTHON_USEDEP}]
|
||||
dev-python/django[${PYTHON_USEDEP}]
|
||||
dev-python/tinycss2[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? ( ${RDEPEND} )
|
||||
"
|
||||
|
||||
distutils_enable_sphinx docs
|
||||
|
||||
python_test() {
|
||||
"${EPYTHON}" testproject/manage.py test -v 2 django_bleach
|
||||
}
|
||||
@@ -1,12 +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">django-bleach</remote-id>
|
||||
<remote-id type="github">marksweb/django-bleach</remote-id>
|
||||
<doc>https://django-bleach.readthedocs.io/</doc>
|
||||
<changelog>https://github.com/marksweb/django-bleach/blob/main/CHANGELOG.md</changelog>
|
||||
<bugs-to>https://github.com/marksweb/django-bleach/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -170,15 +170,6 @@ media-fonts/ubuntumono-nerdfont
|
||||
# Removal on 2024-05-14.
|
||||
net-misc/tuxi
|
||||
|
||||
# Anna Vyalkova <cyber+gentoo@sysrq.in> (2024-04-14)
|
||||
# Initially added for www-apps/brutaldon (not packaged yet) but I don't want to
|
||||
# package it anymore. No revdeps.
|
||||
# Removal on 2024-05-14.
|
||||
dev-python/django-bleach
|
||||
dev-python/django-markdownify
|
||||
dev-python/django-widget-tweaks
|
||||
dev-python/inscriptis # Bug 931384
|
||||
|
||||
# Julien Roy <julien@jroy.ca> (2024-03-21)
|
||||
# sys-libs/libucontext is masked in ::gentoo
|
||||
sys-libs/gcompat
|
||||
|
||||
Reference in New Issue
Block a user