Port details |
- py-django-bootstrap-form Bootstrap forms for django
- 3.4_2 www
=0 3.4_2Version of this port present on the latest quarterly branch. DEPRECATED: No longer maintained, not compatible with newer versions of Django
EXPIRATION DATE: 2022-06-30
- Maintainer: alfred@FreeBSD.org
 - Port Added: 2015-11-09 07:46:34
- Last Update: 2022-03-25 16:07:58
- Commit Hash: c08e643
- Also Listed In: python
- License: MIT
- Description:
- Generate twitter-bootstrap form output for django form
A simple Django template tag to work with twitter bootstrap (
http://twitter.github.com/bootstrap/ )
WWW: https://pypi.org/project/django-bootstrap-form/
- 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-bootstrap-form>0:www/py-django-bootstrap-form@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-django-bootstrap-form/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django-bootstrap-form
- pkg install py38-django-bootstrap-form
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-bootstrap-form listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-django-bootstrap-form
- Package flavors (<flavor>: <package>)
- py38: py38-django-bootstrap-form
- distinfo:
- TIMESTAMP = 1526739985
SHA256 (django-bootstrap-form-3.4.tar.gz) = de3f7893e515352834d446c441c0cb861637f92cebbe59d8229469c6cd3dc640
SIZE (django-bootstrap-form-3.4.tar.gz) = 4422
- 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-django22>=1.5 : www/py-django22@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-bootstrap-form
- 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 |
25 Mar 2022 16:07:58 3.4_2
|
Kai Knoblich (kai)  |
www/py-django-bootstrap-form: Deprecate and set to expire
* The upstream repository seems abandoned and there's no compatibility
for newer versions of Django.
PR: 262402
Approved by: maintainer timeout (14+ days) |
06 Apr 2021 14:31:07 3.4_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 May 2020 07:46:18
3.4_2
|
kai  |
www/py-django-bootstrap-form: Change RUN_DEPENDS
* Switch to Django 2.2 (current LTS release) because Django 1.11 is
End-of-Life since April 2020.
* Bump PORTREVISION due changed dependencies.
PR: 245849
Approved by: maintainer timeout (14+ days) |
08 Mar 2019 14:45:50
3.4_1
|
antoine  |
Remove dependency on the django metaport
With hat: portmgr |
20 Jun 2018 17:05:44
3.4
|
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 |
21 May 2018 08:01:05
3.4
|
alfred  |
update django-bootstrap-form to 3.4
Reviewed by: sbruno |
25 Apr 2018 16:42:38
3.3
|
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
26 Dec 2017 10:58:19
3.3
|
alfred  |
update django-bootstrap-form to 3.3 |
30 Nov 2017 15:50:34
3.2.1_1 
|
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 ) |
15 May 2016 16:41:42
3.2.1_1
|
alfred  |
Update www/py-django-bootstrap-form to 3.2.1. |
01 Apr 2016 14:33:58
3.2_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
16 Jan 2016 11:19:09
3.2_1
|
miwi  |
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX
Reported by: antoinebot |
16 Jan 2016 09:52:37
3.2_1 
|
miwi  |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
25 Dec 2015 07:40:36
3.2
|
ak  |
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr blanket |
09 Nov 2015 20:09:00
3.2
|
alfred  |
Fix RUN_DEPENDS assignment
Submitted by: koobs |
09 Nov 2015 07:46:26
3.2
|
alfred  |
new port: django bootstrap forms
Differential Revision: https://reviews.freebsd.org/D1167 |