aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-09-09 10:23:27 +0100
committerDave Woodfall <dave@slackbuilds.org>2022-09-09 10:23:27 +0100
commit9ae79fb96323da36865b002eaf6715672e58c6ce (patch)
tree71169faf8a25d69e24e9e5bb1d48f20f5bde3229 /python
parentf5b3d5480c145e50926c09201a389023bca6e459 (diff)
downloadslackbuilds-9ae79fb96323da36865b002eaf6715672e58c6ce.tar.xz
python/python-confuse: Updated for version 2.0.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python-confuse/python-confuse.SlackBuild11
-rw-r--r--python/python-confuse/python-confuse.info8
2 files changed, 10 insertions, 9 deletions
diff --git a/python/python-confuse/python-confuse.SlackBuild b/python/python-confuse/python-confuse.SlackBuild
index 8d67a6ca014a..67c190156c70 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 edc499a2be97..c6a4c57c4b9b 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"