aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-16 14:49:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-16 14:49:11 +0000
commit3753ce3b7f2dc0cc53df4e41560a797cf0a2c9ea (patch)
tree1a44553e4a3b43397ac365d9e5602b706a25ff1f
parent99c93b933612570e20b0ad2057d6350bfa410e72 (diff)
downloadports-3753ce3b7f2dc0cc53df4e41560a797cf0a2c9ea.tar.gz
ports-3753ce3b7f2dc0cc53df4e41560a797cf0a2c9ea.zip
devel/py-types-Pillow: new port: Typing stubs for Pillow
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-types-Pillow/Makefile16
-rw-r--r--devel/py-types-Pillow/distinfo3
-rw-r--r--devel/py-types-Pillow/pkg-descr5
4 files changed, 25 insertions, 0 deletions
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 <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/