mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/pytables: Updated for version 3.0.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
942ac7f583
commit
8cfdd60a5d
3 changed files with 15 additions and 15 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=pytables
|
PRGNAM=pytables
|
||||||
VERSION=${VERSION:-2.4.0}
|
VERSION=${VERSION:-3.0.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
SRC_PRGNAM=tables
|
SRC_PRGNAM=tables
|
||||||
DOCFILES="RELEASE_NOTES.txt LICENSES/ THANKS ANNOUNCE.txt LICENSE.txt \
|
DOCFILES="RELEASE_NOTES.txt LICENSES/ THANKS ANNOUNCE.txt LICENSE.txt \
|
||||||
PKG-INFO README.txt doc/html doc/scripts doc/usersguide-$VERSION.pdf"
|
PKG-INFO README.txt doc/html doc/scripts"
|
||||||
|
|
||||||
if [ "$ARCH" = "i486" ]; then
|
if [ "$ARCH" = "i486" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pytables"
|
PRGNAM="pytables"
|
||||||
VERSION="2.4.0"
|
VERSION="3.0.0"
|
||||||
HOMEPAGE="http://www.pytables.org/moin"
|
HOMEPAGE="http://www.pytables.org/moin"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/pytables/tables-2.4.0.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/pytables/tables-3.0.0.tar.gz"
|
||||||
MD5SUM="ec20938fca8b579020c5a4cc567caf7c"
|
MD5SUM="9c8a18d51be5e94a2ae50ea31d26f8c2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="Cython hdf5 numexpr"
|
REQUIRES="Cython hdf5 numexpr"
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
# HOW TO EDIT THIS FILE:
|
# HOW TO EDIT THIS FILE:
|
||||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
# The "handy ruler" below makes it easier to edit a package description.
|
||||||
# up the first '|' above the ':' following the base package name, and the '|'
|
# Line up the first '|' above the ':' following the base package name, and
|
||||||
# on the right side marks the last column you can put a character in. You must
|
# the '|' on the right side marks the last column you can put a character in.
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
pytables: pytables (Hierarchical datasets in Python)
|
pytables: pytables (Hierarchical datasets in Python)
|
||||||
pytables:
|
pytables:
|
||||||
pytables: PyTables is a package for managing hierarchical datasets
|
pytables: PyTables is a package for managing hierarchical datasets and
|
||||||
pytables: and designed to efficiently and easily cope with extremely
|
pytables: designed to efficiently and easily cope with extremely large amounts
|
||||||
pytables: large amounts of data. It optimizes memory and disk resources
|
pytables: of data. It optimizes memory and disk resources so that data takes
|
||||||
pytables: so that data takes much less space than other solutions such
|
pytables: much less space than other solutions such as relational or object
|
||||||
pytables: as relational or object oriented databases.
|
pytables: oriented databases.
|
||||||
pytables:
|
pytables:
|
||||||
pytables: Homepage: http://www.pytables.org/moin
|
pytables: Homepage: http://www.pytables.org/moin
|
||||||
pytables:
|
pytables:
|
||||||
|
|
Loading…
Reference in a new issue