python/python-confuse: Updated for version 2.0.0.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-09-09 10:23:27 +01:00 committed by Dave Woodfall
parent f5b3d5480c
commit 9ae79fb963
2 changed files with 10 additions and 9 deletions

View file

@ -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

View file

@ -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"