Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jun 2021 10:59:33 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 749651a6a833 - main - devel/py-types-PyYAML: add port
Message-ID:  <202106281059.15SAxXHf029381@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=749651a6a83312ee46253623dfa5667209858a63

commit 749651a6a83312ee46253623dfa5667209858a63
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-06-28 10:49:20 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-06-28 10:49:20 +0000

    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/
---
 devel/Makefile                  |  1 +
 devel/py-types-PyYAML/Makefile  | 16 ++++++++++++++++
 devel/py-types-PyYAML/distinfo  |  3 +++
 devel/py-types-PyYAML/pkg-descr |  5 +++++
 4 files changed, 25 insertions(+)

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106281059.15SAxXHf029381>