mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
8ce675bbbc
already done for various other awscliv2 dependencies. (this one doesn't make much sense anyway, clib is not used directly, only via ruamel.yaml). build failure reported by aja.
38 lines
835 B
Makefile
38 lines
835 B
Makefile
COMMENT = universal command line environment v2 for AWS
|
|
|
|
MODPY_DISTV = 2.28.4
|
|
REVISION = 0
|
|
|
|
GH_ACCOUNT = aws
|
|
GH_PROJECT = aws-cli
|
|
GH_TAGNAME = ${MODPY_DISTV}
|
|
|
|
MAINTAINER = Joel Knight <knight.joel@gmail.com>
|
|
|
|
MODPY_PYBUILD = flit_core
|
|
|
|
RUN_DEPENDS += devel/py-awscrt>=0.27.5 \
|
|
devel/py-colorama \
|
|
devel/py-dateutil \
|
|
devel/py-jmespath \
|
|
devel/py-prompt_toolkit \
|
|
devel/py-zipp \
|
|
security/py-cryptography \
|
|
sysutils/py-distro \
|
|
textproc/py-ruamel.yaml \
|
|
textproc/py-ruamel.yaml.clib \
|
|
www/py-urllib3
|
|
|
|
BUILD_DEPENDS = devel/py-awscrt>=0.27.5 \
|
|
devel/py-colorama \
|
|
devel/py-dateutil \
|
|
textproc/py-docutils \
|
|
sysutils/py-distro \
|
|
devel/py-jmespath \
|
|
devel/py-prompt_toolkit \
|
|
textproc/py-ruamel.yaml \
|
|
textproc/py-ruamel.yaml.clib \
|
|
www/py-urllib3
|
|
|
|
.include <bsd.port.mk>
|