bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
19 lines
505 B
Makefile
19 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.10 2022/01/04 20:53:37 wiz Exp $
|
|
|
|
DISTNAME= rply-0.7.8
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rply/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/alex/rply
|
|
COMMENT= Pure Python Lex/Yacc that works with RPython
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|