mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
27 lines
457 B
Makefile
27 lines
457 B
Makefile
COMMENT = library for the docker engine API
|
|
|
|
MODPY_DISTV = 7.1.0
|
|
DISTNAME = docker-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = hatch-vcs
|
|
|
|
RUN_DEPENDS = www/py-requests
|
|
|
|
TEST_DEPENDS = devel/py-coverage \
|
|
devel/py-test-cov \
|
|
devel/py-test-timeout
|
|
|
|
.include <bsd.port.mk>
|