mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
python/monty: Updated for version 0.8.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
efa4f59e07
commit
5666af8a9e
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=monty
|
||||
VERSION=${VERSION:-0.8.5}
|
||||
VERSION=${VERSION:-0.8.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -67,7 +67,7 @@ find -L . \
|
|||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="monty"
|
||||
VERSION="0.8.5"
|
||||
VERSION="0.8.6"
|
||||
HOMEPAGE="https://github.com/materialsvirtuallab/monty"
|
||||
DOWNLOAD="https://pypi.python.org/packages/aa/79/abc53e9167f4e80b8381593375692df8b75a1a3ad1f742eea6cd08ce1df0/monty-0.8.5.tar.gz"
|
||||
MD5SUM="3e9e7ebba9cc93a5286025b6b94c5b59"
|
||||
DOWNLOAD="https://pypi.python.org/packages/e1/d9/db47286702334c19cf1489f8f13303d81479370a6be5e549136d00bf2b5f/monty-0.8.6.tar.gz"
|
||||
MD5SUM="c654b6b12a66c2da1976900215de1fff"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="PyYAML six"
|
||||
|
|
Loading…
Reference in a new issue