Skip to content
Closed

Zope #14601

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions development/zope.interface/zope.interface.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=zope.interface
SRCNAM=$(tr \. _ <<<$PRGNAM)
VERSION=${VERSION:-8.1}
VERSION=${VERSION:-8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -64,7 +64,11 @@ 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 {} \;

python3 setup.py install --root=$PKG
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages

python3 -m build --no-isolation --skip-dependency-check
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
Expand Down
8 changes: 4 additions & 4 deletions development/zope.interface/zope.interface.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="zope.interface"
VERSION="8.1"
VERSION="8.2"
HOMEPAGE="https://pypi.python.org/pypi/zope.interface/"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_interface/zope_interface-8.1.tar.gz"
MD5SUM="b5a0ce757a2476a31276d4990459886e"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_interface/zope_interface-8.2.tar.gz"
MD5SUM="4da21b3cf474a9de4ed6776cb4821cef"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="python3-setuptools-opt"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"
5 changes: 3 additions & 2 deletions development/zope.sqlalchemy/zope.sqlalchemy.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=zope.sqlalchemy
SRCNAM=$(tr \. _ <<<$PRGNAM)
VERSION=${VERSION:-4.0}
VERSION=${VERSION:-4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -70,7 +70,8 @@ find -L . \
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages

python3 setup.py install --root=$PKG
python3 -m build --no-isolation --skip-dependency-check
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
Expand Down
6 changes: 3 additions & 3 deletions development/zope.sqlalchemy/zope.sqlalchemy.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="zope.sqlalchemy"
VERSION="4.0"
VERSION="4.1"
HOMEPAGE="https://pypi.python.org/pypi/zope.sqlalchemy"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_sqlalchemy/zope_sqlalchemy-4.0.tar.gz"
MD5SUM="bea734ee06d948110f5b91cf04d692ca"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_sqlalchemy/zope_sqlalchemy-4.1.tar.gz"
MD5SUM="47efcb614fd87f392f78e2abe00872c5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-opt SQLAlchemy python3-transaction"
Expand Down
2 changes: 1 addition & 1 deletion development/zope.testing/zope.testing.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=zope.testing
SRCNAM=$(tr \. _ <<<$PRGNAM)
VERSION=${VERSION:-6.0}
VERSION=${VERSION:-6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions development/zope.testing/zope.testing.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="zope.testing"
VERSION="6.0"
VERSION="6.1"
HOMEPAGE="https://www.python.org/pypi/zope.testing/"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_testing/zope_testing-6.0.tar.gz"
MD5SUM="1e5bf904423bba6c64b9d91849aa9a45"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_testing/zope_testing-6.1.tar.gz"
MD5SUM="6556b3f18cb44064670665dbc7a99d21"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-opt"
Expand Down
4 changes: 2 additions & 2 deletions libraries/zope.component/zope.component.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=zope.component
SRCNAM=$(tr \. _ <<<$PRGNAM)
VERSION=${VERSION:-7.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

Expand Down
6 changes: 3 additions & 3 deletions libraries/zope.component/zope.component.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="zope.component"
VERSION="7.0"
VERSION="7.1"
HOMEPAGE="https://pypi.python.org/pypi/zope.component/"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_component/zope_component-7.0.tar.gz"
MD5SUM="c51b54ddf80ab1412a35422c8b243102"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_component/zope_component-7.1.tar.gz"
MD5SUM="2cf4a3e22cfd7c375f2f3fa41d23f624"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-opt zope.event zope.hookable zope.interface"
Expand Down
8 changes: 6 additions & 2 deletions libraries/zope.hookable/zope.hookable.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=zope.hookable
SRCNAM=$(tr \. _ <<<$PRGNAM)
VERSION=${VERSION:-8.1}
VERSION=${VERSION:-8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -67,7 +67,11 @@ 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 {} \;

python3 setup.py install --root=$PKG
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages

python3 -m build --no-isolation --skip-dependency-check
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
Expand Down
8 changes: 4 additions & 4 deletions libraries/zope.hookable/zope.hookable.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="zope.hookable"
VERSION="8.1"
VERSION="8.2"
HOMEPAGE="https://pypi.python.org/pypi/zope.hookable"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_hookable/zope_hookable-8.1.tar.gz"
MD5SUM="dcd921e7cbcfdd77598220d1c4d4624d"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_hookable/zope_hookable-8.2.tar.gz"
MD5SUM="59864bb6ecfbd532e1eb8bcbcbad8c7a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="python3-setuptools-opt"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"
8 changes: 6 additions & 2 deletions libraries/zope.i18nmessageid/zope.i18nmessageid.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=zope.i18nmessageid
SRCNAM=$(tr \. _ <<<$PRGNAM)
VERSION=${VERSION:-8.1}
VERSION=${VERSION:-8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -67,7 +67,11 @@ 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 {} \;

python3 setup.py install --root=$PKG
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages

python3 -m build --no-isolation --skip-dependency-check
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
Expand Down
8 changes: 4 additions & 4 deletions libraries/zope.i18nmessageid/zope.i18nmessageid.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="zope.i18nmessageid"
VERSION="8.1"
VERSION="8.2"
HOMEPAGE="https://pypi.python.org/pypi/zope.i18nmessageid"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_i18nmessageid/zope_i18nmessageid-8.1.tar.gz"
MD5SUM="93ac82fd7c4a34bf460b2a7e04a2d2d9"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_i18nmessageid/zope_i18nmessageid-8.2.tar.gz"
MD5SUM="56dd4f9980018d6e246ea41dc1b20d1f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="python3-setuptools-opt"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"
8 changes: 6 additions & 2 deletions libraries/zope.proxy/zope.proxy.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=zope.proxy
SRCNAM=$(tr \. _ <<<$PRGNAM)
VERSION=${VERSION:-7.0}
VERSION=${VERSION:-7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -67,7 +67,11 @@ 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 {} \;

python3 setup.py install --root=$PKG
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages

python3 -m build --no-isolation --skip-dependency-check
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
Expand Down
6 changes: 3 additions & 3 deletions libraries/zope.proxy/zope.proxy.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="zope.proxy"
VERSION="7.0"
VERSION="7.1"
HOMEPAGE="https://pypi.python.org/pypi/zope.proxy"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_proxy/zope_proxy-7.0.tar.gz"
MD5SUM="d8b60fd3d9ba9ca4bb0291e64b316505"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_proxy/zope_proxy-7.1.tar.gz"
MD5SUM="4c567513a400473e21aed3542ef473ad"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-opt zope.interface"
Expand Down
8 changes: 6 additions & 2 deletions libraries/zope.security/zope.security.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=zope.security
SRCNAM=$(tr \. _ <<<$PRGNAM)
VERSION=${VERSION:-8.2}
VERSION=${VERSION:-8.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -67,7 +67,11 @@ 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 {} \;

python3 setup.py install --root=$PKG
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages

python3 -m build --no-isolation --skip-dependency-check
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
Expand Down
6 changes: 3 additions & 3 deletions libraries/zope.security/zope.security.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="zope.security"
VERSION="8.2"
VERSION="8.3"
HOMEPAGE="https://pypi.python.org/pypi/zope.security"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_security/zope_security-8.2.tar.gz"
MD5SUM="c3fde561a819d7e0009fb5752525afb0"
DOWNLOAD="https://pypi.python.org/packages/source/z/zope_security/zope_security-8.3.tar.gz"
MD5SUM="6437af3aae18771f5ccc6c87e2b8b844"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zope.component zope.i18nmessageid zope.location"
Expand Down
8 changes: 6 additions & 2 deletions python/python3-BTrees/python3-BTrees.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=python3-BTrees
SRCNAM=btrees
VERSION=${VERSION:-6.2}
VERSION=${VERSION:-6.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -63,7 +63,11 @@ 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 {} \;

python3 setup.py install --root=$PKG
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages

python3 -m build --no-isolation --skip-dependency-check
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

Expand Down
6 changes: 3 additions & 3 deletions python/python3-BTrees/python3-BTrees.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="python3-BTrees"
VERSION="6.2"
VERSION="6.3"
HOMEPAGE="https://github.com/zopefoundation/BTrees"
DOWNLOAD="https://pypi.python.org/packages/source/b/btrees/btrees-6.2.tar.gz"
MD5SUM="d0384f1dc9c92ce6407ef6a8845e0700"
DOWNLOAD="https://pypi.python.org/packages/source/b/btrees/btrees-6.3.tar.gz"
MD5SUM="6ccca9a00dde9f245d1abef4f52a1c39"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-persistent"
Expand Down
2 changes: 1 addition & 1 deletion python/python3-ZConfig/python3-ZConfig.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=python3-ZConfig
SRCNAM=zconfig
VERSION=${VERSION:-4.2}
VERSION=${VERSION:-4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions python/python3-ZConfig/python3-ZConfig.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="python3-ZConfig"
VERSION="4.2"
VERSION="4.3"
HOMEPAGE="https://github.com/zopefoundation/ZConfig/"
DOWNLOAD="https://pypi.python.org/packages/source/z/zconfig/zconfig-4.2.tar.gz"
MD5SUM="93441a72f1598d0f39bf93fe6320f628"
DOWNLOAD="https://pypi.python.org/packages/source/z/zconfig/zconfig-4.3.tar.gz"
MD5SUM="33f8f3cc4879fe699b9bfdc003006cf6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down
8 changes: 6 additions & 2 deletions python/python3-ZODB/python3-ZODB.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=python3-ZODB
SRCNAM=zodb
VERSION=${VERSION:-6.1}
VERSION=${VERSION:-6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -63,7 +63,11 @@ 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 {} \;

python3 setup.py install --root=$PKG
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages

python3 -m build --no-isolation --skip-dependency-check
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

Expand Down
6 changes: 3 additions & 3 deletions python/python3-ZODB/python3-ZODB.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="python3-ZODB"
VERSION="6.1"
VERSION="6.2"
HOMEPAGE="http://www.zodb.org"
DOWNLOAD="https://pypi.python.org/packages/source/z/zodb/zodb-6.1.tar.gz"
MD5SUM="885fa2f5c95dd1b12dde5ca330c0a1a4"
DOWNLOAD="https://pypi.python.org/packages/source/z/zodb/zodb-6.2.tar.gz"
MD5SUM="950e6c26f0b7fb2c082924aa704de7c6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-BTrees python3-transaction python3-zc.lockfile python3-ZConfig python3-zodbpickle"
Expand Down
8 changes: 6 additions & 2 deletions python/python3-persistent/python3-persistent.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=python3-persistent
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-6.3}
VERSION=${VERSION:-6.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -63,7 +63,11 @@ 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 {} \;

python3 setup.py install --root=$PKG
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages

python3 -m build --no-isolation --skip-dependency-check
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

Expand Down
6 changes: 3 additions & 3 deletions python/python3-persistent/python3-persistent.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="python3-persistent"
VERSION="6.3"
VERSION="6.5"
HOMEPAGE="https://github.com/zopefoundation/persistent/"
DOWNLOAD="https://pypi.python.org/packages/source/p/persistent/persistent-6.3.tar.gz"
MD5SUM="b16cbf8ab1df76030082b5b015e52fd9"
DOWNLOAD="https://pypi.python.org/packages/source/p/persistent/persistent-6.5.tar.gz"
MD5SUM="b5b17c8a66e19400defed64d91119a52"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zope.interface"
Expand Down
8 changes: 6 additions & 2 deletions python/python3-zodbpickle/python3-zodbpickle.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=python3-zodbpickle
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-4.2}
VERSION=${VERSION:-4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -59,7 +59,11 @@ cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) -exec chmod 755 {} \; -o \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;

python3 setup.py install --root=$PKG
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages

python3 -m build --no-isolation --skip-dependency-check
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

Expand Down
Loading
Loading