python/monty: Updated for version 0.9.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
a2a4b2e86b
commit
04941f45c3
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for monty
|
# Slackware build script for monty
|
||||||
|
|
||||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=monty
|
PRGNAM=monty
|
||||||
VERSION=${VERSION:-0.9.6}
|
VERSION=${VERSION:-0.9.8}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a LICENSE.rst PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a LICENSE.rst PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="monty"
|
PRGNAM="monty"
|
||||||
VERSION="0.9.6"
|
VERSION="0.9.8"
|
||||||
HOMEPAGE="https://github.com/materialsvirtuallab/monty"
|
HOMEPAGE="https://github.com/materialsvirtuallab/monty"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/53/61/b42d8ed8d28ee5ebd4dd3dce315e1e5176f70a138c869b15e2cc6f1ef468/monty-0.9.6.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/a4/b6/1001fecbcbd1f335661fa998ff18610106065ca70bbba39cdf909d852fbf/monty-0.9.8.tar.gz"
|
||||||
MD5SUM="406ea69fdd112feacfdf208624d56903"
|
MD5SUM="79808e9a3c50976764111fc4ebf45734"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="PyYAML six"
|
REQUIRES="PyYAML six"
|
||||||
|
|
Loading…
Reference in New Issue