python3-et_xmlfile: update source URL

This commit is contained in:
2026-01-20 18:22:52 +00:00
parent 7948cb1d03
commit 8407a82667
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxIYqXXkQNEW0PdEkIDbySEVOSPfSJAWxYY4L5YYW0ytGGr2sD4elbbDV8xIzA8fpyRdcPGA+Tj2RpiEbzL8JBgg=
SHA256 (Pkgfile) = 893a7ef497872b17d13b9633102e6f66f19a81b8ffdcda331a340be5435dc8a9
RWTTPlFarK9CxNqGL0AbqGZ69rpyYipc030T97z5IqoF/YO2dpZFnpm1AHmBa6lcVaZ8qw9K1MQv6rdBsur3A2TwlF8rPz0keAE=
SHA256 (Pkgfile) = a6db75e3dcd4cef3ee63bd42c201a97473c42e4b410f6a11f90965debd492df7
SHA256 (.footprint) = 2ca4d10f2a9782ad2c40a1ddc66b03842e03a7c88fb4c952e64d53bcb4ec53f9
SHA256 (et_xmlfile-2.0.0.tar.gz) = b710736febf4b4589805f1cc0ccea41781353fc4550466c472649f8518bed4b5
SHA256 (et_xmlfile-2.0.0.tar.gz) = dab3f4764309081ce75662649be815c4c9081e88f0837825f90fd28317d4da54

View File

@@ -6,13 +6,13 @@
name=python3-et_xmlfile
version=2.0.0
release=1
source=(https://foss.heptapod.net/openpyxl/${name#*-}/-/archive/$version/${name#*-}-$version.tar.gz)
_commit=af70d7ab1ae9d4da450eeec1fa3918940a5fafb9055e934af8d6eb0c2313
source=(https://files.pythonhosted.org/packages/d3/38/$_commit/et_xmlfile-$version.tar.gz)
build() {
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --skip-build \
--optimize=1 --prefix=/usr --root=$PKG
--optimize=1 --prefix=/usr --root="$PKG"
}