notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-dj21-djangorestframework Django REST framework
3.9.4 www Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.9.4Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-02-11 12:03:08
Last Update: 2020-01-31 14:04:24
SVN Revision: 524710
Also Listed In: python
License: BSD2CLAUSE
WWW:
https://www.django-rest-framework.org/
Description:
Django REST framework is a powerful and flexible toolkit that makes it easy to build Web APIs. Note: This is the 3.9.x branch which supports Django 1.11 and later WWW: https://www.django-rest-framework.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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}dj21-djangorestframework>0:www/py-dj21-djangorestframework@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • py36-djangorestframework
  • py36-djangorestframework??
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: py36-dj21-djangorestframework
Package flavors (<flavor>: <package>)
  • py36: py36-dj21-djangorestframework
distinfo:
TIMESTAMP = 1561075293 SHA256 (djangorestframework-3.9.4.tar.gz) = c12869cfd83c33d579b17b3cb28a2ae7322a53c3ce85580c2a2ebe4e3f56c4fb SIZE (djangorestframework-3.9.4.tar.gz) = 779306

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py36-setuptools>0 : devel/py-setuptools@py36
  2. python3.6 : lang/python36
Runtime dependencies:
  1. py36-django21>0 : www/py-django21@py36
  2. py36-pytz>0 : devel/py-pytz@py36
  3. py36-setuptools>0 : devel/py-setuptools@py36
  4. python3.6 : lang/python36
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/py-dj21-drf-yasg*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:3.5+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/djangorestframework/
  2. https://pypi.org/packages/source/d/djangorestframework/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.9.4
31 Jan 2020 14:04:24
Revision:524710Original commit files touched by this commit
rene search for other commits by this committer
Remove more expired ports:

2020-01-31 www/sogo3: Deprecated, replaced by www/sogo4
www/py-dj21-djangorestframework: part of expired Django 2.1
2020-01-31 www/py-django21: Django 2.1 is now End-of-Life (Since December 2
2019). Switch to Django 2.2+ as soon as possible
3.9.4
21 Jun 2019 07:33:18
Revision:504762Original commit files touched by this commit
kai search for other commits by this committer
www/py-dj21-djangorestframework: Update to 3.9.4

Changelog:

https://www.django-rest-framework.org/community/release-notes/#394
3.9.2
25 Apr 2019 17:04:02
Revision:500036Original commit files touched by this commit
kai search for other commits by this committer
www/py-dj21-djangorestframework: Update to 3.9.2

Changes since 3.9.0:

* Routers: invalidate _urls cache on register()
* Deferred schema renderer creation to avoid requiring pyyaml.
* Added 'request_forms' block to base.html
* Fixed SchemaView to reset renderer on exception.
* Update Django Guardian dependency.
* Ensured support for Django 2.2
* Made templates compatible with session-based CSRF.
* Adjusted field validators to accept non-list iterables.
* Added SearchFilter.get_search_fields() hook.
* Fix DeprecationWarning when accessing collections.abc classes via
  collections.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.9.0
06 Apr 2019 11:30:13
Revision:498091Original commit files touched by this commit
kai search for other commits by this committer
www/py-{dj21-,}djangorestframework: Update WWW

* Update the WWW field to spare redirects from HTTP to HTTPS

Reported by:	Repology
Approved by:	mentors (implicit)
3.9.0
11 Feb 2019 12:00:30
Revision:492690Original commit files touched by this commit
kai search for other commits by this committer
Create some ports that are assigned to Django 2.1 instead Django 1.11.

Django 1.11 is currently the "default" version in the ports tree due its
long term support until April 2020 thus ports that are assigned to that
version will exist until then.

The following packages are required to make the upgrade of net-mgmt/netbox
to 2.5.x possible because upstream has decided to switch from Django 1.11
to Django 2.1:

* www/py-dj21-django-cors-headers
* www/py-dj21-django-debug-toolbar
* www/py-dj21-django-filter
* www/py-dj21-django-js-asset
* www/py-dj21-django-mptt
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 5