2019-07-12 20:48:23 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.31 2019/07/12 20:48:44 sthen Exp $
|
2008-06-09 18:20:36 +00:00
|
|
|
|
2016-03-20 11:18:11 +00:00
|
|
|
COMMENT= python interface to amazon web services
|
2008-06-09 18:20:36 +00:00
|
|
|
|
2018-07-12 10:03:06 +00:00
|
|
|
MODPY_EGG_VERSION= 2.49.0
|
2016-03-20 11:18:11 +00:00
|
|
|
DISTNAME= boto-${MODPY_EGG_VERSION}
|
2016-11-12 14:30:41 +00:00
|
|
|
PKGNAME= py-${DISTNAME}
|
2019-04-28 20:51:26 +00:00
|
|
|
REVISION= 0
|
2008-06-09 18:20:36 +00:00
|
|
|
|
2016-03-20 11:18:11 +00:00
|
|
|
CATEGORIES= net
|
2008-06-09 18:20:36 +00:00
|
|
|
|
2016-03-20 11:18:11 +00:00
|
|
|
HOMEPAGE= https://github.com/boto/boto
|
|
|
|
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
2008-06-09 18:20:36 +00:00
|
|
|
|
|
|
|
# MIT
|
2019-07-12 20:48:23 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2008-06-09 18:20:36 +00:00
|
|
|
|
2016-03-20 11:18:11 +00:00
|
|
|
MODULES= lang/python
|
2016-04-29 10:18:43 +00:00
|
|
|
|
2016-07-08 07:52:43 +00:00
|
|
|
MODPY_PI= Yes
|
2016-03-20 11:18:11 +00:00
|
|
|
MODPY_SETUPTOOLS= Yes
|
2008-06-09 18:20:36 +00:00
|
|
|
|
2016-11-12 14:30:41 +00:00
|
|
|
RUN_DEPENDS= security/py-paramiko${MODPY_FLAVOR} \
|
|
|
|
textproc/py-yaml${MODPY_FLAVOR} \
|
|
|
|
www/py-requests${MODPY_FLAVOR}
|
|
|
|
|
|
|
|
FLAVORS= python3
|
|
|
|
FLAVOR?=
|
2013-03-28 23:58:48 +00:00
|
|
|
|
2016-03-20 11:18:11 +00:00
|
|
|
# requires an AWS account
|
|
|
|
TEST_IS_INTERACTIVE= Yes
|
2013-03-28 23:58:48 +00:00
|
|
|
|
2008-06-09 18:20:36 +00:00
|
|
|
.include <bsd.port.mk>
|