libraries/GitPython: Updated for version 2.0.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
d9192cd20e
commit
f8ab835b67
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=GitPython
|
PRGNAM=GitPython
|
||||||
VERSION=${VERSION:-2.0.6}
|
VERSION=${VERSION:-2.0.7}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="GitPython"
|
PRGNAM="GitPython"
|
||||||
VERSION="2.0.6"
|
VERSION="2.0.7"
|
||||||
HOMEPAGE="https://github.com/gitpython-developers/GitPython"
|
HOMEPAGE="https://github.com/gitpython-developers/GitPython"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/3d/b8/f15611e94b0e7ce4ecca5fb54c9163fd88ee771f7760cb04ec6d4d60af6a/GitPython-2.0.6.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/79/6f/160627fba0c8f0740e8671b90f398e34c72db703a9c3ba9397b4e7b3b792/GitPython-2.0.7.tar.gz"
|
||||||
MD5SUM="833b56dc7e0c6a9924f26043905cb9d7"
|
MD5SUM="aa0ba9df0abe4c8f35dd7bb9be85d56e"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="gitdb"
|
REQUIRES="gitdb"
|
||||||
|
|
Loading…
Reference in New Issue