summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Matteo Bernardini2022-02-07 19:59:56 +0100
committer Willy Sudiarto Raharjo2022-02-09 03:35:18 +0100
commitc87dcd8035c34384d339a3bb7842d440717c34d6 (patch)
treee23f500d80325fb63df373736d6cfa8dd8c71cd8 /libraries
parentd979be5dbb087a669bd9d5336dd56c8d558f4c00 (diff)
downloadslackbuilds-c87dcd8035c34384d339a3bb7842d440717c34d6.tar.gz
libraries/PyQwt: Removed (needs PyQt4).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/PyQwt/PyQwt.SlackBuild65
-rw-r--r--libraries/PyQwt/PyQwt.info10
-rw-r--r--libraries/PyQwt/README3
-rw-r--r--libraries/PyQwt/slack-desc19
4 files changed, 0 insertions, 97 deletions
diff --git a/libraries/PyQwt/PyQwt.SlackBuild b/libraries/PyQwt/PyQwt.SlackBuild
deleted file mode 100644
index 4b9b49ea3f..0000000000
--- a/libraries/PyQwt/PyQwt.SlackBuild
+++ /dev/null
@@ -1,65 +0,0 @@
-#!/bin/bash
-
-# Slackware build script for PyQwt
-# Written by Bartosz Bialy <ethifus@gmail.com>
-
-cd $(dirname $0) ; CWD=$(pwd)
-
-PRGNAM=PyQwt
-VERSION=${VERSION:-5.2.0}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-PKGTYPE=${PKGTYPE:-tgz}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
-if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
- echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
- exit 0
-fi
-
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-cd configure
-python ./configure.py -Q ../qwt-5.2
-make
-make install DESTDIR=$PKG
-
-# this will only create appropriate *.egg file
-python ../setup.py install --root $PKG
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ../sphinx/build/html/ $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/libraries/PyQwt/PyQwt.info b/libraries/PyQwt/PyQwt.info
deleted file mode 100644
index 205cca8fd4..0000000000
--- a/libraries/PyQwt/PyQwt.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="PyQwt"
-VERSION="5.2.0"
-HOMEPAGE="http://pyqwt.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/pyqwt/PyQwt-5.2.0.tar.gz"
-MD5SUM="fcd6c6029090d473dcc9df497516eae7"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="Bartosz Bialy"
-EMAIL="ethifus@gmail.com"
diff --git a/libraries/PyQwt/README b/libraries/PyQwt/README
deleted file mode 100644
index fe2212df44..0000000000
--- a/libraries/PyQwt/README
+++ /dev/null
@@ -1,3 +0,0 @@
-PyQwt is a Python wrapper for the Qwt C++ class library which extends the Qt
-framework with widgets to display and control data for scientific and
-engineering applications.
diff --git a/libraries/PyQwt/slack-desc b/libraries/PyQwt/slack-desc
deleted file mode 100644
index 93a1b27309..0000000000
--- a/libraries/PyQwt/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-PyQwt: PyQwt (Python wrapper for Qwt library)
-PyQwt:
-PyQwt: PyQwt is a Python wrapper for the Qwt C++ class library which
-PyQwt: extends the Qt frameworkwith widgets to display and control
-PyQwt: data for scientific and engineering applications.
-PyQwt:
-PyQwt: Homepage: http://pyqwt.sourceforge.net/
-PyQwt:
-PyQwt:
-PyQwt:
-PyQwt: