Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:38:24 +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: r557558 - head/devel/py-xstatic-bootstrap-scss
Message-ID:  <202012102138.0BALcOYB056344@repo.freebsd.org>

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

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

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

Modified: head/devel/py-xstatic-bootstrap-scss/Makefile
==============================================================================
--- head/devel/py-xstatic-bootstrap-scss/Makefile	Thu Dec 10 21:38:18 2020	(r557557)
+++ head/devel/py-xstatic-bootstrap-scss/Makefile	Thu Dec 10 21:38:24 2020	(r557558)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	xstatic-bootstrap-scss
-PORTVERSION=	3.3.7.1
-PORTREVISION=	2
+PORTVERSION=	3.4.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	XStatic-Bootstrap-SCSS-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Bootstrap SCSS stylesheets (bootstrap-scss)
+COMMENT=	Bootstrap-SCSS (XStatic packaging standard)
+
+LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
 

Modified: head/devel/py-xstatic-bootstrap-scss/distinfo
==============================================================================
--- head/devel/py-xstatic-bootstrap-scss/distinfo	Thu Dec 10 21:38:18 2020	(r557557)
+++ head/devel/py-xstatic-bootstrap-scss/distinfo	Thu Dec 10 21:38:24 2020	(r557558)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481111966
-SHA256 (XStatic-Bootstrap-SCSS-3.3.7.1.tar.gz) = 4d388df037293163bf3242e0b60c79d06e1f743af8b0be8473f92676340e5acd
-SIZE (XStatic-Bootstrap-SCSS-3.3.7.1.tar.gz) = 205503
+TIMESTAMP = 1607539767
+SHA256 (XStatic-Bootstrap-SCSS-3.4.1.0.tar.gz) = 5cb56f0090cb6489d643730de57c68d8a6714f2b9fe526ac89bb68f5d77dfe10
+SIZE (XStatic-Bootstrap-SCSS-3.4.1.0.tar.gz) = 214961

Modified: head/devel/py-xstatic-bootstrap-scss/pkg-descr
==============================================================================
--- head/devel/py-xstatic-bootstrap-scss/pkg-descr	Thu Dec 10 21:38:18 2020	(r557557)
+++ head/devel/py-xstatic-bootstrap-scss/pkg-descr	Thu Dec 10 21:38:24 2020	(r557558)
@@ -1,7 +1,10 @@
-This port is the static file package for bootstrap-scss JavaScript library
-that provides a Bootstrap SCSS stylesheets.
+Bootstrap style 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-SCSS/
+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-scss
+WWW: https://github.com/twbs/bootstrap-sass



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