26 lines
437 B
Makefile
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>
|