8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
23 lines
736 B
Makefile
23 lines
736 B
Makefile
# $NetBSD: Makefile,v 1.3 2022/01/04 20:53:11 wiz Exp $
|
|
|
|
DISTNAME= PyInquirer-${PKGVERSION_NOREV}
|
|
PKGNAME= ${PYPKGPREFIX}-inquirer-1.0.3
|
|
PKGREVISION= 1
|
|
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"
|