diff options
-rw-r--r-- | development/setuptools-git/setuptools-git.SlackBuild | 6 | ||||
-rw-r--r-- | development/setuptools-git/setuptools-git.info | 6 | ||||
-rw-r--r-- | development/setuptools-git/slack-desc | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/development/setuptools-git/setuptools-git.SlackBuild b/development/setuptools-git/setuptools-git.SlackBuild index a37164f211..3f3768f9c0 100644 --- a/development/setuptools-git/setuptools-git.SlackBuild +++ b/development/setuptools-git/setuptools-git.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for setuptools-git -# Copyright 2011 Mikko Värri, Finland +# Copyright 2013 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=setuptools-git -VERSION=${VERSION:-0.4.2} +VERSION=${VERSION:-1.0b1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,7 +58,7 @@ find . \ python setup.py install --root=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS.txt README.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS.txt LICENSE.txt README.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/development/setuptools-git/setuptools-git.info b/development/setuptools-git/setuptools-git.info index 1aa9361f2a..d6e85abba6 100644 --- a/development/setuptools-git/setuptools-git.info +++ b/development/setuptools-git/setuptools-git.info @@ -1,8 +1,8 @@ PRGNAM="setuptools-git" -VERSION="0.4.2" +VERSION="1.0b1" HOMEPAGE="http://pypi.python.org/pypi/setuptools-git/" -DOWNLOAD="http://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-0.4.2.tar.gz" -MD5SUM="6e2de2238d768f0197f8c041c1f0f5b5" +DOWNLOAD="http://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-1.0b1.tar.gz" +MD5SUM="ac67cbaa1336b7de25b1b5ff93b4e90d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="distribute" diff --git a/development/setuptools-git/slack-desc b/development/setuptools-git/slack-desc index 1f335d3cac..809d4a83e6 100644 --- a/development/setuptools-git/slack-desc +++ b/development/setuptools-git/slack-desc @@ -1,9 +1,9 @@ # 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 ':'. +# 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------------------------------------------------------| setuptools-git: setuptools-git (Setuptools revision control system plugin for Git) |