9483f561ba
0.14.5 - [NEW] Added Afrikaans locale. - [CHANGE] Removed deprecated replace shift functionality. - [FIX] Fixed bug that occurred when factory.get() was passed a locale kwarg.
24 lines
737 B
Makefile
24 lines
737 B
Makefile
# $NetBSD: Makefile,v 1.12 2019/08/26 10:38:11 adam Exp $
|
|
|
|
DISTNAME= arrow-0.14.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/arrow/}
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= https://github.com/crsmithdev/arrow
|
|
COMMENT= Better dates and times for Python
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-chai-[0-9]*:../../devel/py-chai
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.if ${_PYTHON_VERSION} == 27
|
|
DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache>=1.2.1:../../devel/py-backports.functools_lru_cache
|
|
.endif
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|