dev-python/django-htmx: new package, add 1.19.0
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
b351679478
commit
1bbfc28d2d
2 changed files with 24 additions and 0 deletions
1
dev-python/django-htmx/Manifest
Normal file
1
dev-python/django-htmx/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST django_htmx-1.19.0.tar.gz 9791 BLAKE2B d20550d396e9a402f5f869da7c7a1dca17fadd47ede2bb97c33c96375203a5b0ac263f9cf52e85cae73868f89ddf8b1ca5603d3ec365354498f50ca296570ab0 SHA512 08492f5729545cb1171c5546c6b9378fc544d7cedb9a90c3bcc61bb6483f56d8fb7f3011c44d5abd139e64b2cc2c17f6338d627cd6f565969b4f9ffaa9d496d3
|
23
dev-python/django-htmx/django-htmx-1.19.0.ebuild
Normal file
23
dev-python/django-htmx/django-htmx-1.19.0.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2022 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 pypi
|
||||
|
||||
DESCRIPTION="Extensions for using Django with htmx"
|
||||
HOMEPAGE="https://pypi.org/project/django-htmx/"
|
||||
SRC_URI="$(pypi_sdist_url)"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/asgiref[${PYTHON_USEDEP}]
|
||||
>=dev-python/django-3.2[${PYTHON_USEDEP}]
|
||||
"
|
Loading…
Reference in a new issue