svn commit: r526656 - head/devel/py-XStatic
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Feb 21 18:56:50 UTC 2020
Author: sunpoet
Date: Fri Feb 21 18:56:49 2020
New Revision: 526656
URL: https://svnweb.freebsd.org/changeset/ports/526656
Log:
Update to 1.0.2
- Update COMMENT
- Update WWW
- Take maintainership
Changes: https://github.com/xstatic-py/xstatic/commits/master
Modified:
head/devel/py-XStatic/Makefile
head/devel/py-XStatic/distinfo
head/devel/py-XStatic/pkg-descr
Modified: head/devel/py-XStatic/Makefile
==============================================================================
--- head/devel/py-XStatic/Makefile Fri Feb 21 18:56:44 2020 (r526655)
+++ head/devel/py-XStatic/Makefile Fri Feb 21 18:56:49 2020 (r526656)
@@ -2,20 +2,19 @@
# $FreeBSD$
PORTNAME= XStatic
-PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTVERSION= 1.0.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
-COMMENT= Xstatic (static packages for Python)
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= XStatic base package with minimal support code
LICENSE= MIT
-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/distinfo
==============================================================================
--- head/devel/py-XStatic/distinfo Fri Feb 21 18:56:44 2020 (r526655)
+++ head/devel/py-XStatic/distinfo Fri Feb 21 18:56:49 2020 (r526656)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481111816
-SHA256 (XStatic-1.0.1.tar.gz) = 0ec93d7c66ebb9e0d31b664753437dc8634cb66e13310cb47c9eb1e0bc66d726
-SIZE (XStatic-1.0.1.tar.gz) = 2588
+TIMESTAMP = 1582222958
+SHA256 (XStatic-1.0.2.tar.gz) = 80b78dfe37bce6dee4343d64c65375a80bcf399b46dd47c0c7d56161568a23a8
+SIZE (XStatic-1.0.2.tar.gz) = 2595
Modified: head/devel/py-XStatic/pkg-descr
==============================================================================
--- head/devel/py-XStatic/pkg-descr Fri Feb 21 18:56:44 2020 (r526655)
+++ head/devel/py-XStatic/pkg-descr Fri Feb 21 18:56:49 2020 (r526656)
@@ -1,4 +1,4 @@
The goal of XStatic family of packages is to provide static file packages with
-minimal overhead - without selling you some dependencies you dont want.
+minimal overhead - without selling you some dependencies you don't want.
-WWW: https://pypi.org/project/XStatic/
+WWW: https://github.com/xstatic-py/xstatic
More information about the svn-ports-all
mailing list