python3-xlrd: updated to version 2.0.2
This commit is contained in:
@@ -4,10 +4,10 @@ drwxr-xr-x root/root usr/bin/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/python3.12/
|
||||
drwxr-xr-x root/root usr/lib/python3.12/site-packages/
|
||||
drwxr-xr-x root/root usr/lib/python3.12/site-packages/xlrd-2.0.1.dist-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/xlrd-2.0.1.dist-info/RECORD
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/xlrd-2.0.1.dist-info/WHEEL
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/xlrd-2.0.1.dist-info/top_level.txt
|
||||
drwxr-xr-x root/root usr/lib/python3.12/site-packages/xlrd-2.0.2.dist-info/
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/xlrd-2.0.2.dist-info/METADATA
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/xlrd-2.0.2.dist-info/WHEEL
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/xlrd-2.0.2.dist-info/top_level.txt
|
||||
drwxr-xr-x root/root usr/lib/python3.12/site-packages/xlrd/
|
||||
-rw-r--r-- root/root usr/lib/python3.12/site-packages/xlrd/__init__.py
|
||||
drwxr-xr-x root/root usr/lib/python3.12/site-packages/xlrd/__pycache__/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/jmq.pub
|
||||
RWTTPlFarK9CxM4CjqN5SaJTXWGnZet9/9+MytglwkWfSALCypD5hXvBIOE7+t7QbEwOujlKruAihXbaT70zrcVZfYzGS9aZOgU=
|
||||
SHA256 (Pkgfile) = e061ce5c6a338eb806249319ca9f63843222d6ceeb7fea20b03e35e5fbdfea75
|
||||
SHA256 (.footprint) = 868b3576916b6066566ad28107ea80f9e642d8aac277b1aa744f0269c38dbbc5
|
||||
SHA256 (python3-xlrd-2.0.1.tar.gz) = eb56c9d63059e18784cc172c0f2a2af738117e3397cc4f70aea60d6677832935
|
||||
RWTTPlFarK9CxFqzhm8hItipZ1MmuFUQRpGTiI1GjpDzabFOIbSmOkhhEogQddUz16zffJRs9S4p+IF3FABDaBDCss8XvBW9Kwk=
|
||||
SHA256 (Pkgfile) = 8125391ec54b87ffc02d6fb1f8447e91b0d76e0721b4eac536e1ff8749939b9b
|
||||
SHA256 (.footprint) = b5f6ada17166be49cfdf6863343047010dd882d7ee222c48ca9a12d4c4b3eef3
|
||||
SHA256 (xlrd-2.0.2.tar.gz) = 08b5e25de58f21ce71dc7db3b3b8106c1fa776f3024c54e45b45b374e89234c9
|
||||
|
||||
@@ -4,16 +4,16 @@
|
||||
# Depends on: python3-build
|
||||
|
||||
name=python3-xlrd
|
||||
version=2.0.1
|
||||
version=2.0.2
|
||||
release=1
|
||||
source=(https://github.com/python-excel/${name#*-}/archive/refs/tags/$version.tar.gz)
|
||||
renames=($name-$version.tar.gz)
|
||||
_commit=377161c2d3538d1990d7af382c79f3b2372e880b65de21b01b1a2b78691e
|
||||
source=(https://files.pythonhosted.org/packages/07/5a/$_commit/xlrd-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd ${name#*-}-$version
|
||||
cd xlrd-$version
|
||||
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
||||
|
||||
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
||||
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir="$PKG" dist/*.whl
|
||||
|
||||
rm $PKG/usr/lib/python3*/site-packages/*.dist-info/{LICENSE,METADATA}
|
||||
rm -rf "$PKG"/usr/lib/python3.12/site-packages/*.dist-info/{licenses,RECORD}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user