Browse Source
python/python-jeepney: Updated for version 0.9.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/285/merge
Andrew Clemons
7 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
6 deletions
-
python/python-jeepney/python-jeepney.SlackBuild
-
python/python-jeepney/python-jeepney.info
|
|
@ -3,7 +3,7 @@ |
|
|
|
# Slackware build script for python-jeepney |
|
|
|
|
|
|
|
# Copyright 2021 Andrew Clemons, Wellington New Zealand |
|
|
|
# Copyright 2023 Andrew Clemons, Tokyo Japan |
|
|
|
# Copyright 2023,2025 Andrew Clemons, Tokyo Japan |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python-jeepney |
|
|
|
SRCNAM=jeepney |
|
|
|
VERSION=${VERSION:-0.8.0} |
|
|
|
VERSION=${VERSION:-0.9.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="python-jeepney" |
|
|
|
VERSION="0.8.0" |
|
|
|
VERSION="0.9.0" |
|
|
|
HOMEPAGE="https://gitlab.com/takluyver/jeepney" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/d6/f4/154cf374c2daf2020e05c3c6a03c91348d59b23c5366e968feb198306fdf/jeepney-0.8.0.tar.gz" |
|
|
|
MD5SUM="7e2151e9197c751ceca6550bc6b3294c" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/7b/6f/357efd7602486741aa73ffc0617fb310a29b588ed0fd69c2399acbb85b0c/jeepney-0.9.0.tar.gz" |
|
|
|
MD5SUM="d0c0d388ee003d6475750aebe56fc699" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-build python3-wheel" |
|
|
|
REQUIRES="python3-build python3-wheel python3-installer" |
|
|
|
MAINTAINER="Andrew Clemons" |
|
|
|
EMAIL="andrew.clemons@gmail.com" |