Port details |
- py-django-choices-field Django field that set/get TextChoices/IntegerChoices enumerations
- 2.3.0_1 www =2 2.3.0_1Version of this port present on the latest quarterly branch.
- Maintainer: kai@FreeBSD.org
- Port Added: 2024-03-31 14:39:11
- Last Update: 2024-04-27 09:08:48
- Commit Hash: 680c68f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/bellini666/django-choices-field
- Description:
- This package provides a Django field that set/get the "TextChoices" and
"IntegerChoices" enumerations.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}django-choices-field>0:www/py-django-choices-field@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-django-choices-field/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django-choices-field
- pkg install py39-django-choices-field
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-django-choices-field listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-django-choices-field
- Package flavors (<flavor>: <package>)
- py39: py39-django-choices-field
- distinfo:
- TIMESTAMP = 1711885476
SHA256 (django_choices_field-2.3.0.tar.gz) = bb0c85c79737ab98bfb9c0d9ddf98010d612c0585be767890e25fd192c3d1694
SIZE (django_choices_field-2.3.0.tar.gz) = 6448
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-poetry-core>=1.0.0 : devel/py-poetry-core@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-django42>=3.2 : www/py-django42@py39
- py39-typing-extensions>=4.0.0 : devel/py-typing-extensions@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- www/py-strawberry-graphql-django
Configuration Options:
- No options to configure
- Options name:
- www_py-django-choices-field
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.0_1 27 Apr 2024 09:08:48 |
Kai Knoblich (kai) |
*: Switch consumers over to Django 4.2
Django 3.2 reached its End-of-Life on 1st April 2024 and Django 4.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2026.
* Switch most ports that use www/py-django32 to www/py-django42.
* Ports that are not compatible with Django 3.2 have already been set
with an expiration date were not taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 276319
Reviewed by: dvl, grembo, ultima
Approved by: bofh (implicit), dvl, grembo, Kevin Golding, sunpoet,
ultima, maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D44637 |
2.3.0 31 Mar 2024 14:34:35 |
Kai Knoblich (kai) |
www/py-django-choices-field: New port
This package provides a Django field that set/get the "TextChoices"
and "IntegerChoices" enumerations.
https://github.com/bellini666/django-choices-field |
Number of commits found: 2
|