django-formtools: add 9999 version and upstream

This commit is contained in:
rick 2025-06-01 15:01:57 +02:00
parent a6a49e7733
commit fadbdfd156
No known key found for this signature in database
GPG key ID: A2E7B6CA577C8F07
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,22 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 git-r3
DESCRIPTION="A set of high-level abstractions for Django forms"
HOMEPAGE="https://django-formtools.readthedocs.io/en/latest/ https://django-filter.readthedocs.org"
EGIT_REPO_URI="https://github.com/jazzband/${PN}.git"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
RESTRICT="test" # it's using tox
RDEPEND=">=dev-python/django-4.2[${PYTHON_USEDEP}]"
distutils_enable_sphinx docs

View file

@ -5,4 +5,8 @@
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">jazzband/django-formtools</remote-id>
<remote-id type="pypi">django-formtools</remote-id>
</upstream>
</pkgmetadata>