mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 12:02:57 +01:00
django-formtools: add 9999 version and upstream
This commit is contained in:
parent
a6a49e7733
commit
fadbdfd156
2 changed files with 26 additions and 0 deletions
22
dev-python/django-formtools/django-formtools-9999.ebuild
Normal file
22
dev-python/django-formtools/django-formtools-9999.ebuild
Normal 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
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue