summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Larry Hajali2012-02-05 19:15:37 +0100
committer Robby Workman2012-02-05 19:15:37 +0100
commitbc7d3bff6fbe53914797f19912e150a6f876ebbe (patch)
tree798c3ef8997f8423f5fa8d67de52a568533b63e2 /libraries
parent62faa66ee49bd1cf8bcc982b878fedd8878d589b (diff)
downloadslackbuilds-bc7d3bff6fbe53914797f19912e150a6f876ebbe.tar.gz
python/mechanize: Moved from Libraries
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/mechanize/README4
-rw-r--r--libraries/mechanize/mechanize.SlackBuild51
-rw-r--r--libraries/mechanize/mechanize.info10
-rw-r--r--libraries/mechanize/slack-desc19
4 files changed, 0 insertions, 84 deletions
diff --git a/libraries/mechanize/README b/libraries/mechanize/README
deleted file mode 100644
index a0a17a2653..0000000000
--- a/libraries/mechanize/README
+++ /dev/null
@@ -1,4 +0,0 @@
-Stateful programmatic web browsing in Python, after Andy Lester's
-Perl module WWW::Mechanize.
-
-This requires pysetuptools or distribute.
diff --git a/libraries/mechanize/mechanize.SlackBuild b/libraries/mechanize/mechanize.SlackBuild
deleted file mode 100644
index efea0eeb62..0000000000
--- a/libraries/mechanize/mechanize.SlackBuild
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/bin/sh
-# Slackware build script for mechanize
-# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
-
-PRGNAM=mechanize
-VERSION=0.2.5
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-CWD=$(pwd)
-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 . \
- \( -perm 777 -o -perm 775 -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 {} \;
-
-python setup.py install --root=$PKG --no-compile
-
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a *.txt docs/* $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:-tgz}
diff --git a/libraries/mechanize/mechanize.info b/libraries/mechanize/mechanize.info
deleted file mode 100644
index e474177a2f..0000000000
--- a/libraries/mechanize/mechanize.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="mechanize"
-VERSION="0.2.5"
-HOMEPAGE="http://wwwsearch.sourceforge.net/mechanize/"
-DOWNLOAD="http://pypi.python.org/packages/source/m/mechanize/mechanize-0.2.5.tar.gz"
-MD5SUM="32657f139fc2fb75bcf193b63b8c60b2"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Larry Hajali"
-EMAIL="larryhaja[at]gmail[dot]com"
-APPROVED="rworkman"
diff --git a/libraries/mechanize/slack-desc b/libraries/mechanize/slack-desc
deleted file mode 100644
index 1296ba9546..0000000000
--- a/libraries/mechanize/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 ':'.
-
- |-----handy-ruler------------------------------------------------------|
-mechanize: mechanize (Stateful programmatic web browsing in Python)
-mechanize:
-mechanize: Stateful programmatic web browsing in Python, after Andy Lester's
-mechanize: Perl module WWW::Mechanize.
-mechanize:
-mechanize: Homepage: http://wwwsearch.sourceforge.net/mechanize/
-mechanize:
-mechanize:
-mechanize:
-mechanize:
-mechanize: