Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2023 06:03:53 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 467da2633e19 - main - cad/py-pyvcd: New port: Python VCD file support
Message-ID:  <202307280603.36S63r5q065003@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=467da2633e193d0fedeba47fe0ae8249399089be

commit 467da2633e193d0fedeba47fe0ae8249399089be
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-28 06:03:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-28 06:03:50 +0000

    cad/py-pyvcd: New port: Python VCD file support
---
 cad/Makefile           |  1 +
 cad/py-pyvcd/Makefile  | 23 +++++++++++++++++++++++
 cad/py-pyvcd/distinfo  |  3 +++
 cad/py-pyvcd/pkg-descr |  2 ++
 4 files changed, 29 insertions(+)

diff --git a/cad/Makefile b/cad/Makefile
index 8654f6ccab54..33ad61a3cdd6 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -116,6 +116,7 @@
     SUBDIR += py-pyfda
     SUBDIR += py-pygmsh
     SUBDIR += py-pymtl
+    SUBDIR += py-pyvcd
     SUBDIR += py-vunit-hdl
     SUBDIR += python-gdsii
     SUBDIR += qcad
diff --git a/cad/py-pyvcd/Makefile b/cad/py-pyvcd/Makefile
new file mode 100644
index 000000000000..e6e765f2a1f1
--- /dev/null
+++ b/cad/py-pyvcd/Makefile
@@ -0,0 +1,23 @@
+PORTNAME=	pyvcd
+DISTVERSION=	0.4.0
+CATEGORIES=	cad python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Python VCD file support
+WWW=		https://pyvcd.readthedocs.io/en/latest/
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist pytest
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/cad/py-pyvcd/distinfo b/cad/py-pyvcd/distinfo
new file mode 100644
index 000000000000..f450aa89d567
--- /dev/null
+++ b/cad/py-pyvcd/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1690523824
+SHA256 (pyvcd-0.4.0.tar.gz) = 31be3f501441a9b8c5dc72660ff7b9cfef9b43b2121a23d96f586d2863270290
+SIZE (pyvcd-0.4.0.tar.gz) = 39225
diff --git a/cad/py-pyvcd/pkg-descr b/cad/py-pyvcd/pkg-descr
new file mode 100644
index 000000000000..36fb4981f2cd
--- /dev/null
+++ b/cad/py-pyvcd/pkg-descr
@@ -0,0 +1,2 @@
+The PyVCD package writes Value Change Dump (VCD) files as specified
+in IEEE 1364-2005.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307280603.36S63r5q065003>