git: 3753ce3b7f2d - main - devel/py-types-Pillow: new port: Typing stubs for Pillow

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 16 14:59:49 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3753ce3b7f2dc0cc53df4e41560a797cf0a2c9ea

commit 3753ce3b7f2dc0cc53df4e41560a797cf0a2c9ea
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-08-16 14:49:11 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-08-16 14:49:11 +0000

    devel/py-types-Pillow: new port: Typing stubs for Pillow
---
 devel/Makefile                  |  1 +
 devel/py-types-Pillow/Makefile  | 16 ++++++++++++++++
 devel/py-types-Pillow/distinfo  |  3 +++
 devel/py-types-Pillow/pkg-descr |  5 +++++
 4 files changed, 25 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 14d88bb2f9f8..d80bd712c720 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5235,6 +5235,7 @@
     SUBDIR += py-types-Flask
     SUBDIR += py-types-Jinja2
     SUBDIR += py-types-MarkupSafe
+    SUBDIR += py-types-Pillow
     SUBDIR += py-types-PyYAML
     SUBDIR += py-types-Werkzeug
     SUBDIR += py-types-click
diff --git a/devel/py-types-Pillow/Makefile b/devel/py-types-Pillow/Makefile
new file mode 100644
index 000000000000..69fced65efe6
--- /dev/null
+++ b/devel/py-types-Pillow/Makefile
@@ -0,0 +1,16 @@
+PORTNAME=	types-Pillow
+PORTVERSION=	8.3.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	amdmi3 at FreeBSD.org
+COMMENT=	Typing stubs for Pillow
+
+LICENSE=	APACHE20
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-Pillow/distinfo b/devel/py-types-Pillow/distinfo
new file mode 100644
index 000000000000..a901913c7820
--- /dev/null
+++ b/devel/py-types-Pillow/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1629124946
+SHA256 (types-Pillow-8.3.2.tar.gz) = 35fa2085164e550ef89d10c75963c5c9d673e8fd529343560b945eb6ac26891d
+SIZE (types-Pillow-8.3.2.tar.gz) = 20661
diff --git a/devel/py-types-Pillow/pkg-descr b/devel/py-types-Pillow/pkg-descr
new file mode 100644
index 000000000000..75473cbdca6f
--- /dev/null
+++ b/devel/py-types-Pillow/pkg-descr
@@ -0,0 +1,5 @@
+This is an auto-generated PEP 561 type stub package for Pillow
+package. It can be used by type-checking tools like mypy, PyCharm,
+pytype etc. to check code that uses Pillow.
+
+WWW: https://pypi.org/project/types-Pillow/


More information about the dev-commits-ports-main mailing list