mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
commit
c88957a0f6
4 changed files with 0 additions and 55 deletions
|
|
@ -1,2 +0,0 @@
|
||||||
DIST captcha-0.4.tar.gz 103018 BLAKE2B c2f7310cb98349434b3cc5c9a2201f4ef7d8c26fd6fbcfc31adf991bbd89a048fefe4792ae9e142a45da3b22e2b5b78faa1f47265756cced669a4093f9799d58 SHA512 1a6e22c54bc25d83dd03240eb51fbc10d7cce77edc01d9ec2a9e961a1f1d058850c1d53a1234f5343edbaa5b6a892a95abddc50ed05fe7f1fb88f84674e9e368
|
|
||||||
DIST captcha-0.5.0.tar.gz 120391 BLAKE2B d9e1264933c998960563162eb6c5864a087677eaa47578861515996f41805d95ec9c8152571c5c64ab19e2c263343d3729e49ef7359a3c339e3d3a490bbfa2d5 SHA512 97e8a7462ab698021f73dca3073e30d5e50319b22a9dd84302bc94369a77d56d2b3468bc66205e1121f04d74aee962d3937358be72214418f6d889588e574331
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
# Copyright 1999-2023 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
|
||||||
PYTHON_COMPAT=( python3_{12..14} )
|
|
||||||
|
|
||||||
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"
|
|
||||||
|
|
||||||
RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]
|
|
||||||
!dev-python/django-simple-captcha"
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
|
|
@ -1,22 +0,0 @@
|
||||||
# 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_{12..14} )
|
|
||||||
|
|
||||||
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}"
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>unknown@pentoo.ch</email>
|
|
||||||
<name>Author Unknown</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="pypi">captcha</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
||||||
Loading…
Reference in a new issue