django-simple-captcha-0.6.0.ebuild

This commit is contained in:
Anton Bolshakov 2024-02-16 10:35:13 +08:00
parent 9b0d5b154f
commit 4076fca435
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
4 changed files with 30 additions and 4 deletions

View file

@ -1 +1,2 @@
DIST django-simple-captcha-0.5.17.tar.gz 122007 BLAKE2B 7b13b9ee2770c4340b43dfe89bd5d4c0e9a79cc50c9b4c0e76568d4ba0e21c216c908ba55e57898bfd531678a551e956467837be2b2c92a779931b36864bdff2 SHA512 80ac890ae9acfe52836a04bc40b84229dc87ffd595891f84459d6576049782c7fdb4f03951e6149ece18ff0ff8f1178401ca15868c2d899f5e946203af538b3b
DIST django-simple-captcha-0.5.20.tar.gz 123144 BLAKE2B d275f25a8e991de9f6c63db81cae1e164a4173df8cd56b50197c234b1359ee9f6c15956274dfc28e2fa5cf8cda8d815703e7054190eb3936ae7fd2fbe19eef7c SHA512 3a9d4e14e3d381270e16df944f432120027a87fd581a15f977bfbae265b3fc2e4afd658df620817918a53e9f63ccb2971d237ddbaf2efce83fa825c2a7dec0c9
DIST django-simple-captcha-0.6.0.tar.gz 120602 BLAKE2B beb4b84a87730bbb93b7cb1ef0dbec760a72a8de58f2eb45e77ff0da2a8740611485e9b45452e77f98222ea1bf9a3ac68ed0e28d9ccb499efad0c9f77cdee1ae SHA512 6351ec3a7ac196f888bf8cd819c5986b66f026f7240cc0d39dc2e3bd1c33a3d150fed0c873e76a15b22b4e898797d4c01be4b3c0fa34f82361a31a8ef1f42c9e

View file

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -10,12 +10,10 @@ inherit distutils-r1 pypi
DESCRIPTION="A very simple, yet powerful, Django captcha application"
HOMEPAGE="https://github.com/mbi/django-simple-captcha https://django-filter.readthedocs.org"
#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE=""
RDEPEND=">=dev-python/six-1.2.0[${PYTHON_USEDEP}]
>=dev-python/django-1.8[${PYTHON_USEDEP}]

View file

@ -0,0 +1,23 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A very simple, yet powerful, Django captcha application"
HOMEPAGE="https://github.com/mbi/django-simple-captcha https://django-filter.readthedocs.org"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
RDEPEND="
>=dev-python/django-4.2[${PYTHON_USEDEP}]
>=dev-python/pillow-6.2.0[${PYTHON_USEDEP}]
>=dev-python/django-ranged-response-0.2.0[${PYTHON_USEDEP}]
!dev-python/captcha"
DEPEND="${RDEPEND}"

View file

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