Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-gdstk
Commits:
10a4a0b0 by Felix Yan at 2026-05-14T17:40:13+08:00
upgpkg: 1.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-gdstk
pkgdesc = Python module for creating GDSII stream files, usually CAD
layouts
- pkgver = 0.9.62
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/heitzmann/gdstk
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = python-gdstk
makedepends = cmake
depends = python-numpy
depends = qhull
- source = git+https://github.com/heitzmann/gdstk.git#tag=v0.9.62
- sha512sums =
e2cf063e3bfbdcad87ef240153b447f0e3e143ed7d17f8f9daacc4534192b6e87e67a3735e6fffa87033a4d6a920e026a0e0aadd731596a1f2b3eaf7e793748f
+ source = git+https://github.com/heitzmann/gdstk.git#tag=v1.0.0
+ sha512sums =
4613db2be8301f83ca50bd0991850d21baea5e7e7d7feb05c03095d905651ce34f5ed4656f2b8462ef1e72c444ffd11106230fc2a6d7d7b89adff78c96c7ab8f
pkgname = python-gdstk
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-gdstk
-pkgver=0.9.62
+pkgver=1.0.0
pkgrel=1
pkgdesc="Python module for creating GDSII stream files, usually CAD layouts"
url="https://github.com/heitzmann/gdstk"
@@ -11,7 +11,7 @@ depends=('python-numpy' 'qhull')
makedepends=('git' 'python-build' 'python-installer' 'python-wheel'
'python-scikit-build-core' 'cmake')
checkdepends=('python-pytest')
source=("git+https://github.com/heitzmann/gdstk.git#tag=v$pkgver")
-sha512sums=('e2cf063e3bfbdcad87ef240153b447f0e3e143ed7d17f8f9daacc4534192b6e87e67a3735e6fffa87033a4d6a920e026a0e0aadd731596a1f2b3eaf7e793748f')
+sha512sums=('4613db2be8301f83ca50bd0991850d21baea5e7e7d7feb05c03095d905651ce34f5ed4656f2b8462ef1e72c444ffd11106230fc2a6d7d7b89adff78c96c7ab8f')
build() {
cd gdstk
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gdstk/-/commit/10a4a0b0450864bd03a11f3ebe139c18d978898a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gdstk/-/commit/10a4a0b0450864bd03a11f3ebe139c18d978898a
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help