Sun Nov 26 16:56:06 2017 UTC ()
Removed unused lines


(adam)
diff -r1.2 -r1.3 pkgsrc/devel/py-test-timeout/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-test-timeout/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test-timeout/Makefile 2017/11/06 13:35:03 1.2
+++ pkgsrc/devel/py-test-timeout/Makefile 2017/11/26 16:56:06 1.3
@@ -1,24 +1,18 @@ @@ -1,24 +1,18 @@
1# $NetBSD: Makefile,v 1.2 2017/11/06 13:35:03 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2017/11/26 16:56:06 adam Exp $
2 2
3DISTNAME= pytest-timeout-1.2.0 3DISTNAME= pytest-timeout-1.2.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-timeout/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-timeout/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://bitbucket.org/pytest-dev/pytest-timeout/ 9HOMEPAGE= https://bitbucket.org/pytest-dev/pytest-timeout/
10COMMENT= Py.test plugin to abort hanging tests 10COMMENT= Py.test plugin to abort hanging tests
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-test>=2.8.0:../../devel/py-test 13DEPENDS+= ${PYPKGPREFIX}-test>=2.8.0:../../devel/py-test
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16
17#post-install: 
18# cd ${DESTDIR}${PREFIX}/bin && \ 
19# ${MV} py.test py.test-${PYVERSSUFFIX} && \ 
20# ${MV} pytest pytest-${PYVERSSUFFIX} || ${TRUE} 
21 
22.include "../../lang/python/application.mk" 
23.include "../../lang/python/egg.mk" 17.include "../../lang/python/egg.mk"
24.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"