Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:39:10 +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: r557566 - head/devel/py-xstatic-jquery-ui
Message-ID:  <202012102139.0BALdAVt057355@repo.freebsd.org>

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

Log:
  Update to 1.12.1.1
  
  - Add LICENSE
  - Update COMMENT
  - Update pkg-descr
  - Update WWW
  
  Changes:	https://github.com/xstatic-py/xstatic-jquery_ui/commits/master

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

Modified: head/devel/py-xstatic-jquery-ui/Makefile
==============================================================================
--- head/devel/py-xstatic-jquery-ui/Makefile	Thu Dec 10 21:39:05 2020	(r557565)
+++ head/devel/py-xstatic-jquery-ui/Makefile	Thu Dec 10 21:39:10 2020	(r557566)
@@ -2,17 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	xstatic-jquery-ui
-PORTVERSION=	1.12.0.1
-PORTREVISION=	2
+PORTVERSION=	1.12.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	XStatic-jquery-ui-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	JQuery library for building user interfaces (jquery-ui)
+COMMENT=	jquery-ui (XStatic packaging standard)
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}xstatic-jquery>=0:devel/py-xstatic-jquery@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-xstatic-jquery-ui/distinfo
==============================================================================
--- head/devel/py-xstatic-jquery-ui/distinfo	Thu Dec 10 21:39:05 2020	(r557565)
+++ head/devel/py-xstatic-jquery-ui/distinfo	Thu Dec 10 21:39:10 2020	(r557566)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481112172
-SHA256 (XStatic-jquery-ui-1.12.0.1.tar.gz) = 820af52ee62749c675d36bfc0e26ae27ec5cee7b438ef10e69973a6cf652f570
-SIZE (XStatic-jquery-ui-1.12.0.1.tar.gz) = 1299117
+TIMESTAMP = 1607539775
+SHA256 (XStatic-jquery-ui-1.12.1.1.tar.gz) = d6ba48bb474420a8bcb2be02eef6ae96281ec24eff6befa54f04ebc9e4cc8910
+SIZE (XStatic-jquery-ui-1.12.1.1.tar.gz) = 1345975

Modified: head/devel/py-xstatic-jquery-ui/pkg-descr
==============================================================================
--- head/devel/py-xstatic-jquery-ui/pkg-descr	Thu Dec 10 21:39:05 2020	(r557565)
+++ head/devel/py-xstatic-jquery-ui/pkg-descr	Thu Dec 10 21:39:10 2020	(r557566)
@@ -1,7 +1,10 @@
-This port is the static file package for jquery-ui JavaScript library
-that provides a JQuery library for building user interfaces.
+jquery-ui 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-jquery-ui/
+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/xstatic-py/xstatic-jquery_ui
+WWW: https://jqueryui.com/



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