python3-leather: 0.3.4 -> 0.4.0

This commit is contained in:
John McQuah 2024-03-01 12:11:23 +00:00
parent bba1c2cc3c
commit 4f31c49e1e
3 changed files with 15 additions and 15 deletions

View File

@ -3,12 +3,12 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/ drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/leather/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/leather/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/leather-0.3.4-py3.10.egg-info/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/leather-0.4.0-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/leather-0.3.4-py3.10.egg-info/dependency_links.txt -rw-r--r-- root/root usr/lib/python3.10/site-packages/leather-0.4.0-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/leather-0.3.4-py3.10.egg-info/PKG-INFO -rw-r--r-- root/root usr/lib/python3.10/site-packages/leather-0.4.0-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/leather-0.3.4-py3.10.egg-info/requires.txt -rw-r--r-- root/root usr/lib/python3.10/site-packages/leather-0.4.0-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/leather-0.3.4-py3.10.egg-info/SOURCES.txt -rw-r--r-- root/root usr/lib/python3.10/site-packages/leather-0.4.0-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/leather-0.3.4-py3.10.egg-info/top_level.txt -rw-r--r-- root/root usr/lib/python3.10/site-packages/leather-0.4.0-py3.10.egg-info/top_level.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/leather/axis.py -rw-r--r-- root/root usr/lib/python3.10/site-packages/leather/axis.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/leather/chart.py -rw-r--r-- root/root usr/lib/python3.10/site-packages/leather/chart.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/leather/data_types.py -rw-r--r-- root/root usr/lib/python3.10/site-packages/leather/data_types.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxDvg4hvamrOax/RXHFW5Bu9Y6+hG2IjisoOe25rceCRujH8vRXlKCVbrm3voKFjrlL5heSi1OOjKNxkFbxOJIg8= RWTTPlFarK9CxIqgs3Ikgis7UOkGDe9lbX8qrnYMiMLtCXNDc/LsOXNATSmYYU+1bAqIsuwbpoAbEWsAN0KT7pbaSr+5nYoqeAM=
SHA256 (Pkgfile) = faa2f78dc4821c8f79d014f524708c6afddf749c923b8e18fb710cbaf5b86ddb SHA256 (Pkgfile) = bb6e378c0f81975a951bdf1e4ea6b4c5612b21d80ae91a4603239fe4d4239993
SHA256 (.footprint) = 8fcdd490ca17a348ca4016d44e052ac17d52e80af849aa2f4f4a6a06611cf875 SHA256 (.footprint) = e1e3a0efad4398a9dbdd550a9c16f64f758c8ebcd237f777ad8adfccf131eea4
SHA256 (python3-leather-0.3.4.tar.gz) = 8dc9545ccdd998527e283c7990535bfe0628ac71c660737c5c266ee0e461e341 SHA256 (python3-leather-0.4.0.tar.gz) = 5b4d698e97534a2600150837c2beb446278b7ef276a699768efc5488c88290c3

View File

@ -4,16 +4,16 @@
# Depends on: python3-setuptools # Depends on: python3-setuptools
name=python3-leather name=python3-leather
version=0.3.4 version=0.4.0
release=1 release=1
source=(https://github.com/wireservice/${name##python3-}/archive/refs/tags/$version.tar.gz) source=(https://github.com/wireservice/${name##python3-}/archive/refs/tags/$version.tar.gz)
renames=($name-$version.tar.gz) renames=($name-$version.tar.gz)
build() { build() {
cd ${name##python3-}-$version cd ${name##python3-}-$version
/usr/bin/python3 setup.py build /usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --skip-build \ /usr/bin/python3 setup.py install --skip-build \
--optimize=1 --prefix=/usr --root=$PKG --optimize=1 --prefix=/usr --root=$PKG
} }