cad/py-pymtl: New port: Python-based hardware generation, simulation, verification framework

This commit is contained in:
Yuri Victorovich 2021-12-26 18:30:48 -08:00
parent 584731c11e
commit 0f5b6cdfcf
4 changed files with 33 additions and 0 deletions

View file

@ -104,6 +104,7 @@
SUBDIR += py-ocp
SUBDIR += py-phidl
SUBDIR += py-pyfda
SUBDIR += py-pymtl
SUBDIR += python-gdsii
SUBDIR += qcad
SUBDIR += qcsxcad

25
cad/py-pymtl/Makefile Normal file
View file

@ -0,0 +1,25 @@
PORTNAME= pymtl
DISTVERSION= 3.1.6
CATEGORIES= cad python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= ${PORTVERSION:R:R}
DISTNAME= ${PORTNAME}${PORTVERSION:R:R}-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python-based hardware generation, simulation, verification framework
LICENSE= BSD3CLAUSE
RUN_DEPENDS= \
${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}greenlet>0:devel/py-greenlet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

3
cad/py-pymtl/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1640560195
SHA256 (pymtl3-3.1.6.tar.gz) = 3359716e9641f4cd48c92c5e5a60ba4e3b1c5b7c360200fc5283884071aa8824
SIZE (pymtl3-3.1.6.tar.gz) = 348155

4
cad/py-pymtl/pkg-descr Normal file
View file

@ -0,0 +1,4 @@
Pymtl 3 (Mamba) is an open-source Python-based hardware generation, simulation,
and verification framework.
WWW: https://github.com/pymtl/pymtl3