Sun Oct 4 11:47:54 2020 UTC ()
devel/py-inquirer: Fix broken PKGNAME & MASTER_SITES


(js)
diff -r1.1 -r1.2 pkgsrc/devel/py-inquirer/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-inquirer/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-inquirer/Makefile 2020/10/04 11:19:02 1.1
+++ pkgsrc/devel/py-inquirer/Makefile 2020/10/04 11:47:54 1.2
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.1 2020/10/04 11:19:02 js Exp $ 1# $NetBSD: Makefile,v 1.2 2020/10/04 11:47:54 js Exp $
2 2
3DISTNAME= PyInquirer-1.0.3 3DISTNAME= PyInquirer-${PKGVERSION_NOREV}
4PKGNAME= ${PYPKGPREFIX}-inquirer 4PKGNAME= ${PYPKGPREFIX}-inquirer-1.0.3
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=P/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyInquirer/}
7 7
8MAINTAINER= js@pkgsrc.org 8MAINTAINER= js@pkgsrc.org
9HOMEPAGE= https://github.com/CITGuru/PyInquirer/ 9HOMEPAGE= https://github.com/CITGuru/PyInquirer/
10COMMENT= Collection of common interactive command line user interfaces 10COMMENT= Collection of common interactive command line user interfaces
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=1.0.14:../../devel/py-prompt_toolkit 13DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=1.0.14:../../devel/py-prompt_toolkit
14DEPENDS+= ${PYPKGPREFIX}-pygments>=2.2.0:../../textproc/py-pygments 14DEPENDS+= ${PYPKGPREFIX}-pygments>=2.2.0:../../textproc/py-pygments
15DEPENDS+= ${PYPKGPREFIX}-regex>=2016.11.21:../../textproc/py-regex 15DEPENDS+= ${PYPKGPREFIX}-regex>=2016.11.21:../../textproc/py-regex
16 16
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none
18 18
19PYTHON_VERSIONS_INCOMPATIBLE= 27 # Untested 19PYTHON_VERSIONS_INCOMPATIBLE= 27 # Untested