diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-05-03 15:30:16 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-03 15:30:16 -0500 |
commit | 9444e5a3ec1d2a86686becdabfbc14255420c498 (patch) | |
tree | 631d83e169cd97d523a41a6c8abb6d3be78ac834 /development | |
parent | 2e9f9f92e33303e946a6788605ff0130da378aa7 (diff) |
python/distribute: Moved from Development category
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/distribute/README | 14 | ||||
-rw-r--r-- | development/distribute/distribute.SlackBuild | 48 | ||||
-rw-r--r-- | development/distribute/distribute.info | 10 | ||||
-rw-r--r-- | development/distribute/slack-desc | 19 |
4 files changed, 0 insertions, 91 deletions
diff --git a/development/distribute/README b/development/distribute/README deleted file mode 100644 index 3ba0c423475e..000000000000 --- a/development/distribute/README +++ /dev/null @@ -1,14 +0,0 @@ -distribute is a fork of the setuptools project. - -Distribute is intended to replace Setuptools as the standard method for working -with Python module distributions. - -For those who may wonder why they should switch to Distribute over Setuptools, -it's quite simple: - -- Distribute is a drop-in replacement for Setuptools. -- The code is actively maintained, and has over 10 commiters. -- Distribute offers Python 3 support! - -If you have pysetuptools installed, you need to remove it before installing -this package. diff --git a/development/distribute/distribute.SlackBuild b/development/distribute/distribute.SlackBuild deleted file mode 100644 index a2b54f7767db..000000000000 --- a/development/distribute/distribute.SlackBuild +++ /dev/null @@ -1,48 +0,0 @@ -#!/bin/sh - -# Slackware build script for distribute -# Written by Audrius Kažukauskas <audrius@neutrino.lt> - -PRGNAM=distribute -VERSION=${VERSION:-0.6.14} -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 -eu - -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 . -chmod -R u+w,go+r-w,a-s . - -# Don't need this. -rm -f setuptools/*.exe - -python setup.py install --root=$PKG - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -install -m 0644 *.txt $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/development/distribute/distribute.info b/development/distribute/distribute.info deleted file mode 100644 index 246324c8ff04..000000000000 --- a/development/distribute/distribute.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="distribute" -VERSION="0.6.14" -HOMEPAGE="http://packages.python.org/distribute/" -DOWNLOAD="http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz" -MD5SUM="ac607e05682116c06383b27a15e2db90" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Audrius Kažukauskas" -EMAIL="audrius@neutrino.lt" -APPROVED="dsomero" diff --git a/development/distribute/slack-desc b/development/distribute/slack-desc deleted file mode 100644 index fa712f2e7030..000000000000 --- a/development/distribute/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------------------------------------------------------| -distribute: Distribute (a fork of the Setuptools project) -distribute: -distribute: Distribute is intended to replace Setuptools as the standard method -distribute: for working with Python module distributions. -distribute: -distribute: Homepage: http://packages.python.org/distribute/ -distribute: -distribute: -distribute: -distribute: -distribute: |