From 4f31c49e1e97750bd88ef2ff0f96c7a6089d3e33 Mon Sep 17 00:00:00 2001 From: John McQuah Date: Fri, 1 Mar 2024 12:11:23 +0000 Subject: [PATCH] python3-leather: 0.3.4 -> 0.4.0 --- python3-leather/.footprint | 12 ++++++------ python3-leather/.signature | 8 ++++---- python3-leather/Pkgfile | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/python3-leather/.footprint b/python3-leather/.footprint index 5a682d3..e9a4e83 100644 --- a/python3-leather/.footprint +++ b/python3-leather/.footprint @@ -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/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-0.3.4-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.3.4-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.3.4-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 +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.4.0-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/PKG-INFO +-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.4.0-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/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/chart.py -rw-r--r-- root/root usr/lib/python3.10/site-packages/leather/data_types.py diff --git a/python3-leather/.signature b/python3-leather/.signature index b88eab9..dd0fcbd 100644 --- a/python3-leather/.signature +++ b/python3-leather/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/jmq.pub -RWTTPlFarK9CxDvg4hvamrOax/RXHFW5Bu9Y6+hG2IjisoOe25rceCRujH8vRXlKCVbrm3voKFjrlL5heSi1OOjKNxkFbxOJIg8= -SHA256 (Pkgfile) = faa2f78dc4821c8f79d014f524708c6afddf749c923b8e18fb710cbaf5b86ddb -SHA256 (.footprint) = 8fcdd490ca17a348ca4016d44e052ac17d52e80af849aa2f4f4a6a06611cf875 -SHA256 (python3-leather-0.3.4.tar.gz) = 8dc9545ccdd998527e283c7990535bfe0628ac71c660737c5c266ee0e461e341 +RWTTPlFarK9CxIqgs3Ikgis7UOkGDe9lbX8qrnYMiMLtCXNDc/LsOXNATSmYYU+1bAqIsuwbpoAbEWsAN0KT7pbaSr+5nYoqeAM= +SHA256 (Pkgfile) = bb6e378c0f81975a951bdf1e4ea6b4c5612b21d80ae91a4603239fe4d4239993 +SHA256 (.footprint) = e1e3a0efad4398a9dbdd550a9c16f64f758c8ebcd237f777ad8adfccf131eea4 +SHA256 (python3-leather-0.4.0.tar.gz) = 5b4d698e97534a2600150837c2beb446278b7ef276a699768efc5488c88290c3 diff --git a/python3-leather/Pkgfile b/python3-leather/Pkgfile index 3bd775c..1dc1240 100644 --- a/python3-leather/Pkgfile +++ b/python3-leather/Pkgfile @@ -4,16 +4,16 @@ # Depends on: python3-setuptools name=python3-leather -version=0.3.4 +version=0.4.0 release=1 source=(https://github.com/wireservice/${name##python3-}/archive/refs/tags/$version.tar.gz) renames=($name-$version.tar.gz) build() { - cd ${name##python3-}-$version - /usr/bin/python3 setup.py build + cd ${name##python3-}-$version + /usr/bin/python3 setup.py build - /usr/bin/python3 setup.py install --skip-build \ - --optimize=1 --prefix=/usr --root=$PKG + /usr/bin/python3 setup.py install --skip-build \ + --optimize=1 --prefix=/usr --root=$PKG }