-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,7 @@ | |
<email>[email protected]</email> | ||
<name>Author Unknown</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="pypi">captcha</remote-id> | ||
</upstream> | ||
</pkgmetadata> |