Fri Apr 21 10:34:25 2023 UTC ()
Needs bsdtar


(joerg)
diff -r1.10 -r1.11 pkgsrc/editors/py-jedi/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/editors/py-jedi/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/py-jedi/Makefile 2022/11/22 13:14:28 1.10
+++ pkgsrc/editors/py-jedi/Makefile 2023/04/21 10:34:25 1.11
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile,v 1.10 2022/11/22 13:14:28 adam Exp $ 1# $NetBSD: Makefile,v 1.11 2023/04/21 10:34:25 joerg Exp $
2 2
3DISTNAME= jedi-0.18.2 3DISTNAME= jedi-0.18.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= editors python 5CATEGORIES= editors python
6MASTER_SITES= ${MASTER_SITE_PYPI:=j/jedi/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=j/jedi/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/davidhalter/jedi 9HOMEPAGE= https://github.com/davidhalter/jedi
10COMMENT= Autocompletion tool for Python that can be used for text editors 10COMMENT= Autocompletion tool for Python that can be used for text editors
11LICENSE= mit 11LICENSE= mit
12 12
 13EXTRACT_USING= bsdtar
 14
13DEPENDS+= ${PYPKGPREFIX}-parso>=0.8.0:../../lang/py-parso 15DEPENDS+= ${PYPKGPREFIX}-parso>=0.8.0:../../lang/py-parso
14DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline 16DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
15TEST_DEPENDS+= ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama 17TEST_DEPENDS+= ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama
16TEST_DEPENDS+= ${PYPKGPREFIX}-docopt-[0-9]*:../../devel/py-docopt 18TEST_DEPENDS+= ${PYPKGPREFIX}-docopt-[0-9]*:../../devel/py-docopt
17TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 19TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
18 20
19PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-parso 21PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-parso
20 22
21USE_LANGUAGES= # none 23USE_LANGUAGES= # none
22 24
23do-test: 25do-test:
24 cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} pytest-${PYVERSSUFFIX} 26 cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} pytest-${PYVERSSUFFIX}
25 27