kmos 2ad8fc8b6e Update devel/py-entrypoints 0.2.3 -> 0.3
From Paco Esteban. Thank you very much!

OK sthen@
2019-08-13 23:14:46 +00:00

28 lines
508 B
Makefile

# $OpenBSD: Makefile,v 1.8 2019/08/13 23:14:46 kmos Exp $
COMMENT = discover and load entry points from installed packages
MODPY_EGG_VERSION = 0.3
DISTNAME = entrypoints-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = https://github.com/takluyver/entrypoints
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYTEST = Yes
FLAVORS = python3
FLAVOR ?=
.if !${FLAVOR:Mpython3}
RUN_DEPENDS += devel/py-configparser
.endif
.include <bsd.port.mk>