Move to python3 FLAVOR instead of MODPY_DEFAULT_VERSION_3 since it's

module.
This commit is contained in:
ajacoutot 2020-04-21 15:49:35 +00:00
parent 568d3e6840
commit 7805838052

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2020/01/16 09:49:31 gonzalo Exp $
# $OpenBSD: Makefile,v 1.6 2020/04/21 15:49:35 ajacoutot Exp $
COMMENT = pure Python Multicast DNS Service Discovery Library
MODPY_EGG_VERSION = 0.24.4
DISTNAME = zeroconf-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = net
@ -17,7 +18,9 @@ MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
FLAVORS ?= python3
FLAVOR= python3
RUN_DEPENDS = net/py-ifaddr${MODPY_FLAVOR}