Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:39:49 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557572 - head/devel/py-xstatic-rickshaw
Message-ID:  <202012102139.0BALdnwP058128@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 10 21:39:48 2020
New Revision: 557572
URL: https://svnweb.freebsd.org/changeset/ports/557572

Log:
  Update to 1.5.1.0
  
  - Add LICENSE
  - Update COMMENT
  - Update pkg-descr
  - Update WWW
  
  Changes:	https://github.com/openstack/xstatic-rickshaw/commits/master

Modified:
  head/devel/py-xstatic-rickshaw/Makefile
  head/devel/py-xstatic-rickshaw/distinfo
  head/devel/py-xstatic-rickshaw/pkg-descr

Modified: head/devel/py-xstatic-rickshaw/Makefile
==============================================================================
--- head/devel/py-xstatic-rickshaw/Makefile	Thu Dec 10 21:39:42 2020	(r557571)
+++ head/devel/py-xstatic-rickshaw/Makefile	Thu Dec 10 21:39:48 2020	(r557572)
@@ -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}
 

Modified: head/devel/py-xstatic-rickshaw/distinfo
==============================================================================
--- head/devel/py-xstatic-rickshaw/distinfo	Thu Dec 10 21:39:42 2020	(r557571)
+++ head/devel/py-xstatic-rickshaw/distinfo	Thu Dec 10 21:39:48 2020	(r557572)
@@ -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

Modified: head/devel/py-xstatic-rickshaw/pkg-descr
==============================================================================
--- head/devel/py-xstatic-rickshaw/pkg-descr	Thu Dec 10 21:39:42 2020	(r557571)
+++ head/devel/py-xstatic-rickshaw/pkg-descr	Thu Dec 10 21:39:48 2020	(r557572)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012102139.0BALdnwP058128>