Date: Sun, 16 Aug 2020 19:58:20 +0000 (UTC) From: Tim Bishop <tdb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545132 - in head: . devel devel/py-statgrab Message-ID: <202008161958.07GJwK3d033771@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tdb Date: Sun Aug 16 19:58:20 2020 New Revision: 545132 URL: https://svnweb.freebsd.org/changeset/ports/545132 Log: Resurrect and fix py-statgrab. New upstream version supports Python 3.7. Added: head/devel/py-statgrab/ - copied from r544926, head/devel/py-statgrab/ Modified: head/MOVED head/devel/Makefile head/devel/py-statgrab/Makefile head/devel/py-statgrab/distinfo head/devel/py-statgrab/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Sun Aug 16 19:53:43 2020 (r545131) +++ head/MOVED Sun Aug 16 19:58:20 2020 (r545132) @@ -15256,7 +15256,6 @@ devel/py-ruamel.ordereddict||2020-08-15|Has expired: U devel/py-sanetime||2020-08-15|Has expired: Uses deprecated version of python devel/py-selectors34||2020-08-15|Has expired: Uses deprecated version of python devel/py-sqlcc||2020-08-15|Has expired: Uses deprecated version of python -devel/py-statgrab||2020-08-15|Has expired: Uses deprecated version of python devel/py-tconfpy||2020-08-15|Has expired: Uses deprecated version of python devel/py-terminable_thread||2020-08-15|Has expired: Uses deprecated version of python devel/py-trace2html||2020-08-15|Has expired: Uses deprecated version of python Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 16 19:53:43 2020 (r545131) +++ head/devel/Makefile Sun Aug 16 19:58:20 2020 (r545132) @@ -5055,6 +5055,7 @@ SUBDIR += py-spyder SUBDIR += py-srsly SUBDIR += py-stackexchange + SUBDIR += py-statgrab SUBDIR += py-statsd SUBDIR += py-stdnum SUBDIR += py-stevedore Modified: head/devel/py-statgrab/Makefile ============================================================================== --- head/devel/py-statgrab/Makefile Sat Aug 15 10:05:27 2020 (r544926) +++ head/devel/py-statgrab/Makefile Sun Aug 16 19:58:20 2020 (r545132) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= statgrab -PORTVERSION= 0.7 +PORTVERSION= 0.7.1 CATEGORIES= devel python -MASTER_SITES= http://ftp.mirrorservice.org/pub/i-scream/py${PORTNAME}/ \ +MASTER_SITES= https://github.com/libstatgrab/pystatgrab/releases/download/PYSTATGRAB_${PORTVERSION:S/./_/g}/ \ + http://ftp.mirrorservice.org/pub/i-scream/py${PORTNAME}/ \ http://ftp.i-scream.org/pub/i-scream/py${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} @@ -12,12 +13,11 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= tdb@FreeBSD.org COMMENT= Set of Python bindings for libstatgrab -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 +LICENSE= LGPL21 LIB_DEPENDS= libstatgrab.so:devel/libstatgrab -USES= pkgconfig python:-3.6 +USES= pkgconfig python USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/devel/py-statgrab/distinfo ============================================================================== --- head/devel/py-statgrab/distinfo Sat Aug 15 10:05:27 2020 (r544926) +++ head/devel/py-statgrab/distinfo Sun Aug 16 19:58:20 2020 (r545132) @@ -1,2 +1,3 @@ -SHA256 (pystatgrab-0.7.tar.gz) = 9e79919efdbeb45e28f26cb45d4f1a2861caa2937c5bf86be351c5c096b6550f -SIZE (pystatgrab-0.7.tar.gz) = 84472 +TIMESTAMP = 1597606849 +SHA256 (pystatgrab-0.7.1.tar.gz) = 40a71a0e915df1cc8874bdcd52d2a34c8fa234915f2021c137934321ac886e9f +SIZE (pystatgrab-0.7.1.tar.gz) = 92833 Modified: head/devel/py-statgrab/pkg-descr ============================================================================== --- head/devel/py-statgrab/pkg-descr Sat Aug 15 10:05:27 2020 (r544926) +++ head/devel/py-statgrab/pkg-descr Sun Aug 16 19:58:20 2020 (r545132) @@ -1,3 +1,3 @@ pystatgrab contains a set of python bindings for the libstatgrab library. -WWW: http://www.i-scream.org/pystatgrab/ +WWW: https://libstatgrab.org/pystatgrab/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008161958.07GJwK3d033771>