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-django_polymorphic Seamless Polymorphic Inheritance for Django Models
2.0.3 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 2.0.3Version of this port present on the latest quarterly branch.
Maintainer: ports@caomhin.org search for ports maintained by this maintainer
Port Added: 2016-08-12 19:27:43
Last Update: 2020-04-11 10:15:06
SVN Revision: 531412
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/chrisglass/django_polymorphic
Description:
Django-polymorphic simplifies using inherited models in Django projects. When a query is made at the base model, the inherited model classes are returned. WWW: https://github.com/chrisglass/django_polymorphic
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}django_polymorphic>0:www/py-django_polymorphic@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-django_polymorphic
Package flavors (<flavor>: <package>)
  • py27: py27-django_polymorphic
  • py36: py36-django_polymorphic
distinfo:
TIMESTAMP = 1549044438 SHA256 (django-polymorphic-2.0.3.tar.gz) = 1fb5505537bcaf71cfc951ff94c4e3ba83c761eaca04b7b2ce9cb63937634ea5 SIZE (django-polymorphic-2.0.3.tar.gz) = 97856

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. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-django111>=1.11 : www/py-django111@py27
  2. py27-setuptools>0 : devel/py-setuptools@py27
  3. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python
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/django-polymorphic/
  2. https://pypi.org/packages/source/d/django-polymorphic/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.3
11 Apr 2020 10:15:06
Revision:531412Original commit files touched by this commit
kai search for other commits by this committer
www/py-django_polymorphic: Rename to py-django-polymorphic, Update to 2.1.2

* Use this update, which introduced support for Django 2.2 in the 2.1.0
  release, as preparation to switch from Django 1.11 (End-of-Life) to
  Django 2.2 (current LTS release) once the update for www/py-django-filer
  lands [1].

* Rename the port to match the canonical name at PyPI.

* Update the WWW field to spare users from redirects and fix a whitespace
  issue in the pkg-descr.

* Bump PORTREVISION of its consumer www/py-django-filer due changed
  dependencies.

Changelog:

https://github.com/django-polymorphic/django-polymorphic/blob/v2.1.2/docs/changelog.rst

PR:		245473, 245470 [1]
Approved by:	Kevin Golding <ports@caomhin.org> (maintainer)
2.0.3
01 Feb 2019 21:42:50
Revision:491868Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.0.3

Changes:	https://github.com/django-polymorphic/django-polymorphic/blob/master/docs/changelog.rst
PR:		235400
Submitted by:	Kevin Golding <ports@caomhin.org> (maintainer)
2.0.2
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2.0.2
11 May 2018 16:54:33
Revision:469670Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.0.2

- Add NO_ARCH

Changes:	https://github.com/django-polymorphic/django-polymorphic/blob/master/docs/changelog.rst
PR:		228126
Submitted by:	Kai <freebsd_ports@k-worx.org>
Approved by:	Kevin Golding <ports@caomhin.org> (maintainer)
0.9.2
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
0.9.2
12 Aug 2016 19:27:36
Revision:420140Original commit files touched by this commit
pi search for other commits by this committer
New port: www/py-django_polymorphic

Django-polymorphic simplifies using inherited models in Django projects.
When a query is made at the base model, the inherited model classes are
returned.

WWW: https://github.com/chrisglass/django_polymorphic

PR:		207023
Submitted by:	Kevin Golding <ports@caomhin.org>

Number of commits found: 6