Up to [cvs.NetBSD.org] / pkgsrc / cad / py-gdscad
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 4 20:52:36 2022 UTC (23 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.8 / (download) - annotate - [select for diffs], Mon Sep 2 13:20:05 2019 UTC (4 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 9 11:29:30 2019 UTC (4 years, 5 months ago) by nia
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Use https for pythonhosted.org.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jun 8 11:04:29 2019 UTC (4 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
cad/*: let pkglint fix indentation, variable alignment, and LOCALBASE pkglint -Wall -r -F cad Manually fixed the indentation in cad/ghdl/Makefile because SITES.* was (by the current definition) not long enough to count as an outlier line, and because of this, all other lines were aligned to that line.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 26 13:13:44 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 3 05:03:04 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
extend PYTHON_VERSIONS_ for Python 3.7
Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 30 14:49:51 2018 UTC (5 years, 8 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Correction to failure of fetch. (Py library needs tweek to GITHUB_PROJECT) Thanks joerg for the report.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Mar 17 22:39:56 2018 UTC (5 years, 8 months ago) by mef
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
(cad/py-gdscad) PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
Revision 1.1 / (download) - annotate - [select for diffs], Sat Mar 17 22:15:30 2018 UTC (5 years, 8 months ago) by mef
Branch: MAIN
cad/py-gdscad: import py27-gdsCAD-0.4.5 gdsCAD is a simple, but powerful, Python package for creating, reading, and manipulating GDSII layout files. It's suitable for scripting and interactive use. It excels particularly in generating designs with multiple incrementally adjusted objects. gdsCAD uses matplotlib to visualize everything from individual geometry primitives to the entire layout.