we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk.
27 lines
493 B
Makefile
27 lines
493 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:44 sthen Exp $
|
|
|
|
COMMENT = Python client for Arista eAPI
|
|
|
|
MODPY_EGG_VERSION = 0.8.2
|
|
DISTNAME = pyeapi-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME:S/py//}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/python
|
|
FLAVORS = python3
|
|
FLAVOR ?=
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
RUN_DEPENDS = net/py-netaddr${MODPY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|