da754cd491
Bugfix release.
18 lines
503 B
Makefile
18 lines
503 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/02/21 10:42:26 wiz Exp $
|
|
|
|
DISTNAME= atomicwrites-0.1.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/atomicwrites/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/atomicwrites/
|
|
COMMENT= Python module for atomic file writes on POSIX
|
|
LICENSE= mit
|
|
|
|
EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|