dev-python/django-taggit: new package, add 4.0.0

Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2024-08-27 18:20:19 +02:00
parent 60b4f056a4
commit aab2a31065
Signed by: alarig
GPG key ID: 7AFE62C6DF8BCDEC
3 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST django-taggit-4.0.0.tar.gz 58638 BLAKE2B 98d7705bd41bd5cc71296a7900f8ae2155a69ec54682935c20719a18daa3d9235af1cdbe720d83b3629f6d0ef3520fe92c5b7357f08f70d060792a2863750be7 SHA512 e84ff29e2d22912cc98aa1924835c1c0aa6857d0ca1ae5b5eb80d21c2a2f5e2b74dcf8fd5c2625ac67fab593134b67a44a3ab0b22ab8d595d50536f4d40f6e66

View file

@ -0,0 +1,36 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Simple tagging for Django"
HOMEPAGE="
https://github.com/jazzband/django-taggit/
https://pypi.org/project/django-taggit/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-python/django-3.6[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
${RDEPEND}
)
"
python_test() {
"${EPYTHON}" -m django test -v 2 --settings=tests.settings ||
die "Tests failed with ${EPYTHON}"
}

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">django-taggit</remote-id>
<remote-id type="github">jazzband/django-taggit</remote-id>
</upstream>
</pkgmetadata>