diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2023-11-25 21:45:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-25 21:53:45 +0700 |
commit | f0d2dd2f95907f1cfdef1658cfd612764867f365 (patch) | |
tree | 74aab44f2500dbd308df44c83ac66a99a4f79999 /python/alabaster | |
parent | 2e1af6617eb7224f025a8a2b3019972312f62bd9 (diff) |
python/alabaster: Updated for version 0.7.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/alabaster')
-rw-r--r-- | python/alabaster/alabaster.SlackBuild | 10 | ||||
-rw-r--r-- | python/alabaster/alabaster.info | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/python/alabaster/alabaster.SlackBuild b/python/alabaster/alabaster.SlackBuild index 0278a67414772..ffc51ad38ca12 100644 --- a/python/alabaster/alabaster.SlackBuild +++ b/python/alabaster/alabaster.SlackBuild @@ -22,10 +22,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Update 2023-11-25: Removed python2 support + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=alabaster -VERSION=${VERSION:-0.7.12} +VERSION=${VERSION:-0.7.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,11 +81,7 @@ 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 {} \; -python setup.py install --root=$PKG - -if python3 -c 'import sys' 2>/dev/null; then - python3 setup.py install --root=$PKG -fi +python3 setup.py install --root=$PKG 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/alabaster/alabaster.info b/python/alabaster/alabaster.info index 5541c21aef8f8..169e58e1b590b 100644 --- a/python/alabaster/alabaster.info +++ b/python/alabaster/alabaster.info @@ -1,8 +1,8 @@ PRGNAM="alabaster" -VERSION="0.7.12" +VERSION="0.7.13" HOMEPAGE="https://alabaster.readthedocs.io/" -DOWNLOAD="https://files.pythonhosted.org/packages/cc/b4/ed8dcb0d67d5cfb7f83c4d5463a7614cb1d078ad7ae890c9143edebbf072/alabaster-0.7.12.tar.gz" -MD5SUM="3591827fde96d1dd23970fb05410ed04" +DOWNLOAD="https://files.pythonhosted.org/packages/94/71/a8ee96d1fd95ca04a0d2e2d9c4081dac4c2d2b12f7ddb899c8cb9bfd1532/alabaster-0.7.13.tar.gz" +MD5SUM="2e05a5f4fe5a8b95e5e576cbf4a5d503" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |