diff --git a/MOVED b/MOVED index 9aa491e688b3..eb5dc5f4abe1 100644 --- a/MOVED +++ b/MOVED @@ -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 diff --git a/devel/Makefile b/devel/Makefile index 3f345c7ca893..2d761e0c34ed 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-statgrab/Makefile b/devel/py-statgrab/Makefile new file mode 100644 index 000000000000..d4b61d212a6b --- /dev/null +++ b/devel/py-statgrab/Makefile @@ -0,0 +1,23 @@ +# Created by: Tim Bishop +# $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 diff --git a/devel/py-statgrab/distinfo b/devel/py-statgrab/distinfo new file mode 100644 index 000000000000..7f12f373a03d --- /dev/null +++ b/devel/py-statgrab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1597606849 +SHA256 (pystatgrab-0.7.1.tar.gz) = 40a71a0e915df1cc8874bdcd52d2a34c8fa234915f2021c137934321ac886e9f +SIZE (pystatgrab-0.7.1.tar.gz) = 92833 diff --git a/devel/py-statgrab/pkg-descr b/devel/py-statgrab/pkg-descr new file mode 100644 index 000000000000..d61edba9ec3e --- /dev/null +++ b/devel/py-statgrab/pkg-descr @@ -0,0 +1,3 @@ +pystatgrab contains a set of python bindings for the libstatgrab library. + +WWW: https://libstatgrab.org/pystatgrab/