academic/pyCRAC: Updated for version 1.3.3.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
rob van nues 2018-11-28 22:10:33 +00:00 committed by Willy Sudiarto Raharjo
parent 4457fbfa3e
commit f93ff9041c
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 10 additions and 10 deletions

View file

@ -23,15 +23,15 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyCRAC
VERSION=${VERSION:-1.3.2}
VERSION=${VERSION:-1.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=sgrann-pycrac
SRCVER=${SRCVER:-a50f1bad9067}
SRCVER=${SRCVER:-fafa1e7d1fae}
PIPENAM=kinetic_crac_pipeline
PIPEVER=${PIPEVER:-82f4900486ea}
PIPEVER=${PIPEVER:-1bdb8c231d2d}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View file

@ -1,10 +1,10 @@
PRGNAM="pyCRAC"
VERSION="1.3.2"
VERSION="1.3.3"
HOMEPAGE="https://bitbucket.org/sgrann/"
DOWNLOAD="https://bitbucket.org/sgrann/pycrac/get/a50f1bad9067.tar.gz \
https://bitbucket.org/sgrann/kinetic_crac_pipeline/get/82f4900486ea.tar.gz"
MD5SUM="d412b3358ab24ec05409c14bb99102f5 \
7a4b511c5089b847dcacd0dc9052a03b"
DOWNLOAD="https://bitbucket.org/sgrann/pycrac/get/fafa1e7d1fae.tar.gz \
https://bitbucket.org/sgrann/kinetic_crac_pipeline/get/1bdb8c231d2d.tar.gz"
MD5SUM="3e9ed2a34449176bb6680589c221c5df \
e1dfcdb757af5f32d811c5458a68c15c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="flexbar novocraft numpy pysam scipy pandas ruffus"

View file

@ -1,8 +1,8 @@
#!/usr/bin/python
# not compatible with python 3
__author__ = "Sander Granneman"
__copyright__ = "Copyright 2017"
__version__ = "1.3.2"
__copyright__ = "Copyright 2018"
__version__ = "1.3.3"
__credits__ = ["Sander Granneman","Hywell Dunn Davies"]
__maintainer__ = ["Rob van Nues, via SlackBuilds.org"]
__email__ = "sgrannem@staffmail.ed.ac.uk"