diff options
author | David Woodfall <dave@dawoodfall.net> | 2010-10-17 10:03:41 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-10-17 20:16:52 -0500 |
commit | d5743ead0955035130bf7daff9e5980bfc7edf2c (patch) | |
tree | dd0db1b57e1a1a21dd3d0afac230033cc3d353cf /libraries | |
parent | da960f0a23721d7804a29d255c068a333e28c85a (diff) |
libraries/pyyaml: Removed renamed PyYAML.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/pyyaml/README | 5 | ||||
-rw-r--r-- | libraries/pyyaml/pyyaml.SlackBuild | 53 | ||||
-rw-r--r-- | libraries/pyyaml/pyyaml.info | 10 | ||||
-rw-r--r-- | libraries/pyyaml/slack-desc | 19 |
4 files changed, 0 insertions, 87 deletions
diff --git a/libraries/pyyaml/README b/libraries/pyyaml/README deleted file mode 100644 index 2bede18e0f19..000000000000 --- a/libraries/pyyaml/README +++ /dev/null @@ -1,5 +0,0 @@ -pyyaml (YAML parser and emitter for Python) - -YAML is a data serialization format designed for human readability -and interaction with scripting languages. PyYAML is a YAML parser and -emitter for Python. diff --git a/libraries/pyyaml/pyyaml.SlackBuild b/libraries/pyyaml/pyyaml.SlackBuild deleted file mode 100644 index c90ce1a0f5d9..000000000000 --- a/libraries/pyyaml/pyyaml.SlackBuild +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh - -# Slackware build script for PyYAML - -# Written by Pablo Santamaria (pablosantamaria@gmail.com) - -PRGNAM=pyyaml -VERSION=${VERSION:-3.09} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -# Automatically determine the architecture we're building on: -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} # For consistency's sake, use this -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf PyYAML-$VERSION -tar xvf $CWD/PyYAML-$VERSION.tar.gz -cd PyYAML-$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 build -python setup.py install --prefix=$PKG/usr - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES LICENSE README $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/pyyaml/pyyaml.info b/libraries/pyyaml/pyyaml.info deleted file mode 100644 index 01e769033026..000000000000 --- a/libraries/pyyaml/pyyaml.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="pyyaml" -VERSION="3.09" -HOMEPAGE="http://pyyaml.org/" -DOWNLOAD="http://pyyaml.org/download/pyyaml/PyYAML-3.09.tar.gz" -MD5SUM="f219af2361e87fdc5e85e95b84c11d87" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Pablo Santamaria" -EMAIL="pablosantamaria@gmail.com" -APPROVED="dsomero" diff --git a/libraries/pyyaml/slack-desc b/libraries/pyyaml/slack-desc deleted file mode 100644 index 8b1bf2fa5368..000000000000 --- a/libraries/pyyaml/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----------------------------------------------------| -pyyaml: pyyaml (YAML parser and emitter for Python) -pyyaml: -pyyaml: YAML is a data serialization format designed for human readability -pyyaml: and interaction with scripting languages. PyYAML is a YAML parser -pyyaml: and emitter for Python. -pyyaml: -pyyaml: -pyyaml: -pyyaml: -pyyaml: -pyyaml: |