git: 9f2bb889153f - main - devel/py-types-urllib3: add port: Typing stubs for urllib3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 16:53:08 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9f2bb889153f33055bae4a770bd2ba599f6f41be
commit 9f2bb889153f33055bae4a770bd2ba599f6f41be
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-01-11 16:12:23 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-01-11 16:50:08 +0000
devel/py-types-urllib3: add port: Typing stubs for urllib3
---
devel/Makefile | 1 +
devel/py-types-urllib3/Makefile | 16 ++++++++++++++++
devel/py-types-urllib3/distinfo | 3 +++
devel/py-types-urllib3/pkg-descr | 5 +++++
4 files changed, 25 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 518e7c74e07b..f34d48a40366 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5351,6 +5351,7 @@
SUBDIR += py-types-protobuf
SUBDIR += py-types-psycopg2
SUBDIR += py-types-requests
+ SUBDIR += py-types-urllib3
SUBDIR += py-types-xxhash
SUBDIR += py-typing-extensions
SUBDIR += py-typing-inspect
diff --git a/devel/py-types-urllib3/Makefile b/devel/py-types-urllib3/Makefile
new file mode 100644
index 000000000000..6617b859129e
--- /dev/null
+++ b/devel/py-types-urllib3/Makefile
@@ -0,0 +1,16 @@
+PORTNAME= types-urllib3
+PORTVERSION= 1.26.4
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= amdmi3@FreeBSD.org
+COMMENT= Typing stubs for urllib3
+
+LICENSE= APACHE20
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-urllib3/distinfo b/devel/py-types-urllib3/distinfo
new file mode 100644
index 000000000000..749e27da849a
--- /dev/null
+++ b/devel/py-types-urllib3/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1641916750
+SHA256 (types-urllib3-1.26.4.tar.gz) = 35c17be09e1bcef3b1e2101c5172b97cdb78330915973c741f4c1979d8405ef9
+SIZE (types-urllib3-1.26.4.tar.gz) = 7915
diff --git a/devel/py-types-urllib3/pkg-descr b/devel/py-types-urllib3/pkg-descr
new file mode 100644
index 000000000000..4dc73c241654
--- /dev/null
+++ b/devel/py-types-urllib3/pkg-descr
@@ -0,0 +1,5 @@
+This is a PEP 561 type stub package for the `urllib3` package.
+It can be used by type-checking tools like mypy, PyCharm, pytype
+etc. to check code that uses `urllib3`.
+
+WWW: https://pypi.org/project/types-urllib3/