Port details |
- py-django-appconf Helper class for handling configuration defaults gracefully
- 1.0.5 www
=0 1.0.5Version of this port present on the latest quarterly branch. - Maintainer: rm@FreeBSD.org
 - Port Added: 2012-04-13 18:36:08
- Last Update: 2022-02-15 18:23:52
- Commit Hash: 4c00031
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- A helper class for handling configuration defaults of packaged Django apps
gracefully.
WWW: http://django-appconf.readthedocs.org/
- 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-appconf>0:www/py-django-appconf@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-django-appconf/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django-appconf
- pkg install py38-django-appconf
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-appconf listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-django-appconf
- Package flavors (<flavor>: <package>)
- py38: py38-django-appconf
- distinfo:
- TIMESTAMP = 1644721722
SHA256 (django-appconf-1.0.5.tar.gz) = be3db0be6c81fa84742000b89a81c016d70ae66a7ccb620cdef592b1f1a6aaa4
SIZE (django-appconf-1.0.5.tar.gz) = 15891
- 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-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- www/py-django-statici18n
- www/py-django_compressor
- Configuration Options:
- No options to configure
- Options name:
- www_py-django-appconf
- USES:
- python:3.6+
- 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 |
15 Feb 2022 18:23:52 1.0.5
|
Richard Gallamore (ultima)  |
www/py-django-appconf: Updated to 1.0.5
This version supports Django up to 4.0.
Changes:
https://github.com/django-compressor/django-appconf/compare/v1.0.2..v1.0.5
PR: 261918
Approved by: rm (maintainer) |
07 Apr 2021 08:09:01 1.0.2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.0.2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
1.0.2
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
20 Jun 2018 17:05:44
1.0.2
|
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 |
29 Dec 2017 09:01:54
1.0.2 
|
antoine  |
Simplify some USES=python
With hat: portmgr |
30 Nov 2017 15:50:34
1.0.2 
|
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 ) |
29 Jul 2016 13:01:54
1.0.2
|
rm  |
www/py-django-appconf: update to 1.0.2 |
01 Apr 2016 14:33:58
1.0.1_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
16 Jan 2016 09:52:37
1.0.1_1 
|
miwi  |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
21 Feb 2015 23:02:29
1.0.1
|
rm  |
www/py-django-appconf: update to 1.0.1 |
18 Oct 2014 19:02:00
0.6_1
|
rm  |
Convert to USES=python |
15 Feb 2014 11:09:53
0.6_1
|
rm  |
- do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- bump PORTREVISION |
20 Sep 2013 23:36:54
0.6
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
12 Feb 2013 18:29:56
0.6
|
rm  |
- update to 0.6
- trim Makefile header
- remove indefinite article from COMMENT
- change USE_PYTHON to ``yes'' (python3 is now supported too)
- tab -> space change in pkg-descr:WWW
Reported by: portscout |
13 Apr 2012 18:35:34
0.5
|
rm  |
A helper class for handling configuration defaults of packaged Django apps
gracefully.
WWW: http://django-appconf.readthedocs.org/ |