From af3bd158878fd5e9fea27a2fb4f0acf64faa4f4a Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 6 Jan 2016 15:34:45 -0600 Subject: development/Cython: Removed (Included in Slackware 14.2) Signed-off-by: Robby Workman --- development/Cython/Cython.SlackBuild | 73 ------------------------------------ development/Cython/Cython.info | 10 ----- development/Cython/README | 4 -- development/Cython/slack-desc | 19 ---------- 4 files changed, 106 deletions(-) delete mode 100644 development/Cython/Cython.SlackBuild delete mode 100644 development/Cython/Cython.info delete mode 100644 development/Cython/README delete mode 100644 development/Cython/slack-desc (limited to 'development') diff --git a/development/Cython/Cython.SlackBuild b/development/Cython/Cython.SlackBuild deleted file mode 100644 index c5ec877719..0000000000 --- a/development/Cython/Cython.SlackBuild +++ /dev/null @@ -1,73 +0,0 @@ -#!/bin/sh -# Slackware build script for Cython -# Home Page http://www.cython.org/ -# Written by Larry Hajali - -# New Maintainer - Nishant Limbachia - 11/04/2011 - -PRGNAM="Cython" -VERSION=${VERSION:-0.23.4} -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} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -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 {} \; - -CFLAGS="$SLKCFLAGS" \ -python setup.py install --root=$PKG --prefix=/usr - -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 Doc $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -# Fix a broken link in one of the html files -sed -i 's|~greg/python/Cython|greg.ewing/python/Pyrex|' \ - $PKG/usr/doc/$PRGNAM-$VERSION/Doc/index.html - -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/development/Cython/Cython.info b/development/Cython/Cython.info deleted file mode 100644 index 22fffb7ec5..0000000000 --- a/development/Cython/Cython.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="Cython" -VERSION="0.23.4" -HOMEPAGE="http://www.cython.org/" -DOWNLOAD="http://cython.org/release/Cython-0.23.4.tar.gz" -MD5SUM="157df1f69bcec6b56fd97e0f2e057f6e" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Nishant Limbachia" -EMAIL="nishant@mnspace.net" diff --git a/development/Cython/README b/development/Cython/README deleted file mode 100644 index 0d995371e6..0000000000 --- a/development/Cython/README +++ /dev/null @@ -1,4 +0,0 @@ -Cython is a language that makes writing C extensions for -the Python language as easy as Python itself. Cython is -based on the well-known Pyrex, but supports more cutting -edge functionality and optimizations. diff --git a/development/Cython/slack-desc b/development/Cython/slack-desc deleted file mode 100644 index 5e38d7fd47..0000000000 --- a/development/Cython/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------------------------------------------------------| -Cython: Cython (C bindings for Python) -Cython: -Cython: Cython is a language that makes writing C extensions for the Python -Cython: language as easy as Python itself. Cython is based on the well-known -Cython: Pyrex, but supports more cutting edge functionality and -Cython: optimizations. -Cython: -Cython: Homepage: http://www.cython.org/ -Cython: -Cython: -Cython: -- cgit v1.2.3