git: e266b07e2bcb - main - devel/py-types-requests: add port
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 28 10:59:31 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e266b07e2bcbbe62b521f6317815aac9c25463e7
commit e266b07e2bcbbe62b521f6317815aac9c25463e7
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-06-28 10:47:49 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-06-28 10:47:49 +0000
devel/py-types-requests: add port
This is an auto-generated PEP 561 type stub package for requests
package. It can be used by type-checking tools like mypy, PyCharm,
pytype etc. to check code that uses requests.
WWW: https://pypi.org/project/types-requests/
---
devel/Makefile | 1 +
devel/py-types-requests/Makefile | 16 ++++++++++++++++
devel/py-types-requests/distinfo | 3 +++
devel/py-types-requests/pkg-descr | 5 +++++
4 files changed, 25 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index e50ec46d2d02..4706d846d282 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5198,6 +5198,7 @@
SUBDIR += py-txaio
SUBDIR += py-typechecks
SUBDIR += py-typed-ast
+ SUBDIR += py-types-requests
SUBDIR += py-typing-extensions
SUBDIR += py-typing-inspect
SUBDIR += py-tzlocal
diff --git a/devel/py-types-requests/Makefile b/devel/py-types-requests/Makefile
new file mode 100644
index 000000000000..a9c0e293ce9c
--- /dev/null
+++ b/devel/py-types-requests/Makefile
@@ -0,0 +1,16 @@
+PORTNAME= types-requests
+PORTVERSION= 2.25.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= amdmi3 at FreeBSD.org
+COMMENT= Typing stubs for requests
+
+LICENSE= APACHE20
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-requests/distinfo b/devel/py-types-requests/distinfo
new file mode 100644
index 000000000000..8ab321c8f25d
--- /dev/null
+++ b/devel/py-types-requests/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1624875817
+SHA256 (types-requests-2.25.0.tar.gz) = ee0d0c507210141b7d5b8639cc43eaa726084178775db2a5fb06fbf85c185808
+SIZE (types-requests-2.25.0.tar.gz) = 13582
diff --git a/devel/py-types-requests/pkg-descr b/devel/py-types-requests/pkg-descr
new file mode 100644
index 000000000000..3d047cdd8db7
--- /dev/null
+++ b/devel/py-types-requests/pkg-descr
@@ -0,0 +1,5 @@
+This is an auto-generated PEP 561 type stub package for requests
+package. It can be used by type-checking tools like mypy, PyCharm,
+pytype etc. to check code that uses requests.
+
+WWW: https://pypi.org/project/types-requests/
More information about the dev-commits-ports-all
mailing list