pkgsrc/time/py-arrow/Makefile
wiz 42e32098a1 Switch py-dateutils to plain DEPENDS.
It supports both python 2 and 3 nowadays.
2017-02-20 17:00:35 +00:00

18 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.3 2017/02/20 17:00:37 wiz Exp $
DISTNAME= arrow-0.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python time
MASTER_SITES= ${MASTER_SITE_PYPI:=a/arrow/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://crsmithdev.com/arrow/
COMMENT= Better dates and times for Python
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"