Thu May 24 06:42:47 2018 UTC ()
py-atomicwrites: fix CATEGORIES; updated HOMEPAGE; use TEST_DEPENDS


(adam)
diff -r1.8 -r1.9 pkgsrc/devel/py-atomicwrites/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/devel/py-atomicwrites/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-atomicwrites/Makefile 2016/08/22 14:08:43 1.8
+++ pkgsrc/devel/py-atomicwrites/Makefile 2018/05/24 06:42:47 1.9
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.8 2016/08/22 14:08:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2018/05/24 06:42:47 adam Exp $
2 2
3DISTNAME= atomicwrites-1.1.5 3DISTNAME= atomicwrites-1.1.5
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= time 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/atomicwrites/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/atomicwrites/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/atomicwrites/ 9HOMEPAGE= https://github.com/untitaker/python-atomicwrites
10COMMENT= Python module for atomic file writes on POSIX 10COMMENT= Python module for atomic file writes on POSIX
11LICENSE= mit 11LICENSE= mit
12 12
13# TEST_DEPENDS 13TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
14BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 
15 14
16EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps 15EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps
17 16
18USE_LANGUAGES= # none 17USE_LANGUAGES= # none
19 18
20do-test: 19do-test:
21 cd ${WRKSRC} && ${PYTHONBIN} -m pytest tests 20 cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
22 21
23.include "../../lang/python/egg.mk" 22.include "../../lang/python/egg.mk"
24.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"