svn commit: r557557 - head/devel/py-xstatic-bootstrap-datepicker
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Dec 10 21:38:27 UTC 2020
Author: sunpoet
Date: Thu Dec 10 21:38:18 2020
New Revision: 557557
URL: https://svnweb.freebsd.org/changeset/ports/557557
Log:
Update to 1.4.0.0
- Add LICENSE
- Update pkg-descr
- Update WWW
Changes: https://github.com/openstack/xstatic-bootstrap-datepicker/commits/master
Modified:
head/devel/py-xstatic-bootstrap-datepicker/Makefile
head/devel/py-xstatic-bootstrap-datepicker/distinfo
head/devel/py-xstatic-bootstrap-datepicker/pkg-descr
Modified: head/devel/py-xstatic-bootstrap-datepicker/Makefile
==============================================================================
--- head/devel/py-xstatic-bootstrap-datepicker/Makefile Thu Dec 10 21:38:12 2020 (r557556)
+++ head/devel/py-xstatic-bootstrap-datepicker/Makefile Thu Dec 10 21:38:18 2020 (r557557)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xstatic-bootstrap-datepicker
-PORTVERSION= 1.3.1.0
-PORTREVISION= 2
+PORTVERSION= 1.4.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +10,8 @@ DISTNAME= XStatic-Bootstrap-Datepicker-${PORTVERSION}
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Datepicker for Bootstrap (bootstrap-datepicker)
+
+LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
Modified: head/devel/py-xstatic-bootstrap-datepicker/distinfo
==============================================================================
--- head/devel/py-xstatic-bootstrap-datepicker/distinfo Thu Dec 10 21:38:12 2020 (r557556)
+++ head/devel/py-xstatic-bootstrap-datepicker/distinfo Thu Dec 10 21:38:18 2020 (r557557)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481111947
-SHA256 (XStatic-Bootstrap-Datepicker-1.3.1.0.tar.gz) = 9edc9b77501001fcee9fbf4bf0a722c263efd928ef928b40081a8269fdd9a944
-SIZE (XStatic-Bootstrap-Datepicker-1.3.1.0.tar.gz) = 32501
+TIMESTAMP = 1607539765
+SHA256 (XStatic-Bootstrap-Datepicker-1.4.0.0.tar.gz) = df33add9f5e785fa884ac4b182601af6aac9e1eeef7cfe62dbbcb0654d0f2d6e
+SIZE (XStatic-Bootstrap-Datepicker-1.4.0.0.tar.gz) = 40593
Modified: head/devel/py-xstatic-bootstrap-datepicker/pkg-descr
==============================================================================
--- head/devel/py-xstatic-bootstrap-datepicker/pkg-descr Thu Dec 10 21:38:12 2020 (r557556)
+++ head/devel/py-xstatic-bootstrap-datepicker/pkg-descr Thu Dec 10 21:38:18 2020 (r557557)
@@ -1,7 +1,11 @@
-This port is the static file package for bootstrap-datepicker JavaScript library
-that provides a datepicker for Bootstrap.
+Bootstrap-Datepicker JavaScript library packaged for setuptools (easy_install) /
+pip.
-It uses the XStatic packaging standard, aimed to bring an ability to
-install javascript libraries via easy_install or pip utility.
+This package is intended to be used by any project that needs these files.
-WWW: https://pypi.org/project/XStatic-Bootstrap-Datepicker/
+It intentionally does not provide any extra code except some metadata nor has
+any extra requirements. You MAY use some minimal support code from the XStatic
+base package, if you like.
+
+WWW: https://github.com/openstack/xstatic-bootstrap-datepicker
+WWW: https://github.com/uxsolutions/bootstrap-datepicker
More information about the svn-ports-head
mailing list