pkgsrc/time/py-monotonic/Makefile
adam 6b466e36cd py-monotonic: updated to 1.6
1.6:
Fix order for converting mach absolute time
2021-11-23 21:13:37 +00:00

16 lines
431 B
Makefile

# $NetBSD: Makefile,v 1.3 2021/11/23 21:13:37 adam Exp $
DISTNAME= monotonic-1.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/monotonic/}
MAINTAINER= triaxx@NetBSD.org
HOMEPAGE= https://github.com/atdt/monotonic
COMMENT= Implementation of time.monotonic() for Python
LICENSE= apache-2.0
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"