pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cad/py-gdstk



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Feb 23 09:39:17 UTC 2024

Modified Files:
        pkgsrc/cad/py-gdstk: Makefile PLIST distinfo

Log Message:
(cad/py-gdstk) Updated 0.9.42 to 0.9.50

## 0.9.50 - 2024-02-07
### Added
- `Polygon.perimeter`.

## 0.9.49 - 2023-12-29
### Fixed
- Type annotation for `Cell.write_svg`.

## 0.9.48 - 2023-12-21
### Changed
- `Cell.dependencies` accepts keyword arguments.

### Fixed
- Fracturing polygons with few points is more robust.
- Compilation improvements.

## 0.9.45 - 2023-10-12
### Changed
- Use Qhull as an external dependecy instead of installing it
  ourselves to avoid conflicts.

## 0.9.43 - 2023-10-08
### Added
- `Library.remap` and `Cell.remap` to remap layer and data/text types
- Add typing stub
- Add deepcopy support

### Changed
- Raise an error if not both layer and datatype are specified in
  `Cell.get_polygons` and `Reference.get_polygons`.
- Correct ordering of path ends in `Library::read_oas()`

### Fixed
- Sort `Slice` Positions When converting from python because the
  internal implementation expects the coordinates to be sorted


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/cad/py-gdstk/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/cad/py-gdstk/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/cad/py-gdstk/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/py-gdstk/Makefile
diff -u pkgsrc/cad/py-gdstk/Makefile:1.11 pkgsrc/cad/py-gdstk/Makefile:1.12
--- pkgsrc/cad/py-gdstk/Makefile:1.11   Tue Aug  1 23:20:38 2023
+++ pkgsrc/cad/py-gdstk/Makefile        Fri Feb 23 09:39:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/08/01 23:20:38 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/02/23 09:39:17 mef Exp $
 
-VERSION=       0.9.42
+VERSION=       0.9.50
 GITHUB_TAG=    v${VERSION}
 DISTNAME=      gdstk-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -21,5 +21,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 38
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../math/py-numpy/buildlink3.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
+.include "../../math/qhull/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/cad/py-gdstk/PLIST
diff -u pkgsrc/cad/py-gdstk/PLIST:1.2 pkgsrc/cad/py-gdstk/PLIST:1.3
--- pkgsrc/cad/py-gdstk/PLIST:1.2       Sun Jun  4 07:49:05 2023
+++ pkgsrc/cad/py-gdstk/PLIST   Fri Feb 23 09:39:17 2024
@@ -1,39 +1,13 @@
-@comment $NetBSD: PLIST,v 1.2 2023/06/04 07:49:05 mef Exp $
-${PYSITELIB}/clipperlib/clipper.cpp
-${PYSITELIB}/clipperlib/clipper.hpp
+@comment $NetBSD: PLIST,v 1.3 2024/02/23 09:39:17 mef Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/gdstk.so
-${PYSITELIB}/libqhull_r/COPYING.txt
-${PYSITELIB}/libqhull_r/geom2_r.c
-${PYSITELIB}/libqhull_r/geom_r.c
-${PYSITELIB}/libqhull_r/geom_r.h
-${PYSITELIB}/libqhull_r/global_r.c
-${PYSITELIB}/libqhull_r/io_r.c
-${PYSITELIB}/libqhull_r/io_r.h
-${PYSITELIB}/libqhull_r/libqhull_r.c
-${PYSITELIB}/libqhull_r/libqhull_r.h
-${PYSITELIB}/libqhull_r/mem_r.c
-${PYSITELIB}/libqhull_r/mem_r.h
-${PYSITELIB}/libqhull_r/merge_r.c
-${PYSITELIB}/libqhull_r/merge_r.h
-${PYSITELIB}/libqhull_r/poly2_r.c
-${PYSITELIB}/libqhull_r/poly_r.c
-${PYSITELIB}/libqhull_r/poly_r.h
-${PYSITELIB}/libqhull_r/qhull_ra.h
-${PYSITELIB}/libqhull_r/qset_r.c
-${PYSITELIB}/libqhull_r/qset_r.h
-${PYSITELIB}/libqhull_r/random_r.c
-${PYSITELIB}/libqhull_r/random_r.h
-${PYSITELIB}/libqhull_r/rboxlib_r.c
-${PYSITELIB}/libqhull_r/stat_r.c
-${PYSITELIB}/libqhull_r/stat_r.h
-${PYSITELIB}/libqhull_r/user_r.c
-${PYSITELIB}/libqhull_r/user_r.h
-${PYSITELIB}/libqhull_r/usermem_r.c
-${PYSITELIB}/libqhull_r/userprintf_r.c
-${PYSITELIB}/libqhull_r/userprintf_rbox_r.c
+${PYSITELIB}/gdstk/__init__.py
+${PYSITELIB}/gdstk/__init__.pyc
+${PYSITELIB}/gdstk/__init__.pyo
+${PYSITELIB}/gdstk/gdstk.pyi
+${PYSITELIB}/gdstk/gdstk.so
+${PYSITELIB}/gdstk/py.typed

Index: pkgsrc/cad/py-gdstk/distinfo
diff -u pkgsrc/cad/py-gdstk/distinfo:1.8 pkgsrc/cad/py-gdstk/distinfo:1.9
--- pkgsrc/cad/py-gdstk/distinfo:1.8    Fri Jun 16 22:46:24 2023
+++ pkgsrc/cad/py-gdstk/distinfo        Fri Feb 23 09:39:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/06/16 22:46:24 mef Exp $
+$NetBSD: distinfo,v 1.9 2024/02/23 09:39:17 mef Exp $
 
-BLAKE2s (gdstk-0.9.42.tar.gz) = 123e1affbd98e9426b75648c2d1f466a0f1f9bc21d56998c9b495c164b976f2d
-SHA512 (gdstk-0.9.42.tar.gz) = 4b88dcc22d916f76cb2cfa0f94d2747df921f08d68c7257c9df62da60783d65b24a81482c0cc5a8927fc23781d4be77df5e4cac29d756f14343d16400bc2e2eb
-Size (gdstk-0.9.42.tar.gz) = 629280 bytes
+BLAKE2s (gdstk-0.9.50.tar.gz) = e1870183785bdd3384ee1524a53855d5bec849ac2325105548cfc39513026204
+SHA512 (gdstk-0.9.50.tar.gz) = 57f8b7ab3a485c05e74e8953e05e914d6bffcaaca1566ddc2b9a405605c6cec45111a3274dc9fcb7efc10fbbb52a3b302cd4583b2ca8fae4c638e204e0570871
+Size (gdstk-0.9.50.tar.gz) = 363258 bytes



Home | Main Index | Thread Index | Old Index