git: c6ced3c16a2a - main - devel/py-types-psutil: Add py-types-psutil 5.9.5.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Oct 2022 15:38:55 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c6ced3c16a2a438fe4307b72b1eed5afb826fc6c
commit c6ced3c16a2a438fe4307b72b1eed5afb826fc6c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-09 15:19:08 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-09 15:37:43 +0000
devel/py-types-psutil: Add py-types-psutil 5.9.5.1
This is a PEP 561 type stub package for the psutil package. It can be used by
type-checking tools like mypy, PyCharm, pytype etc. to check code that uses
psutil.
---
devel/Makefile | 1 +
devel/py-types-psutil/Makefile | 18 ++++++++++++++++++
devel/py-types-psutil/distinfo | 3 +++
devel/py-types-psutil/pkg-descr | 3 +++
4 files changed, 25 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index ce75868ae15d..d49ed6e7e811 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5445,6 +5445,7 @@
SUBDIR += py-types-futures
SUBDIR += py-types-mock
SUBDIR += py-types-protobuf
+ SUBDIR += py-types-psutil
SUBDIR += py-types-psycopg2
SUBDIR += py-types-requests
SUBDIR += py-types-termcolor
diff --git a/devel/py-types-psutil/Makefile b/devel/py-types-psutil/Makefile
new file mode 100644
index 000000000000..32aa065a8e16
--- /dev/null
+++ b/devel/py-types-psutil/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= types-psutil
+PORTVERSION= 5.9.5.1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Typing stubs for psutil
+WWW= https://github.com/python/typeshed/tree/master/stubs/psutil
+
+LICENSE= APACHE20
+
+USES= python:3.7+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-psutil/distinfo b/devel/py-types-psutil/distinfo
new file mode 100644
index 000000000000..fb7633bfec78
--- /dev/null
+++ b/devel/py-types-psutil/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1665073072
+SHA256 (types-psutil-5.9.5.1.tar.gz) = d1a157fd132aa34be544fa9e09dc5c37b92c9d3a2917bce9c564354f50e71ffb
+SIZE (types-psutil-5.9.5.1.tar.gz) = 11016
diff --git a/devel/py-types-psutil/pkg-descr b/devel/py-types-psutil/pkg-descr
new file mode 100644
index 000000000000..7a8abb0f6477
--- /dev/null
+++ b/devel/py-types-psutil/pkg-descr
@@ -0,0 +1,3 @@
+This is a PEP 561 type stub package for the psutil package. It can be used by
+type-checking tools like mypy, PyCharm, pytype etc. to check code that uses
+psutil.