George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-solidpython
Commits:
e4a494d5 by George Rawlinson at 2026-03-02T21:18:50+00:00
reuse: simplify conf
- - - - -
a5436f60 by George Rawlinson at 2026-03-02T21:23:04+00:00
upgpkg: 1.1.3-8
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-solidpython
pkgdesc = Python frontend for solid modelling that compiles to OpenSCAD
pkgver = 1.1.3
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/SolidCode/SolidPython
arch = any
license = LGPL-2.1-or-later
@@ -10,11 +10,11 @@ pkgbase = python-solidpython
makedepends = python-installer
makedepends = python-poetry-core
makedepends = python-wheel
+ depends = python
depends = python-euclid3
depends = python-prettytable
depends = python-ply
depends = python-pypng
- depends = python-setuptools
source =
python-solidpython::git+https://github.com/SolidCode/SolidPython#commit=0a4f539c31a25df52a42bab2ceeffafd45596f73
sha512sums =
b497f28ef0ffc687de33577dcb3e67c5b530ee81ea1c7debe5d262e95d0dd560dd32e295bfe2d9e99c585b5a13cc782b2ff3fa6bac4bb859f46cc8676a217051
b2sums =
2d37e23c33ae98f3572ba61f817c531cc80d5235868ce6d1484ec2819a14f4d9b231c1fed066aec5da3662bb51ea5d6cc46267debcc9dfbdddff64f523a59d2a
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-solidpython
pkgver=1.1.3
-pkgrel=7
+pkgrel=8
# missing tag for 1.1.3: https://github.com/SolidCode/SolidPython/issues/202
_commit=0a4f539c31a25df52a42bab2ceeffafd45596f73
pkgdesc='Python frontend for solid modelling that compiles to OpenSCAD'
@@ -11,11 +11,11 @@ arch=(any)
url='https://github.com/SolidCode/SolidPython'
license=(LGPL-2.1-or-later)
depends=(
+ python
python-euclid3
python-prettytable
python-ply
python-pypng
- python-setuptools
)
makedepends=(
git
=====================================
REUSE.toml
=====================================
@@ -3,8 +3,6 @@ version = 1
[[annotations]]
path = [
"PKGBUILD",
- "README.md",
- "keys/**",
".SRCINFO",
".nvchecker.toml",
]
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-solidpython/-/compare/16c7cd04833afa23878d56ddde05da66f2cb88d4...a5436f60f3b5815de9367ddeac6398ab383cb7be
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-solidpython/-/compare/16c7cd04833afa23878d56ddde05da66f2cb88d4...a5436f60f3b5815de9367ddeac6398ab383cb7be
You're receiving this email because of your account on gitlab.archlinux.org.