mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/egenix-mx-base: Update for ver 3.2.5. Moved from development
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
55f634451e
commit
4f9cf9dba4
4 changed files with 6 additions and 8 deletions
|
@ -1,3 +1,3 @@
|
|||
This is the eGenix-mx Base Distribution for Python.
|
||||
It includes mxDateTime, mxTextTools, mxProxy, mxTools,
|
||||
It includes mxDateTime, mxTextTools, mxProxy, mxTools,
|
||||
mxBeeBase, mxStack, mxQueue, mxURL, and mxUID.
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for egenix-mx-base
|
||||
|
||||
# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2008-2012 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=egenix-mx-base
|
||||
VERSION=3.1.3
|
||||
VERSION=3.2.5
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="egenix-mx-base"
|
||||
VERSION="3.1.3"
|
||||
VERSION="3.2.5"
|
||||
HOMEPAGE="http://www.egenix.com/products/python/mxBase/"
|
||||
DOWNLOAD="http://downloads.egenix.com/python/egenix-mx-base-3.1.3.tar.gz"
|
||||
MD5SUM="398d6f8d62029f5bea4f94765a6ab4c8"
|
||||
DOWNLOAD="http://downloads.egenix.com/python/egenix-mx-base-3.2.5.tar.gz"
|
||||
MD5SUM="2f982afa5ac70691965e9990df138186"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
Loading…
Reference in a new issue