mirror of https://git.FreeBSD.org/ports.git
21 lines
455 B
Makefile
21 lines
455 B
Makefile
PORTNAME= botocore-stubs
|
|
DISTVERSION= 1.27.22
|
|
CATEGORIES= www python devel
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Type annotations for botocore
|
|
WWW= https://github.com/youtype/mypy_boto3_builder
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.0:devel/py-typing-extensions@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|