diff options
| author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-09-09 10:23:27 +0100 |
|---|---|---|
| committer | Dave Woodfall <dave@slackbuilds.org> | 2022-09-09 10:23:27 +0100 |
| commit | 9ae79fb96323da36865b002eaf6715672e58c6ce (patch) | |
| tree | 71169faf8a25d69e24e9e5bb1d48f20f5bde3229 /python/python-confuse/python-confuse.SlackBuild | |
| parent | f5b3d5480c145e50926c09201a389023bca6e459 (diff) | |
python/python-confuse: Updated for version 2.0.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/python-confuse/python-confuse.SlackBuild')
| -rw-r--r-- | python/python-confuse/python-confuse.SlackBuild | 11 |
1 files changed, 6 insertions, 5 deletions
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 |
