diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2011-07-15 19:34:29 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:08 -0500 |
commit | c70d16285bf62fab30d0b0d157d185fed794e22a (patch) | |
tree | eb20bc2d6d5bd9ab7920a83213ab2fbe71637496 /development/setuptools_git | |
parent | bc2fd331fc3bb9c4b2d9df6cc1959ac6b4149b6d (diff) |
development/setuptools-git: Updated for version 0.4.2 + name change
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/setuptools_git')
-rw-r--r-- | development/setuptools_git/README | 12 | ||||
-rw-r--r-- | development/setuptools_git/setuptools_git.SlackBuild | 51 | ||||
-rw-r--r-- | development/setuptools_git/setuptools_git.info | 10 | ||||
-rw-r--r-- | development/setuptools_git/slack-desc | 19 |
4 files changed, 0 insertions, 92 deletions
diff --git a/development/setuptools_git/README b/development/setuptools_git/README deleted file mode 100644 index 46d2ce11e9..0000000000 --- a/development/setuptools_git/README +++ /dev/null @@ -1,12 +0,0 @@ -setuptools_git (Setuptools revision control system plugin for Git) - -This is a plugin for setuptools that enables Git integration. Once -installed, setuptools can be told to include in a module -distribution all the files tracked by git. This is an alternative -to explicit inclusion specifications with MANIFEST.in. - -This package was formerly known as gitlsfiles. The name change is -the result of an effort by the setuptools plugin developers to -provide a uniform naming convention. - -This requires pysetuptools. diff --git a/development/setuptools_git/setuptools_git.SlackBuild b/development/setuptools_git/setuptools_git.SlackBuild deleted file mode 100644 index a633c6dc03..0000000000 --- a/development/setuptools_git/setuptools_git.SlackBuild +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/sh - -# Slackware build script for setuptools_git - -# Written by Mikko Värri (vmj@linuxbox.fi) -# Public domain. - -PRGNAM=setuptools_git -VERSION=${VERSION:-0.3.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} - -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 - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS.txt README.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/setuptools_git/setuptools_git.info b/development/setuptools_git/setuptools_git.info deleted file mode 100644 index 13c49e54a1..0000000000 --- a/development/setuptools_git/setuptools_git.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="setuptools_git" -VERSION="0.3.4" -HOMEPAGE="http://pypi.python.org/pypi/setuptools-git/" -DOWNLOAD="http://pypi.python.org/packages/source/s/setuptools-git/setuptools_git-0.3.4.tar.gz" -MD5SUM="cd40fed12dc84f93eb8d55e36a5cb917" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Mikko Värri" -EMAIL="vmj@linuxbox.fi" -APPROVED="Erik Hanson" diff --git a/development/setuptools_git/slack-desc b/development/setuptools_git/slack-desc deleted file mode 100644 index 6fa87c6353..0000000000 --- a/development/setuptools_git/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------------------------------------------------------| -setuptools_git: setuptools_git (Setuptools revision control system plugin for Git) -setuptools_git: -setuptools_git: This is a plugin for setuptools that enables Git integration. Once -setuptools_git: installed, setuptools can be told to include in a module -setuptools_git: distribution all the files tracked by git. This is an alternative -setuptools_git: to explicit inclusion specifications with MANIFEST.in. -setuptools_git: -setuptools_git: This package was formerly known as gitlsfiles. The name change is -setuptools_git: the result of an effort by the setuptools plugin developers to -setuptools_git: provide a uniform naming convention. -setuptools_git: |