development/setuptools-git: Updated for version 0.4.2 + name change
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
bc2fd331fc
commit
c70d16285b
|
@ -1,5 +1,3 @@
|
|||
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
|
|
@ -1,12 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for setuptools_git
|
||||
# Slackware build script for setuptools-git
|
||||
|
||||
# Written by Mikko Värri (vmj@linuxbox.fi)
|
||||
# Public domain.
|
||||
|
||||
PRGNAM=setuptools_git
|
||||
VERSION=${VERSION:-0.3.4}
|
||||
PRGNAM=setuptools-git
|
||||
VERSION=${VERSION:-0.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="setuptools_git"
|
||||
VERSION="0.3.4"
|
||||
PRGNAM="setuptools-git"
|
||||
VERSION="0.4.2"
|
||||
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="http://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-0.4.2.tar.gz"
|
||||
MD5SUM="6e2de2238d768f0197f8c041c1f0f5b5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="Erik Hanson,Niels Horn"
|
|
@ -6,14 +6,14 @@
|
|||
# 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:
|
||||
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:
|
Loading…
Reference in New Issue