Update to 1.5.1.0
- Add LICENSE - Update COMMENT - Update pkg-descr - Update WWW Changes: https://github.com/openstack/xstatic-rickshaw/commits/master
This commit is contained in:
parent
3456bbfd5b
commit
5c29c1cd1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557572
3 changed files with 15 additions and 11 deletions
|
@ -2,15 +2,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xstatic-rickshaw
|
||||
PORTVERSION= 1.5.0.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.5.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= XStatic-Rickshaw-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Rickshaw (xstatic packaging standard)
|
||||
COMMENT= Rickshaw (XStatic packaging standard)
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1481112253
|
||||
SHA256 (XStatic-Rickshaw-1.5.0.0.tar.gz) = 147574228757254442700a9eea5150f14acb1224ef0612f896b663ab58406de8
|
||||
SIZE (XStatic-Rickshaw-1.5.0.0.tar.gz) = 27907
|
||||
TIMESTAMP = 1607539783
|
||||
SHA256 (XStatic-Rickshaw-1.5.1.0.tar.gz) = cf278d4bd4e974ddcf7170d20bbb706cc34f93cf61658f2f68f3138374178564
|
||||
SIZE (XStatic-Rickshaw-1.5.1.0.tar.gz) = 27745
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
This port is the static file package for rickshaw JavaScript library
|
||||
that provides a JavaScript toolkit for interactive time series graphs.
|
||||
Rickshaw 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-Rickshaw/
|
||||
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-rickshaw
|
||||
WWW: https://tech.shutterstock.com/rickshaw/
|
||||
|
|
Loading…
Reference in a new issue