# $NetBSD: Makefile,v 1.19 2024/11/11 07:28:01 wiz Exp $
DISTNAME= atomicwrites-1.4.1
PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/atomicwrites/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/untitaker/python-atomicwrites
COMMENT= Python module for atomic file writes on POSIX
LICENSE= mit
EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>