mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/hgsubversion: Updated for version 1.3.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
0e71d65bba
commit
51667119ae
3 changed files with 8 additions and 9 deletions
|
@ -1,2 +1,5 @@
|
||||||
hgsubversion is an extension for Mercurial that allows using Mercurial
|
hgsubversion is an extension for Mercurial that allows using Mercurial
|
||||||
as a Subversion client.
|
as a Subversion client.
|
||||||
|
|
||||||
|
Although hgsubversion will work with SWIG bindings provided with
|
||||||
|
Subversion, it is recommended to install subvertpy (available at SBo).
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
|
# Written by Audrius Kažukauskas <audrius@neutrino.lt>
|
||||||
|
|
||||||
PRGNAM=hgsubversion
|
PRGNAM=hgsubversion
|
||||||
VERSION=${VERSION:-1.2.1}
|
VERSION=${VERSION:-1.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -30,11 +30,7 @@ rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$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 . \
|
chmod -R u+w,go+r-w,a-s .
|
||||||
\( -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
|
python setup.py install --root=$PKG
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="hgsubversion"
|
PRGNAM="hgsubversion"
|
||||||
VERSION="1.2.1"
|
VERSION="1.3"
|
||||||
HOMEPAGE="https://bitbucket.org/durin42/hgsubversion"
|
HOMEPAGE="https://bitbucket.org/durin42/hgsubversion"
|
||||||
DOWNLOAD="http://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.2.1.tar.gz"
|
DOWNLOAD="http://pypi.python.org/packages/source/h/hgsubversion/hgsubversion-1.3.tar.gz"
|
||||||
MD5SUM="64dca91cd8cd337ae123a7ead9e8ad5b"
|
MD5SUM="31ef646085275c408d9932e4a00b3075"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Audrius Kažukauskas"
|
MAINTAINER="Audrius Kažukauskas"
|
||||||
|
|
Loading…
Reference in a new issue