notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-django-choices-field Django field that set/get TextChoices/IntegerChoices enumerations
2.3.0_1 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This is expected early in the quarter (because the new packaage repo has not been built yet.). Otherwise, this missing version is most likely a FreshPorts error.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-03-31 14:39:11
Last Update: 2024-04-27 09:08:48
Commit Hash: 680c68f
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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):
py39-django-choices-field
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.3.02.3.0-2.3.02.3.0---
FreeBSD:13:quarterly2.3.02.3.0-2.3.02.3.0---
FreeBSD:14:latest2.3.02.3.0-2.3.02.3.0---
FreeBSD:14:quarterly2.3.02.3.0-2.3.02.3.0---
FreeBSD:15:latest2.3.02.3.0n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-poetry-core>=1.0.0 : devel/py-poetry-core@py39
  2. python3.9 : lang/python39
  3. py39-build>=0 : devel/py-build@py39
  4. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-django42>=3.2 : www/py-django42@py39
  2. py39-typing-extensions>=4.0.0 : devel/py-typing-extensions@py39
  3. python3.9 : lang/python39
This port is required by:
for Run
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/django_choices_field/
  2. https://pypi.org/packages/source/d/django_choices_field/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.3.0_1
27 Apr 2024 09:08:48
commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233commit hash: 680c68fd4d6975dcfd20b2b74fd5dcfc53cdf233 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
*: 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
commit hash: 5dae1d056a2291ca9ffdeb7d43a9192da5eff4d2commit hash: 5dae1d056a2291ca9ffdeb7d43a9192da5eff4d2commit hash: 5dae1d056a2291ca9ffdeb7d43a9192da5eff4d2commit hash: 5dae1d056a2291ca9ffdeb7d43a9192da5eff4d2 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
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