[NEW PORT] www/py-django-compat

Forward and backwards compatibility layer for different Django versions.

Reasons to use django-compat:

* Be able to use LTS versions of Django and support newer versions in an app
* Use features from newer Django versions in an old one
* Manage and master the gap between different framework versions

WWW: https://github.com/arteria/django-compat

PR:		246716
This commit is contained in:
Kai Knoblich 2020-05-25 11:40:23 +00:00
parent 60c8a7d5ea
commit 19d60dcfc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536460
4 changed files with 36 additions and 0 deletions

View File

@ -1477,6 +1477,7 @@
SUBDIR += py-django-classy-tags
SUBDIR += py-django-cms
SUBDIR += py-django-common-helpers
SUBDIR += py-django-compat
SUBDIR += py-django-configurations
SUBDIR += py-django-constance
SUBDIR += py-django-contact-form

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= django-compat
PORTVERSION= 1.0.15
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= For- and backwards compatibility layer for different Django versions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.4:www/py-django22@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1590387237
SHA256 (django-compat-1.0.15.tar.gz) = 3ac9a3bedc56b9365d9eb241bc5157d0c193769bf995f9a78dc1bc24e7c2331b
SIZE (django-compat-1.0.15.tar.gz) = 21980

View File

@ -0,0 +1,9 @@
Forward and backwards compatibility layer for different Django versions.
Reasons to use django-compat:
* Be able to use LTS versions of Django and support newer versions in an app
* Use features from newer Django versions in an old one
* Manage and master the gap between different framework versions
WWW: https://github.com/arteria/django-compat