landry 02f4c05c7d Update to buildbot/buildslave 1.0.0.
Cf https://github.com/buildbot/buildbot/releases/tag/v1.0.0:

"Despite the major version bump, Buildbot 1.0.0 does not have major
difference with the 0.9 series, 1.0.0 is rather the mark of API
stability."
2018-02-15 20:39:57 +00:00

19 lines
350 B
Makefile

# $OpenBSD: Makefile.inc,v 1.3 2018/02/15 20:39:57 landry Exp $
MODPY_EGG_VERSION ?= 1.0.0
DISTNAME ?= buildbot-${PART}-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:S/post/pl/}
CATEGORIES = devel devel/py-buildbot
HOMEPAGE ?= https://buildbot.net/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
MODPY_PI = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes