dev-python/django-taggit: new package, add 4.0.0
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
60b4f056a4
commit
aab2a31065
1
dev-python/django-taggit/Manifest
Normal file
1
dev-python/django-taggit/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST django-taggit-4.0.0.tar.gz 58638 BLAKE2B 98d7705bd41bd5cc71296a7900f8ae2155a69ec54682935c20719a18daa3d9235af1cdbe720d83b3629f6d0ef3520fe92c5b7357f08f70d060792a2863750be7 SHA512 e84ff29e2d22912cc98aa1924835c1c0aa6857d0ca1ae5b5eb80d21c2a2f5e2b74dcf8fd5c2625ac67fab593134b67a44a3ab0b22ab8d595d50536f4d40f6e66
|
36
dev-python/django-taggit/django-taggit-4.0.0.ebuild
Normal file
36
dev-python/django-taggit/django-taggit-4.0.0.ebuild
Normal 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}"
|
||||
}
|
13
dev-python/django-taggit/metadata.xml
Normal file
13
dev-python/django-taggit/metadata.xml
Normal 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>
|
Loading…
Reference in a new issue