mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
24 lines
570 B
Makefile
24 lines
570 B
Makefile
PORTROACH= limit:^1
|
|
|
|
COMMENT= universal command line environment for AWS
|
|
|
|
MODPY_DISTV= 1.45.29
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
# !!! check setup.py for exact dependencies version
|
|
RUN_DEPENDS += devel/py-colorama>=0.2.5,<0.4.7
|
|
RUN_DEPENDS += net/py-botocore=1.43.${MODPY_DISTV:E}
|
|
RUN_DEPENDS += net/py-s3transfer>=0.18.0,<0.19.0
|
|
RUN_DEPENDS += textproc/py-yaml>=3.10,<6.1
|
|
RUN_DEPENDS += security/py-rsa>=3.1.2,<4.8
|
|
|
|
.include <bsd.port.mk>
|