Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:40:08 +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: r557575 - head/devel/py-xstatic-spin
Message-ID:  <202012102140.0BALe8nj058547@repo.freebsd.org>

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

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

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

Modified: head/devel/py-xstatic-spin/Makefile
==============================================================================
--- head/devel/py-xstatic-spin/Makefile	Thu Dec 10 21:40:01 2020	(r557574)
+++ head/devel/py-xstatic-spin/Makefile	Thu Dec 10 21:40:07 2020	(r557575)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	xstatic-spin
-PORTVERSION=	1.2.5.2
-PORTREVISION=	2
+PORTVERSION=	1.2.5.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	XStatic-Spin-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Spinner component (spin)
+COMMENT=	Spin (XStatic packaging standard)
+
+LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
 

Modified: head/devel/py-xstatic-spin/distinfo
==============================================================================
--- head/devel/py-xstatic-spin/distinfo	Thu Dec 10 21:40:01 2020	(r557574)
+++ head/devel/py-xstatic-spin/distinfo	Thu Dec 10 21:40:07 2020	(r557575)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481112316
-SHA256 (XStatic-Spin-1.2.5.2.tar.gz) = 7f46ef0e45e047019ba6eda22c432fb96f681b97bbe7f1749aa9209e07727192
-SIZE (XStatic-Spin-1.2.5.2.tar.gz) = 4830
+TIMESTAMP = 1607539785
+SHA256 (XStatic-Spin-1.2.5.3.tar.gz) = 06e889cf3318f08ce74ef888b45d9f1e09017bb8e6d519a299c10a9e6b542642
+SIZE (XStatic-Spin-1.2.5.3.tar.gz) = 4725

Modified: head/devel/py-xstatic-spin/pkg-descr
==============================================================================
--- head/devel/py-xstatic-spin/pkg-descr	Thu Dec 10 21:40:01 2020	(r557574)
+++ head/devel/py-xstatic-spin/pkg-descr	Thu Dec 10 21:40:07 2020	(r557575)
@@ -1,7 +1,10 @@
-This port is the static file package for spin JavaScript library
-that provides a Spinner component.
+Spin 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-Spin/
+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-spin
+WWW: https://spin.js.org/



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