python-pystitch
LOW
maintainer gyscos
0 votes
scanned 2026-09-16 17:23:26.193762
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
pkgname=python-pystitch
2
pkgver=1.0.1
3
pkgrel=1
4
pkgdesc="Pure Python library for the reading and writing of embroidery files"
5
arch=('any')
6
url="https://inkstitch.org/"
7
license=('MIT')
8
depends=('python' 'python-inkex')
9
provides=('pystitch')
10
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
11
source=("https://files.pythonhosted.org/packages/source/p/pystitch/pystitch-${pkgver}.tar.gz")
12
b2sums=('726e3fbcbd206de7449f2b179cfacd5020071cb51f78f0aec7889eded3f6b4ecc7193fc5725b86bfc3f286096c529f9bc0dab5af00cc72264b3daa01fe2caa58')
13
14
build() {
15
cd "pystitch-${pkgver}"
16
python -m build --wheel --no-isolation
17
}
18
19
package() {
20
cd "pystitch-${pkgver}"
21
python -m installer --destdir="$pkgdir" dist/*.whl
22
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-pystitch/LICENSE"
23
}
Changes since previous scan
--- PKGBUILD @ 2026-08-17 23:38+++ PKGBUILD @ 2026-09-16 17:23@@ -1,53 +1,23 @@-pkgbase=inkstitch-pkgname=('python-pystitch' 'inkstitch')-pkgver=3.3.0-pkgrel=2+pkgname=python-pystitch+pkgver=1.0.1+pkgrel=1+pkgdesc="Pure Python library for the reading and writing of embroidery files" arch=('any') url="https://inkstitch.org/"-_pystitchver=1.0.1-makedepends=('gettext' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')-source=(- "https://github.com/inkstitch/inkstitch/archive/refs/tags/v${pkgver}.tar.gz"- "https://files.pythonhosted.org/packages/source/p/pystitch/pystitch-${_pystitchver}.tar.gz"-)-b2sums=(- '02a5696d39333684ccc5dbf7311338e0f0aa540df66e4eec57c1524f782067ae1faef912fe90e6af847f38bdc3ff1105853a456bc5b29b6e4f2caa72352db7ef'- '726e3fbcbd206de7449f2b179cfacd5020071cb51f78f0aec7889eded3f6b4ecc7193fc5725b86bfc3f286096c529f9bc0dab5af00cc72264b3daa01fe2caa58'-)+license=('MIT')+depends=('python' 'python-inkex')+provides=('pystitch')+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')+source=("https://files.pythonhosted.org/packages/source/p/pystitch/pystitch-${pkgver}.tar.gz")+b2sums=('726e3fbcbd206de7449f2b179cfacd5020071cb51f78f0aec7889eded3f6b4ecc7193fc5725b86bfc3f286096c529f9bc0dab5af00cc72264b3daa01fe2caa58') build() {- cd "pystitch-${_pystitchver}"+ cd "pystitch-${pkgver}" python -m build --wheel --no-isolation-- cd "$srcdir/inkstitch-${pkgver}"- GITHUB_REF="refs/tags/v${pkgver}" PYTHONPATH="$srcdir/pystitch-${_pystitchver}/src${PYTHONPATH:+:$PYTHONPATH}" \- make PYTHON_EXECUTABLE=python inx } -package_python-pystitch() {- pkgdesc="Pure Python library for the reading and writing of embroidery files"- license=('MIT')- depends=('python')- provides=('pystitch')-- cd "pystitch-${_pystitchver}"+package() {+ cd "pystitch-${pkgver}" python -m installer --destdir="$pkgdir" dist/*.whl install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-pystitch/LICENSE" }--package_inkstitch() {- pkgdesc="An open source machine embroidery design platform based on Inkscape"- license=('GPL-3.0-or-later')- depends=('inkscape' 'python-colormath2' 'python-diskcache' 'python-flask'- 'python-fonttools' 'python-jinja' 'python-lxml' 'python-networkx'- 'python-numpy' 'python-platformdirs' 'python-pystitch' 'python-shapely'- 'python-trimesh' 'python-wxpython')-- cd "$srcdir/inkstitch-${pkgver}"- install -dm755 "$pkgdir/usr/share/inkscape/extensions/inkstitch"- cp -a inkstitch.py lib addons dbus fonts icons locales palettes symbols tiles \- print inx VERSION LICENSE "$pkgdir/usr/share/inkscape/extensions/inkstitch/"- find "$pkgdir/usr/share/inkscape/extensions/inkstitch" -name '__pycache__' -type d -prune -exec rm -rf {} \;- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/inkstitch/LICENSE"-}-Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-16 17:23:26 | Low | 1 |
| 2026-08-17 23:38:16 | Clean | 0 |
| 2026-08-12 15:24:23 | Clean | 0 |