pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-amaranth
Module Name: pkgsrc
Committed By: adam
Date: Mon Sep 16 09:24:06 UTC 2024
Modified Files:
pkgsrc/devel/py-amaranth: Makefile distinfo
Log Message:
py-amaranth: updated to 0.5.2
0.5.2
vendor._gowin: fix clock name quotes for Gowin IDE
Gowin IDE seems unhappy with quotes in clock signal names. For instance,
with the following SDC:
create_clock -name "clk50_0__io" -period 20.0 [get_ports
{clk50_0__io}]
Gowin IDE will complain with the following error message:
ERROR (TA2000) : "top.sdc":2 | 'syntax error' near token '-period'
Changing quotes with curly braces fixes the issue.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-amaranth/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-amaranth/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-amaranth/Makefile
diff -u pkgsrc/devel/py-amaranth/Makefile:1.2 pkgsrc/devel/py-amaranth/Makefile:1.3
--- pkgsrc/devel/py-amaranth/Makefile:1.2 Tue Aug 13 19:47:30 2024
+++ pkgsrc/devel/py-amaranth/Makefile Mon Sep 16 09:24:06 2024
@@ -1,25 +1,26 @@
-# $NetBSD: Makefile,v 1.2 2024/08/13 19:47:30 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/09/16 09:24:06 adam Exp $
-DISTNAME= amaranth-0.5.1
+DISTNAME= amaranth-0.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/amaranth/}
MAINTAINER= js%NetBSD.org@localhost
-HOMEPAGE= https://pypi.org/project/amaranth/
+HOMEPAGE= https://github.com/amaranth-lang/amaranth
COMMENT= Toolchain for developing hardware based on synchronous digital logic
LICENSE= 2-clause-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend-[0-9]*:../../devel/py-pdm_backend
-DEPENDS+= ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources
-DEPENDS+= ${PYPKGPREFIX}-jschon>=0.11<0.12:../../textproc/py-jschon
-DEPENDS+= ${PYPKGPREFIX}-pyvcd>=0.2<0.5:../../devel/py-pyvcd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend>=2.3.0:../../devel/py-pdm_backend
DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.0:../../textproc/py-jinja2
-BUILD_DEPENDS+= ${PYPKGPREFIX}-pdm>=2.3.0<3.0:../../devel/py-pdm
+DEPENDS+= ${PYPKGPREFIX}-jschon>=0.11.1:../../textproc/py-jschon
+DEPENDS+= ${PYPKGPREFIX}-pyvcd>=0.2.2:../../devel/py-pyvcd
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 309
+DEPENDS+= ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources
+.endif
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-amaranth/distinfo
diff -u pkgsrc/devel/py-amaranth/distinfo:1.1 pkgsrc/devel/py-amaranth/distinfo:1.2
--- pkgsrc/devel/py-amaranth/distinfo:1.1 Sat Aug 10 10:56:56 2024
+++ pkgsrc/devel/py-amaranth/distinfo Mon Sep 16 09:24:06 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/08/10 10:56:56 js Exp $
+$NetBSD: distinfo,v 1.2 2024/09/16 09:24:06 adam Exp $
-BLAKE2s (amaranth-0.5.1.tar.gz) = 668e8b9987d2dba365a59af45508bd52beff550a4f2d6bd93ec702838a32e13f
-SHA512 (amaranth-0.5.1.tar.gz) = e14f0f8b56758d892e10da64109497e1c63b87a6dd2e98f39fb9ae52bbcdc41561001a42ef4c56e7c9566ae91cf98582dcc043249bf8b94bbd860993c157b413
-Size (amaranth-0.5.1.tar.gz) = 224953 bytes
+BLAKE2s (amaranth-0.5.2.tar.gz) = 17739d67326b01fa1908dbfaefd6b61cf83aead173d42e9b87bdbd75c833be7b
+SHA512 (amaranth-0.5.2.tar.gz) = cf18101b0fab47b5de175e5721c99039c9047896d6d6c7f2742ee4340f06bcd33750e421257d23218b5cd7edbce596b6c651c512f49a2e5295a177e6afec216e
+Size (amaranth-0.5.2.tar.gz) = 225413 bytes
Home |
Main Index |
Thread Index |
Old Index