1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

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)
This commit is contained in:
Kai Knoblich 2020-04-11 10:15:05 +00:00
parent f012746dae
commit d2c6fef42d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531412
7 changed files with 11 additions and 11 deletions

1
MOVED
View File

@ -14522,3 +14522,4 @@ lang/beignet|lang/intel-compute-runtime|2020-04-02|Has expired: Deprecated upstr
devel/rubygem-cucumber-tag_expressions|devel/rubygem-cucumber-tag-expressions|2020-04-04|Renamed by upstream
devel/p5-Glib2|devel/p5-Glib|2020-04-07|Rename to match our p5- port naming
devel/jucipp|editors/jucipp|2020-04-07|Remove duplicate
www/py-django_polymorphic|www/py-django-polymorphic|2020-04-11|Match canonical/registered (PyPI/CHEESESHOP) name

View File

@ -1547,6 +1547,7 @@
SUBDIR += py-django-photologue
SUBDIR += py-django-picklefield
SUBDIR += py-django-pipeline
SUBDIR += py-django-polymorphic
SUBDIR += py-django-post_office
SUBDIR += py-django-profiles
SUBDIR += py-django-prometheus
@ -1587,7 +1588,6 @@
SUBDIR += py-django30
SUBDIR += py-django_compressor
SUBDIR += py-django_openstack_auth
SUBDIR += py-django_polymorphic
SUBDIR += py-djangocms-admin-style
SUBDIR += py-djangorestframework
SUBDIR += py-djangorestframework-csv

View File

@ -3,7 +3,7 @@
PORTNAME= django-filer
PORTVERSION= 1.3.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-easy-thumbnails>=2:graphics/py-django-easy-thumbnails@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-mptt>=0.6:www/py-django-mptt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django_polymorphic>=0.7:www/py-django_polymorphic@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-polymorphic>=0.7:www/py-django-polymorphic@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}unidecode>=0:converters/py-unidecode@${PY_FLAVOR} \
${PY_PILLOW}

View File

@ -1,12 +1,11 @@
# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= django_polymorphic
PORTVERSION= 2.0.3
PORTNAME= django-polymorphic
PORTVERSION= 2.1.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= django-polymorphic-${PORTVERSION}
MAINTAINER= ports@caomhin.org
COMMENT= Seamless Polymorphic Inheritance for Django Models

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1586592751
SHA256 (django-polymorphic-2.1.2.tar.gz) = 6e08a76c91066635ccb7ef3ebbe9a0ad149febae6b30be2579716ec16d3c6461
SIZE (django-polymorphic-2.1.2.tar.gz) = 100589

View File

@ -1,5 +1,5 @@
Django-polymorphic simplifies using inherited models in Django projects.
When a query is made at the base model, the inherited model classes are
When a query is made at the base model, the inherited model classes are
returned.
WWW: https://github.com/chrisglass/django_polymorphic
WWW: https://github.com/django-polymorphic/django-polymorphic

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1549044438
SHA256 (django-polymorphic-2.0.3.tar.gz) = 1fb5505537bcaf71cfc951ff94c4e3ba83c761eaca04b7b2ce9cb63937634ea5
SIZE (django-polymorphic-2.0.3.tar.gz) = 97856