This is needed to work with the Flask update.

Cheers.
From a505f8e65f1beb82c3f28aa10f507306d451b6fb Mon Sep 17 00:00:00 2001
From: fourtysixandtwo <fourtysixand...@sliderr.net>
Date: Thu, 12 May 2022 13:51:49 -0600
Subject: [PATCH 11/52] network/EarthReader-Web: Updated for version 0.3.0,
 changed REQUIRES.

---
 network/EarthReader-Web/EarthReader-Web.SlackBuild | 6 ++++--
 network/EarthReader-Web/EarthReader-Web.info       | 8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/network/EarthReader-Web/EarthReader-Web.SlackBuild b/network/EarthReader-Web/EarthReader-Web.SlackBuild
index bf2847139..a18152aa2 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 f845e2ce8..2b6cc005b 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.zlatani...@gmail.com"
-- 
2.35.3

_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/

Reply via email to