blob: 8bb0260171387bbf1c5bad3b5876a3debdc64e0d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= mypy-boto3-s3
DISTVERSION= 1.34.120
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI # no tests
DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Type annotations for boto3.S3 service
WWW= https://github.com/youtype/mypy_boto3_builder
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.0:devel/py-typing-extensions@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
|