7d0234e38e
The snaptime package is about transforming timestamps simply.
16 lines
433 B
Makefile
16 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/03/21 11:21:54 adam Exp $
|
|
|
|
DISTNAME= snaptime-0.2.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/snaptime/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/zartstrom/snaptime
|
|
COMMENT= Transform timestamps with a simple DSL
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|