mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/monty: Updated for version 0.6.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
45ec445633
commit
e109885c88
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=monty
|
||||
VERSION=${VERSION:-0.5.9}
|
||||
VERSION=${VERSION:-0.6.3}
|
||||
BUILD=${BUILD:-1}
|
||||
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
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE.rst PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="monty"
|
||||
VERSION="0.5.9"
|
||||
VERSION="0.6.3"
|
||||
HOMEPAGE="https://github.com/materialsvirtuallab/monty"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/m/monty/monty-0.5.9.tar.gz"
|
||||
MD5SUM="725909ea853f3b7bfdfdab2ee71b9440"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/m/monty/monty-0.6.3.tar.gz"
|
||||
MD5SUM="eb96cdc301f193929faf322221db5d4a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools PyYAML"
|
||||
REQUIRES="pysetuptools PyYAML six"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue