dev-python/django-choices-field: add 2.3.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
bdd7a2cd2a
commit
5bd65b675a
3
dev-python/django-choices-field/Manifest
Normal file
3
dev-python/django-choices-field/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST django_choices_field-2.3.0.tar.gz 6448 BLAKE2B b7fdebca696fd9ce2edfbcb730a30a2afcf6f7678f4620dff23e4841eec3204b8607e08f30bceab050467f89fe1a37aa23525de83b51ae50a6812c873cd1987d SHA512 0793de6d54287069a5d7f50b637a1fb68a02a3d706257e6fd5ed8b740c1edca19b66f2f2c36d658342c8a0e1af976f59601e88413d7078946c2df889788b6244
|
||||
EBUILD django-choices-field-2.3.0.ebuild 650 BLAKE2B 6dbbc987045b5504b2cc232f7af58386982c91c8aca75ca7f61c07d3efa5119a1bf1f878f6e56005563d471fbe2b44def8349f0bbc7a9ec26243e4c13a2694bc SHA512 6d57141239edcdd9dcb9be88a77b390fd4df7c017e5d45512dee759572f54838b72eaf67f9fbd505f5f905562acfd47e3deaaf2fe781c573f58cda5358d8c481
|
||||
MISC metadata.xml 546 BLAKE2B 69547a66368cab551fbbdfc18c41543cba7e38e20098c76008acde1c902e5aade3b2f0e722c02eb83be8268403d56618c329c2e3f23000ca934cc746a3d6687c SHA512 1f73f7ee313b1411b989cb42940b8e2e012da6fea206d9025fc10c9b58b57436849c3b01b6390a15024e9f75769fa001671f29385c9fe21587197fa7501e5b8e
|
||||
@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Django field that set/get django's new TextChoices/IntegerChoices enum."
|
||||
HOMEPAGE="https://github.com/bellini666/django-choices-field https://pypi.org/project/django-choices-field/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/django-3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
16
dev-python/django-choices-field/metadata.xml
Normal file
16
dev-python/django-choices-field/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">django-choices-field</remote-id>
|
||||
<remote-id type="github">bellini666/django-choices-field</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>thiago@bellini.dev</email>
|
||||
<name>Thiago Bellini Ribeiro</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
16
metadata/md5-cache/dev-python/django-choices-field-2.3.0
Normal file
16
metadata/md5-cache/dev-python/django-choices-field-2.3.0
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/django-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Django field that set/get django's new TextChoices/IntegerChoices enum.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/bellini666/django-choices-field https://pypi.org/project/django-choices-field/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=amd64 arm arm64 x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/django-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/d/django-choices-field/django_choices_field-2.3.0.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 5400d21736d8621562bf93be4fa98eec pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=ffdf3d110b74be1a853bdc513d119750
|
||||
Loading…
x
Reference in New Issue
Block a user