Port details |
- py-django-netfields Django PostgreSQL netfields implementation
- 1.3.0 www
=0 Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2018-01-03 15:49:48
- Last Update: 2022-05-07 07:14:54
- Commit Hash: faed981
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- Django netfields makes proper PostgreSQL net related fields for Django. Custom
fields include IP Addresses in CIDR Format, and fields for MAC Addresses.
WWW: https://github.com/jimfunk/django-postgresql-netfields
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}django-netfields>0:www/py-django-netfields@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-django-netfields/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django-netfields
- pkg install py38-django-netfields
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 py38-django-netfields listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-django-netfields
- Package flavors (<flavor>: <package>)
- py38: py38-django-netfields
- distinfo:
- TIMESTAMP = 1651677412
SHA256 (django-netfields-1.3.0.tar.gz) = 39171bad19870269732dd5b7988594135f6b97b31e9e963f6740101756034d88
SIZE (django-netfields-1.3.0.tar.gz) = 34346
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-django32>=1.8 : www/py-django32@py38
- py38-psycopg2>0 : databases/py-psycopg2@py38
- py38-six>0 : devel/py-six@py38
- py38-netaddr>=0 : net/py-netaddr@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- www_py-django-netfields
- USES:
- python:3.5+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 May 2022 07:14:54 1.3.0 |
Kai Knoblich (kai)  |
www/py-django-netfields: Update to 1.3.0
* Remove no longer required patch.
Changelog:
https://github.com/jimfunk/django-postgresql-netfields/blob/v1.3.0/CHANGELOG |
28 Apr 2022 10:02:15 1.2.4_1 |
Kai Knoblich (kai)  |
www/py-django32: Switch consumers over to Django 3.2
Django 2.2 became End-of-Life on 11th April 2022 and Django 3.2 is the
new LTS (= Long Term Support) release which will be supported until
April 2024.
* Switch the most ports that use www/py-django22 to www/py-django32
* Switch www/seahub over to www/py-djangorestframework
* Ports that are not yet ready for Django 3.2 (only three so far) or
those that have already been set with an expiration date were not
taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 261313
Reviewed by: bofh, dvl, koobs, ultima
Approved by: bofh, dvl, koobs, ultima, sunpoet, Kevin Golding, Ivan Rozhuk,
Alexander Sieg (maintainers)
maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D34859 |
03 Oct 2021 12:58:15 1.2.4 |
Kai Knoblich (kai)  |
www/py-django-netfields: Update to 1.2.4
* Also assume maintainership.
Changelog since 1.2.2:
https://github.com/jimfunk/django-postgresql-netfields/blob/v1.2.4/CHANGELOG
PR: 258461
Approved by: maintainer timeout (+14 days)
MFH: 2021Q4 |
07 Apr 2021 08:09:01 1.2.2 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.2.2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
17 Apr 2020 15:08:24
1.2.2 |
kai  |
www/py-django-netfields: Update to 1.2.2
* Also assign the port to Django 2.2 (current LTS release) as Django 1.11 is
End-of-Life.
Changelog:
https://github.com/jimfunk/django-postgresql-netfields/blob/v1.2.2/CHANGELOG
PR: 245311
Approved by: maintainer timeout (14 days) |
10 Mar 2019 10:42:04
0.8_1 |
danfe  |
Fix various misspellings of PORTREVISION. |
20 Jun 2018 17:05:44
0.8 |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
10 May 2018 15:02:44
0.8 |
miwi  |
- Switch to py-django111
- Bump PORTREVISION
Sponsored by: iXsystems Inc. |
03 Jan 2018 18:31:38
0.8 |
jrm  |
www/py-django-netfields: Use PY_IPADDRESS for conditional dependency
Reported by: mat
Differential Revision: https://reviews.freebsd.org/D3804 |
03 Jan 2018 15:49:41
0.8 |
jrm  |
New port, www/py-django-netfields
WWW: https://github.com/jimfunk/django-postgresql-netfields
Submitted by: alfred (maintainer)
Reviewed by: miwi koobs
Differential Revision: https://reviews.freebsd.org/D3804 |