summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2022-05-21 01:01:01 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-21 08:25:32 +0700
commite9e7212c1f86f064f39f454a566e8c5adfc16ce0 (patch)
tree162243d18ed1ef97e73ec9bc270db18dda55f78d /network
parentc633f95fc35279441a607e0abe2797c5e109ddff (diff)
downloadslackbuilds-e9e7212c1f86f064f39f454a566e8c5adfc16ce0.tar.gz
network/EarthReader-Web: Updated for version 0.3.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/EarthReader-Web/EarthReader-Web.SlackBuild6
-rw-r--r--network/EarthReader-Web/EarthReader-Web.info8
2 files changed, 8 insertions, 6 deletions
diff --git a/network/EarthReader-Web/EarthReader-Web.SlackBuild b/network/EarthReader-Web/EarthReader-Web.SlackBuild
index bf2847139a..a18152aa23 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 f845e2ce89..2b6cc005bb 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"