Port details |
- py-django41 High-level Python Web Framework
- 4.1.7 www
=0 Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2022-08-05 00:09:07
- Last Update: 2023-02-14 11:10:56
- Commit Hash: 0cb9c08
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.
Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges: the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}django41>0:www/py-django41@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/www/py-django41/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django41
- pkg install py39-django41
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 py39-django41 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-django41
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1676371154
SHA256 (python/Django-4.1.7.tar.gz) = 44f714b81c5f190d9d2ddad01a532fe502fa01c4cb8faf1d081f4264ed15dcd8
SIZE (python/Django-4.1.7.tar.gz) = 10520415
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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-tblib>0 : devel/py-tblib@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-backports.zoneinfo>0 : devel/py-backports.zoneinfo@py39
- py39-asgiref>=3.5.2 : www/py-asgiref@py39
- py39-sqlparse>=0.2.2 : databases/py-sqlparse@py39
- py39-sqlite3>0 : databases/py-sqlite3@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- devel/py-diskcache
- for Run
-
- devel/py-diskcache
- devel/py-dj41-django-rq
- devel/py-dj41-graphene-django
- net-mgmt/netbox
- www/py-dj41-django-auth-ldap
- www/py-dj41-django-cors-headers
- www/py-dj41-django-debug-toolbar
Configuration Options:
- ===> The following configuration options are available for py39-django41-4.1.7:
DOCS=on: Build and/or install documentation
HTMLDOCS=off: Install HTML documentation (requires Sphinx)
====> Options available for the group DATABASE
PGSQL=off: PostgreSQL database support
MYSQL=off: MySQL database support
SQLITE=on: SQLite database support
===> Use 'make config' to modify these settings
- Options name:
- www_py-django41
- USES:
- cpe python:3.8+ shebangfix
- 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 |
4.1.7 14 Feb 2023 11:10:56
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.7 |
4.1.6 05 Feb 2023 09:44:26
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.6 |
4.1.5 30 Jan 2023 13:02:19
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-django41: Update CONFLICTS_INSTALL |
4.1.5 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
4.1.5 02 Jan 2023 09:58:54
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.5 |
4.1.4 07 Dec 2022 06:34:10
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.4 |
4.1.3 03 Nov 2022 02:00:50
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.3 |
4.1.2 09 Oct 2022 15:38:08
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-django41: Fix MASTER_SITES
https://www.djangoproject.com/m/releases/ redirects to
https://media.djangoproject.com/releases/
but the URL is incorrect (returns 404). |
4.1.2 06 Oct 2022 12:41:40
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.2 (security update) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.1.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.1.1 07 Sep 2022 20:16:17
    |
Stefan Eßer (se)  |
Remove created by lines from multiple ports
Approved by: portmgr (implicit) |
4.1.1 06 Sep 2022 02:19:21
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.1 |
4.1 05 Aug 2022 00:05:05
    |
Wen Heping (wen)  |
www/py-django41: New port, repocopied from www/py-django40
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.
Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges: the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.
WWW: https://www.djangoproject.com/ |