aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-06-28 10:49:20 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-06-28 10:49:20 +0000
commit749651a6a83312ee46253623dfa5667209858a63 (patch)
tree7925a5a832f082317b4d339ae492a1d75778d8b5
parent59cca6c262aeab0f2fb8d35050f551f01ff515ae (diff)
downloadports-749651a6a83312ee46253623dfa5667209858a63.tar.gz
ports-749651a6a83312ee46253623dfa5667209858a63.zip
devel/py-types-PyYAML: add port
This is an auto-generated PEP 561 type stub package for PyYAML package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses PyYAML. WWW: https://pypi.org/project/types-PyYAML/
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-types-PyYAML/Makefile16
-rw-r--r--devel/py-types-PyYAML/distinfo3
-rw-r--r--devel/py-types-PyYAML/pkg-descr5
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 6be96b0052bf..4865e103c5c3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5198,6 +5198,7 @@
SUBDIR += py-txaio
SUBDIR += py-typechecks
SUBDIR += py-typed-ast
+ SUBDIR += py-types-PyYAML
SUBDIR += py-types-protobuf
SUBDIR += py-types-requests
SUBDIR += py-typing-extensions
diff --git a/devel/py-types-PyYAML/Makefile b/devel/py-types-PyYAML/Makefile
new file mode 100644
index 000000000000..6bce64bf2109
--- /dev/null
+++ b/devel/py-types-PyYAML/Makefile
@@ -0,0 +1,16 @@
+PORTNAME= types-PyYAML
+PORTVERSION= 5.4.3
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= amdmi3@FreeBSD.org
+COMMENT= Typing stubs for PyYAML
+
+LICENSE= APACHE20
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-PyYAML/distinfo b/devel/py-types-PyYAML/distinfo
new file mode 100644
index 000000000000..b99c1d688d99
--- /dev/null
+++ b/devel/py-types-PyYAML/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1624876167
+SHA256 (types-PyYAML-5.4.3.tar.gz) = 2e7b81b2b7af751634425107b986086c6ba7cb61270a43a5c290c58be8cdbc3a
+SIZE (types-PyYAML-5.4.3.tar.gz) = 7989
diff --git a/devel/py-types-PyYAML/pkg-descr b/devel/py-types-PyYAML/pkg-descr
new file mode 100644
index 000000000000..68bbde615f36
--- /dev/null
+++ b/devel/py-types-PyYAML/pkg-descr
@@ -0,0 +1,5 @@
+This is an auto-generated PEP 561 type stub package for PyYAML
+package. It can be used by type-checking tools like mypy, PyCharm,
+pytype etc. to check code that uses PyYAML.
+
+WWW: https://pypi.org/project/types-PyYAML/