From e9e7212c1f86f064f39f454a566e8c5adfc16ce0 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 21 May 2022 01:01:01 +0100 Subject: network/EarthReader-Web: Updated for version 0.3.0. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- network/EarthReader-Web/EarthReader-Web.SlackBuild | 6 ++++-- network/EarthReader-Web/EarthReader-Web.info | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'network/EarthReader-Web') diff --git a/network/EarthReader-Web/EarthReader-Web.SlackBuild b/network/EarthReader-Web/EarthReader-Web.SlackBuild index bf2847139a3db..a18152aa239c4 100644 --- a/network/EarthReader-Web/EarthReader-Web.SlackBuild +++ b/network/EarthReader-Web/EarthReader-Web.SlackBuild @@ -22,10 +22,13 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220512 46and2: Removed python2 as it was missing requirements. +# -Updated for v0.3.0. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=EarthReader-Web -VERSION=${VERSION:-0.2.1} +VERSION=${VERSION:-0.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,7 +82,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python2 setup.py install --root=$PKG python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/network/EarthReader-Web/EarthReader-Web.info b/network/EarthReader-Web/EarthReader-Web.info index f845e2ce89a75..2b6cc005bbb36 100644 --- a/network/EarthReader-Web/EarthReader-Web.info +++ b/network/EarthReader-Web/EarthReader-Web.info @@ -1,10 +1,10 @@ PRGNAM="EarthReader-Web" -VERSION="0.2.1" +VERSION="0.3.0" HOMEPAGE="http://earthreader.org/" -DOWNLOAD="https://pypi.python.org/packages/source/E/EarthReader-Web/EarthReader-Web-0.2.1.tar.gz" -MD5SUM="d392961ec1e9d2778b841bd938692553" +DOWNLOAD="https://pypi.python.org/packages/source/E/EarthReader-Web/EarthReader-Web-0.3.0.tar.gz" +MD5SUM="cfb14e190a10ba736cc7db099b5d937b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-libsass Flask libearth waitress python3-waitress" +REQUIRES="python-libsass Flask libearth python3-waitress" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" -- cgit v1.2.3