Resurrect and fix py-statgrab.

New upstream version supports Python 3.7.
This commit is contained in:
Tim Bishop 2020-08-16 19:58:20 +00:00
parent 0d5ef4c77d
commit 28b499e2b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545132
5 changed files with 30 additions and 1 deletions

1
MOVED
View file

@ -15256,7 +15256,6 @@ devel/py-ruamel.ordereddict||2020-08-15|Has expired: Uses deprecated version of
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

View file

@ -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

View file

@ -0,0 +1,23 @@
# Created by: Tim Bishop <tim@bishnet.net>
# $FreeBSD$
PORTNAME= statgrab
PORTVERSION= 0.7.1
CATEGORIES= devel python
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}
MAINTAINER= tdb@FreeBSD.org
COMMENT= Set of Python bindings for libstatgrab
LICENSE= LGPL21
LIB_DEPENDS= libstatgrab.so:devel/libstatgrab
USES= pkgconfig python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1597606849
SHA256 (pystatgrab-0.7.1.tar.gz) = 40a71a0e915df1cc8874bdcd52d2a34c8fa234915f2021c137934321ac886e9f
SIZE (pystatgrab-0.7.1.tar.gz) = 92833

View file

@ -0,0 +1,3 @@
pystatgrab contains a set of python bindings for the libstatgrab library.
WWW: https://libstatgrab.org/pystatgrab/