mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
www/py-django-bootstrap3: Update to 14.2.0
* Update WWW field to spare redirects. Changelog since 11.1.0: https://github.com/zostera/django-bootstrap3/blob/v14.2.0/CHANGELOG.md
This commit is contained in:
parent
252d6efc2e
commit
52c240876d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562464
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-bootstrap3
|
||||
PORTVERSION= 11.1.0
|
||||
PORTVERSION= 14.2.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,15 +12,17 @@ COMMENT= Bootstrap 3 support for Django projects
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2<4.0:www/py-django22@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
# Support for Python 2.7 and Django 1.11, 2.0 was dropped in the 12.0 release
|
||||
PORTSCOUT= limit:^11\.
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-extract:
|
||||
@${FIND} ${WRKSRC} -name ".DS_Store" -type f -delete
|
||||
.if ${PYTHON_REL} < 3800
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=1.5.0:devel/py-importlib-metadata@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1563173722
|
||||
SHA256 (django-bootstrap3-11.1.0.tar.gz) = c417b25328fb8e97cb89e1f07d35632602d702e6eaca863328e833939d0d1743
|
||||
SIZE (django-bootstrap3-11.1.0.tar.gz) = 42055
|
||||
TIMESTAMP = 1611428430
|
||||
SHA256 (django-bootstrap3-14.2.0.tar.gz) = 1fc3db37f29bcd159c0b00e1f15fd2d6dedf7551ce8bcca09072e33663c110de
|
||||
SIZE (django-bootstrap3-14.2.0.tar.gz) = 19957
|
||||
|
@ -1,3 +1,3 @@
|
||||
Library with the goal to seamlessly blend Django and Bootstrap 3.
|
||||
|
||||
WWW: https://github.com/dyve/django-bootstrap3/
|
||||
WWW: https://github.com/zostera/django-bootstrap3
|
||||
|
Loading…
Reference in New Issue
Block a user