pkgsrc/cad/py-PyRTL/Makefile
wiz 8a9cb53cf6 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:52:30 +00:00

27 lines
755 B
Makefile

# $NetBSD: Makefile,v 1.5 2022/01/04 20:52:35 wiz Exp $
DISTNAME= pyrtl-${PKGVERSION_NOREV}
PKGNAME= ${PYPKGPREFIX}-PyRTL-0.10.1
PKGREVISION= 1
CATEGORIES= cad python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyrtl/}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://ucsbarchlab.github.io/PyRTL/
COMMENT= Register-transfer-level hardware design and simulation
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
# 'make test' fails with 2 arithmetic FAILs.
TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
USE_LANGUAGES= c # for test
EGG_NAME= ${DISTNAME:tl}
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"