Date: Fri, 21 Feb 2020 18:56:55 +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: r526657 - head/devel/py-XStatic-Jasmine Message-ID: <202002211856.01LIutnT087743@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Feb 21 18:56:55 2020 New Revision: 526657 URL: https://svnweb.freebsd.org/changeset/ports/526657 Log: Update to 2.4.1.2 - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/openstack/xstatic-jasmine/commits/master Modified: head/devel/py-XStatic-Jasmine/Makefile head/devel/py-XStatic-Jasmine/distinfo head/devel/py-XStatic-Jasmine/pkg-descr Modified: head/devel/py-XStatic-Jasmine/Makefile ============================================================================== --- head/devel/py-XStatic-Jasmine/Makefile Fri Feb 21 18:56:49 2020 (r526656) +++ head/devel/py-XStatic-Jasmine/Makefile Fri Feb 21 18:56:55 2020 (r526657) @@ -2,21 +2,20 @@ # $FreeBSD$ PORTNAME= XStatic-Jasmine -PORTVERSION= 2.4.1.1 -PORTREVISION= 1 +PORTVERSION= 2.4.1.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org -COMMENT= DOM-less simple JavaScript testing framework (jasmine) +COMMENT= Jasmine (XStatic packaging standard) -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic@${PY_FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic@${PY_FLAVOR} -NO_ARCH= yes - USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/py-XStatic-Jasmine/distinfo ============================================================================== --- head/devel/py-XStatic-Jasmine/distinfo Fri Feb 21 18:56:49 2020 (r526656) +++ head/devel/py-XStatic-Jasmine/distinfo Fri Feb 21 18:56:55 2020 (r526657) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481112061 -SHA256 (XStatic-Jasmine-2.4.1.1.tar.gz) = d1e8bf3c0e1cf683cc2c0aad95f197e9e51ea747fb91291445223a2b7dbc4740 -SIZE (XStatic-Jasmine-2.4.1.1.tar.gz) = 38767 +TIMESTAMP = 1582222960 +SHA256 (XStatic-Jasmine-2.4.1.2.tar.gz) = bf921be423c254a5cebc2156a7fd66d8210cefd251fc2fa51f792a153bf9e82b +SIZE (XStatic-Jasmine-2.4.1.2.tar.gz) = 38289 Modified: head/devel/py-XStatic-Jasmine/pkg-descr ============================================================================== --- head/devel/py-XStatic-Jasmine/pkg-descr Fri Feb 21 18:56:49 2020 (r526656) +++ head/devel/py-XStatic-Jasmine/pkg-descr Fri Feb 21 18:56:55 2020 (r526657) @@ -1,7 +1,9 @@ -This port is the static file package for jasmine JavaScript library -that provides a DOM-less simple JavaScript testing framework. +Jasmine 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-Jasmine/ +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-jasmine
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002211856.01LIutnT087743>