Port details |
- py-django-configurations Django project configuration using the composability of Python classes
- 2.3.2_1 www
=0 2.3.1_1Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2016-04-01 03:31:54
- Last Update: 2022-04-28 10:02:15
- Commit Hash: 0cf5531
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- django-configurations eases Django project configuration by relying on the
composability of Python classes. It extends the notion of Django's module based
settings loading with well established object oriented programming patterns.
WWW: https://github.com/jazzband/django-configurations
- 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-configurations>0:www/py-django-configurations@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-django-configurations/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django-configurations
- pkg install py38-django-configurations
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-configurations listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-django-configurations
- Package flavors (<flavor>: <package>)
- py38: py38-django-configurations
- distinfo:
- TIMESTAMP = 1649423990
SHA256 (django-configurations-2.3.2.tar.gz) = bd1a77a60735839b7d105912cc3977735fa005ea06544c632fbd322d1e021677
SIZE (django-configurations-2.3.2.tar.gz) = 42660
- 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-django32>=2.2 : www/py-django32@py38
- py38-setuptools_scm>=0 : devel/py-setuptools_scm@py38
- py38-sphinx>=1.4,1 : textproc/py-sphinx@py38
- py38-sphinx_rtd_theme>=0 : textproc/py-sphinx_rtd_theme@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-django32>=2.2 : www/py-django32@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for py38-django-configurations-2.3.2_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_py-django-configurations
- USES:
- python:3.7+
- 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 |
28 Apr 2022 10:02:15 2.3.2_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 |
16 Apr 2022 04:19:45 2.3.2
|
Po-Chuan Hsieh (sunpoet)  |
www/py-django-configurations: Update to 2.3.2
Changes: https://github.com/jazzband/django-configurations/releases |
11 Jan 2022 18:47:27 2.3.1_1
|
Po-Chuan Hsieh (sunpoet)  |
www/py-django-configurations: Fix RUN_DEPENDS
- Fix RUN_DEPENDS
- Add py-importlib-metadata
- Remove py-six
- Sort BUILD_DEPENDS
- Bump PORTREVISION for dependency change |
10 Jan 2022 03:13:49 2.3.1
|
Wen Heping (wen)  |
www/py-django-configurations: Update to 2.3.1 |
06 Apr 2021 14:31:07 2.2_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2021 14:34:38
2.2_1
|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
11 May 2020 23:51:58
2.2_1
|
dbaio  |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
04 Apr 2020 15:04:51
2.2_1
|
wen  |
- Switch depends on django22
- Switch to python3 |
11 Feb 2020 17:56:53
2.2
|
sunpoet  |
Update to 2.2
Changes: https://github.com/jazzband/django-configurations/releases |
27 Jan 2020 20:10:56
2.1
|
sunpoet  |
Update to 2.2
Changes: https://github.com/jazzband/django-configurations/releases |
10 Apr 2019 06:18:32
2.1_1
|
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
13 Nov 2018 23:56:01
2.1
|
sunpoet  |
Update to 2.1
- Add LICENSE_FILE
Changes: https://github.com/jazzband/django-configurations/releases |
06 Nov 2018 21:13:55
2.0
|
rene  |
Return tj's ports to the pool after his commit bit got safekept. |
02 Jun 2018 17:32:35
2.0
|
miwi  |
- Update to 2.0
- Switch to django111
- Update MASTER_SITES CHEESESHOP
- Added LICENSE
- Added DOCS option with the appropriate dependencies
PR: 228153
Submitted by: freebsd_ports@k-worx.org
Approved by: maintainer timeout
Sponsored by: iXsystems Inc. |
30 Nov 2017 15:50:34
1.0 
|
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 ) |
01 Apr 2016 14:33:58
1.0
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 03:31:43
1.0
|
tj  |
New port www/py-django-configurations 1.0
django-configurations eases Django project configuration by relying on the
composability of Python classes. It extends the notion of Django's module based
settings loading with well established object oriented programming patterns.
WWW: https://github.com/jazzband/django-configurations |