From 3753ce3b7f2dc0cc53df4e41560a797cf0a2c9ea Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 16 Aug 2021 17:49:11 +0300 Subject: 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(+) create mode 100644 devel/py-types-Pillow/Makefile create mode 100644 devel/py-types-Pillow/distinfo create mode 100644 devel/py-types-Pillow/pkg-descr 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@FreeBSD.org +COMMENT= Typing stubs for Pillow + +LICENSE= APACHE20 + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include 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/ -- cgit v1.2.3