22 lines
720 B
Makefile
22 lines
720 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/10/04 11:47:54 js Exp $
|
|
|
|
DISTNAME= PyInquirer-${PKGVERSION_NOREV}
|
|
PKGNAME= ${PYPKGPREFIX}-inquirer-1.0.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyInquirer/}
|
|
|
|
MAINTAINER= js@pkgsrc.org
|
|
HOMEPAGE= https://github.com/CITGuru/PyInquirer/
|
|
COMMENT= Collection of common interactive command line user interfaces
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=1.0.14:../../devel/py-prompt_toolkit
|
|
DEPENDS+= ${PYPKGPREFIX}-pygments>=2.2.0:../../textproc/py-pygments
|
|
DEPENDS+= ${PYPKGPREFIX}-regex>=2016.11.21:../../textproc/py-regex
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # Untested
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|