From 0bb12103cd59caf37bad872ba2fdf77ce2ad4380 Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Tue, 18 May 2021 16:10:51 +0300 Subject: academic/cistrome-mdseqpos: fis REQUIRES and build with python2 Signed-off-by: Willy Sudiarto Raharjo --- academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild | 4 ++-- academic/cistrome-mdseqpos/cistrome-mdseqpos.info | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'academic') 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" -- cgit v1.2.3