Skip to content

Commit

Permalink
captcha-0.5.0.ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Feb 25, 2024
1 parent 3ea95f5 commit 0a4269e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev-python/captcha/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST captcha-0.4.tar.gz 103018 BLAKE2B c2f7310cb98349434b3cc5c9a2201f4ef7d8c26fd6fbcfc31adf991bbd89a048fefe4792ae9e142a45da3b22e2b5b78faa1f47265756cced669a4093f9799d58 SHA512 1a6e22c54bc25d83dd03240eb51fbc10d7cce77edc01d9ec2a9e961a1f1d058850c1d53a1234f5343edbaa5b6a892a95abddc50ed05fe7f1fb88f84674e9e368
DIST captcha-0.5.0.tar.gz 120391 BLAKE2B d9e1264933c998960563162eb6c5864a087677eaa47578861515996f41805d95ec9c8152571c5c64ab19e2c263343d3729e49ef7359a3c339e3d3a490bbfa2d5 SHA512 97e8a7462ab698021f73dca3073e30d5e50319b22a9dd84302bc94369a77d56d2b3468bc66205e1121f04d74aee962d3937358be72214418f6d889588e574331
2 changes: 0 additions & 2 deletions dev-python/captcha/captcha-0.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ inherit distutils-r1 pypi

DESCRIPTION="Library that generates audio and image CAPTCHAs"
HOMEPAGE="https://pypi.org/project/captcha/"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"
IUSE=""

RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]
!dev-python/django-simple-captcha"
Expand Down
22 changes: 22 additions & 0 deletions dev-python/captcha/captcha-0.5.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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} )

inherit distutils-r1 pypi

DESCRIPTION="Library that generates audio and image CAPTCHAs"
HOMEPAGE="https://pypi.org/project/captcha/"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"

RESTRICT="test"

RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]
!dev-python/django-simple-captcha"
DEPEND="${RDEPEND}"
3 changes: 3 additions & 0 deletions dev-python/captcha/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
<email>[email protected]</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="pypi">captcha</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 0a4269e

Please sign in to comment.