summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Petar Petrov2021-05-18 15:10:51 +0200
committer Willy Sudiarto Raharjo2021-05-18 18:40:08 +0200
commit0bb12103cd59caf37bad872ba2fdf77ce2ad4380 (patch)
tree117eacb80cb0d7e005e118d3d1505d75f6104010 /academic
parentaad076384037377c042c5057f45d45a4ccd05169 (diff)
downloadslackbuilds-0bb12103cd59caf37bad872ba2fdf77ce2ad4380.tar.gz
academic/cistrome-mdseqpos: fis REQUIRES and build with python2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild4
-rw-r--r--academic/cistrome-mdseqpos/cistrome-mdseqpos.info2
2 files changed, 3 insertions, 3 deletions
diff --git a/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild b/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild
index 76a78b4975..83c83a83c4 100644
--- a/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild
+++ b/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for cistrome-mdseqpos
-# Copyright 2016-2017 Petar Petrov slackalaxy@gmail.com
+# Copyright 2016-2021 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -84,7 +84,7 @@ export CFLAGS=-I/usr/lib${LIBDIRSUFFIX}/python2.7/site-packages/numpy/core/inclu
cd mdseqpos/lib
cp settings.py.example settings.py
cd ..
-python2 setup.py install --root=$PKG
+python setup.py install --root=$PKG
cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/academic/cistrome-mdseqpos/cistrome-mdseqpos.info b/academic/cistrome-mdseqpos/cistrome-mdseqpos.info
index 53b6845e6e..37ca6fdfdb 100644
--- a/academic/cistrome-mdseqpos/cistrome-mdseqpos.info
+++ b/academic/cistrome-mdseqpos/cistrome-mdseqpos.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://bitbucket.org/cistrome/cistrome-applications-harvard/get/63346
MD5SUM="0441f0c1bb3ffa156dfe9ed0fccd5dc8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="numpy python2-django R Jinja2"
+REQUIRES="numpy python-django R Jinja2"
MAINTAINER="Petar Petrov"
EMAIL="slackalaxy@gmail.com"