aboutsummaryrefslogtreecommitdiff
path: root/www/py-botocore-stubs/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-06-06 22:58:34 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-06-07 00:38:48 +0000
commitb702b927e881505e3ad38f225cb552a1dd01e5f8 (patch)
treea9b7e67d4cfaf646f5dc14c45c556e3ba442e2e8 /www/py-botocore-stubs/Makefile
parente93a47c4845a4353a36f2bd4e444acca5c36c5ef (diff)
downloadports-b702b927e881505e3ad38f225cb552a1dd01e5f8.tar.gz
ports-b702b927e881505e3ad38f225cb552a1dd01e5f8.zip
Diffstat (limited to 'www/py-botocore-stubs/Makefile')
-rw-r--r--www/py-botocore-stubs/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/py-botocore-stubs/Makefile b/www/py-botocore-stubs/Makefile
new file mode 100644
index 000000000000..8cef1ed7a448
--- /dev/null
+++ b/www/py-botocore-stubs/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= botocore-stubs
+DISTVERSION= 1.27.3
+CATEGORIES= www python devel
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Type annotations for botocore
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.0:devel/py-typing-extensions@${PY_FLAVOR}
+
+USES= python:3.6+
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>