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.
|
||||
|
||||
PRGNAM=pytables
|
||||
VERSION=${VERSION:-2.4.0}
|
||||
VERSION=${VERSION:-3.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -42,7 +42,7 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
SRC_PRGNAM=tables
|
||||
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
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pytables"
|
||||
VERSION="2.4.0"
|
||||
VERSION="3.0.0"
|
||||
HOMEPAGE="http://www.pytables.org/moin"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/pytables/tables-2.4.0.tar.gz"
|
||||
MD5SUM="ec20938fca8b579020c5a4cc567caf7c"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/pytables/tables-3.0.0.tar.gz"
|
||||
MD5SUM="9c8a18d51be5e94a2ae50ea31d26f8c2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Cython hdf5 numexpr"
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
pytables: pytables (Hierarchical datasets in Python)
|
||||
pytables:
|
||||
pytables: PyTables is a package for managing hierarchical datasets
|
||||
pytables: and designed to efficiently and easily cope with extremely
|
||||
pytables: large amounts of data. It optimizes memory and disk resources
|
||||
pytables: so that data takes much less space than other solutions such
|
||||
pytables: as relational or object oriented databases.
|
||||
pytables: PyTables is a package for managing hierarchical datasets and
|
||||
pytables: designed to efficiently and easily cope with extremely large amounts
|
||||
pytables: of data. It optimizes memory and disk resources so that data takes
|
||||
pytables: much less space than other solutions such as relational or object
|
||||
pytables: oriented databases.
|
||||
pytables:
|
||||
pytables: Homepage: http://www.pytables.org/moin
|
||||
pytables:
|
||||
|
|
Loading…
Reference in a new issue