mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/GitPython: Updated for version 2.0.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
0e6fd34633
commit
ffd7735760
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=GitPython
|
||||
VERSION=${VERSION:-2.0.3}
|
||||
VERSION=${VERSION:-2.0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -67,7 +67,7 @@ find -L . \
|
|||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="GitPython"
|
||||
VERSION="2.0.3"
|
||||
VERSION="2.0.5"
|
||||
HOMEPAGE="https://github.com/gitpython-developers/GitPython"
|
||||
DOWNLOAD="https://pypi.python.org/packages/87/eb/f5e6eb9f129532368242f8c36cec78c9c0a28f6b3a74de2ecf5a5fe56c4c/GitPython-2.0.3.tar.gz"
|
||||
MD5SUM="5459f90fa49c23643420f9ce07830f22"
|
||||
DOWNLOAD="https://pypi.python.org/packages/47/28/30f51df811ccdde2f719c034afc1cd1b036dcbb94ecf93ee61af25fe1738/GitPython-2.0.5.tar.gz"
|
||||
MD5SUM="f4f60f269fb5f6a332c653a5bc015239"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gitdb"
|
||||
|
|
Loading…
Reference in a new issue