kmos 89d7e06fbb Updated devel/py-atomicwrite 1.1.5 -> 1.3.0
Converted to PERMIT_PACKAGE and added MODPY_PYTEST

ok sthen@
2019-06-26 19:09:58 +00:00

26 lines
437 B
Makefile

# $OpenBSD: Makefile,v 1.3 2019/06/26 19:09:58 kmos Exp $
COMMENT = atomic file writes
MODPY_EGG_VERSION = 1.3.0
DISTNAME = atomicwrites-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = https://github.com/untitaker/python-atomicwrites
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>