dev-python/django-tagging: treeclean

This commit is contained in:
Andreas Billmeier 2025-08-22 12:42:12 +02:00
parent 9fb56581af
commit c68472fadf
3 changed files with 0 additions and 63 deletions

View File

@ -1,3 +0,0 @@
DIST django-tagging-0.5.0.tar.gz 42827 BLAKE2B 0889af1ca2943c3bd8e4ffe3aecf8ceec85d2546daf9cccba06bbf9d34943ac7de41240ee79ab77797c6af490dc8dc2d3d9c7249b1c83d71488116e3fb78c0d3 SHA512 7a740c24cb9674f3e9c7f98aeb46f99537ba7afc79bbfd810004b921786e1246fe2ea1f219a2a6c414189497e7b9409bc4f7170714c6c03bb163ccede77c3266
EBUILD django-tagging-0.5.0.ebuild 1033 BLAKE2B 2311e0accbed459a14246c37e8705ef447ec2aca6e03dc2aa8fbd6852d5ecd4ecb535760ac6f99a0105d0b1060b6c37ae0444aa16406a519a680794b301d358f SHA512 8e8a1fa69944a3ac2b0831aaf028affff0b0fd8940afb15d759e46f240d6ec5b7a9d6d1474e2ebb48de063f497e69530babc68bfca120ef3b7bfc90fee64cc3d
MISC metadata.xml 457 BLAKE2B 2015f02c64fb8ed47870a46651f286b5769eb1586e0d12cc3126116f0d90574c0a7bb794d8f70eda85828e40e3044770ae24230e5784ee6a2f94870f0403558b SHA512 7e7b39340f02d0bdc78124661cc7dad944764e02c1952594710395f1c5c94a66d08c1b925f8b3f29b9f85316ad1aa9cf0338ec6c397600bc72f9287a9621159f

View File

@ -1,45 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Generic tagging application for Django"
HOMEPAGE="https://github.com/Fantomas42/django-tagging https://pypi.org/project/django-tagging/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test docs"
RDEPEND=">=dev-python/django-1.0[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)
doc? (
dev-python/sphinx[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
python_prepare_all() {
sed -i "/sphinx.ext.intersphinx/d" docs/conf.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
if use doc; then
sphinx-build docs docs/_build/html || die
HTML_DOCS=( docs/_build/html/. )
fi
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">django-tagging</remote-id>
<maintainer status="unknown">
<email>fantomas42@gmail.com</email>
<name>Fantomas42</name>
</maintainer>
</upstream>
</pkgmetadata>