From 9ae79fb96323da36865b002eaf6715672e58c6ce Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 9 Sep 2022 10:23:27 +0100 Subject: python/python-confuse: Updated for version 2.0.0. Signed-off-by: Dave Woodfall --- python/python-confuse/python-confuse.SlackBuild | 11 ++++++----- python/python-confuse/python-confuse.info | 8 ++++---- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'python/python-confuse') diff --git a/python/python-confuse/python-confuse.SlackBuild b/python/python-confuse/python-confuse.SlackBuild index 8d67a6ca01..67c190156c 100644 --- a/python/python-confuse/python-confuse.SlackBuild +++ b/python/python-confuse/python-confuse.SlackBuild @@ -22,11 +22,14 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220908 46and2: Updated version, added DEPS. +# -build process changed + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-confuse SRCNAM=$(echo $PRGNAM | cut -c8-14) -VERSION=${VERSION:-1.7.0} +VERSION=${VERSION:-2.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,10 +83,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -#fix setup.py as it tries to import from wrong library -/usr/bin/sed -i 's/distutils.core/setuptools/' setup.py - -python3 setup.py install --root=$PKG +python3 -m build --no-isolation +python3 -m installer -d "$PKG" dist/*.whl find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/python/python-confuse/python-confuse.info b/python/python-confuse/python-confuse.info index edc499a2be..c6a4c57c4b 100644 --- a/python/python-confuse/python-confuse.info +++ b/python/python-confuse/python-confuse.info @@ -1,10 +1,10 @@ PRGNAM="python-confuse" -VERSION="1.7.0" +VERSION="2.0.0" HOMEPAGE="https://github.com/beetbox/confuse" -DOWNLOAD="https://files.pythonhosted.org/packages/68/8c/feada35a6dd8f7473e258171fddf07f1613dc7198a141e0b770612d5790a/confuse-1.7.0.tar.gz" -MD5SUM="0eb2e47f53ee0faf47c5ae4a8f5b0523" +DOWNLOAD="https://files.pythonhosted.org/packages/source/c/confuse/confuse-2.0.0.tar.gz" +MD5SUM="3a0c0253cb7b7bc797d634b4a6a7a1f3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="python3-build python3-installer python3-flit_core" MAINTAINER="fourtysixandtwo" EMAIL="fourtysixandtwo@sliderr.net" -- cgit v1.2.3