Port details |
- py-django-jsonfield Reusable JSONField model for Django to store ad-hoc data
- 2.1.1 www
=0 2.1.1Version of this port present on the latest quarterly branch.
- DEPRECATED: This port will be deleted in the future, please switch to use www/py-jsonfield or www/py-jsonfield2
- Maintainer: ultima@FreeBSD.org
- Port Added: 2016-03-31 19:17:12
- Last Update: 2021-03-24 18:01:33
- SVN Revision: 569148
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/rpkilby/jsonfield
- Description:
- django-jsonfield is a reusable Django field that allows you to store validated
JSON in your model.
WWW: https://github.com/rpkilby/jsonfield
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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-jsonfield>0:www/py-django-jsonfield@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py37-django-jsonfield
- Package flavors (<flavor>: <package>)
- py37: py37-django-jsonfield
- distinfo:
- TIMESTAMP = 1587080542
SHA256 (rpkilby-jsonfield-2.1.1_GH0.tar.gz) = 028256a8dfeda3ddd41fb47303fb998fa11a2ae758df9a2ef677b662298e6cfa
SIZE (rpkilby-jsonfield-2.1.1_GH0.tar.gz) = 12670
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:
-
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- Runtime dependencies:
-
- py37-django111>=0 : www/py-django111@py37
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.1 24 Mar 2021 18:01:33 |
ultima |
This is the commit message, please edit it.
www/py-django-jsonfield: This port has been deleted. Upstream has renamed the
port and either www/py-jsonfield or www/py-jsonfield2 should be used. |
2.1.1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.1.1 03 May 2020 07:32:36 |
ultima |
Updated to 2.1.1
Added deprecated message suggesting to switch to the name
changed port. This port will be deleted once www/seahub's
django version has been upgraded.
PR: 245365
Submitted by: wen |
2.0.2_1 08 Jan 2019 13:20:19 |
mat |
Remove MASTER_SITES=GH when it is the only one.
It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo. |
2.0.2_1 13 Jun 2018 22:05:51 |
ultima |
Update Seafile family to 6.3.1
As of Seafile 6.3.0, django has been upgraded
to 1.11. Seafile's dependencies have also been
switched to match this change.
Reviewed by: miwi
Differential Revision: https://reviews.freebsd.org/D15718 |
2.0.2 14 Apr 2018 18:22:33 |
ultima |
* Updated to 2.0.2
* Take maintainership, inactive maintainer
PR: 226543 |
1.0.3 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.0.3 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.0.3 31 Mar 2016 19:14:59 |
tj |
New port www/py-django-jsonfield 1.0.3
django-jsonfield is a reusable Django field that allows you to store validated
JSON in your model.
WWW: https://github.com/bradjasper/django-jsonfield |