From owner-svn-ports-all@freebsd.org Sun Aug 16 19:58:22 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 28C343C47E7; Sun, 16 Aug 2020 19:58:22 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BV7Js74frz3VLP; Sun, 16 Aug 2020 19:58:21 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D650F1561B; Sun, 16 Aug 2020 19:58:21 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07GJwLpx033776; Sun, 16 Aug 2020 19:58:21 GMT (envelope-from tdb@FreeBSD.org) Received: (from tdb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07GJwK3d033771; Sun, 16 Aug 2020 19:58:20 GMT (envelope-from tdb@FreeBSD.org) Message-Id: <202008161958.07GJwK3d033771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tdb set sender to tdb@FreeBSD.org using -f From: Tim Bishop Date: Sun, 16 Aug 2020 19:58:20 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tdb X-SVN-Commit-Paths: in head: . devel devel/py-statgrab X-SVN-Commit-Revision: 545132 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Aug 2020 19:58:22 -0000 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 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/