6e9c24ccdc
Add test dependency and fix test target. Changes: Update README for release and add more pythons for testing Remove debug logging Add support for , as separator for fractional part Add pypy 3 into tox test config Add python 3.4 to tox tests and update doc links
21 lines
564 B
Makefile
21 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/11/13 14:43:53 wiz Exp $
|
|
|
|
DISTNAME= iso8601-0.1.11
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=i/iso8601/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/iso8601/
|
|
COMMENT= Simple Python module to parse ISO 8601 dates
|
|
LICENSE= mit
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && py.test-${PYVERSSUFFIX} --verbose iso8601
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|