mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/monodevelop-python: Updated for version 2.6.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
db07e16258
commit
bccf24dcc5
3 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
Python support for MonoDevelop
|
||||
|
||||
The Python Binding has been greatly improved since MonoDevelop 2.2. Here is
|
||||
The Python Binding has been greatly improved since MonoDevelop 2.2. Here is
|
||||
a summary of the features supported by the add-in:
|
||||
- Robust and fast code completion support
|
||||
- Quick class/method finder at the top of the file
|
||||
|
@ -8,4 +8,4 @@ a summary of the features supported by the add-in:
|
|||
- Support for Python 2.5 and 2.6
|
||||
- Code folding for Python blocks
|
||||
|
||||
This requires: Mono, MonoDevelop
|
||||
This requires: mono, monodevelop
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=monodevelop-python
|
||||
VERSION=${VERSION:-2.4}
|
||||
VERSION=${VERSION:-2.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -49,7 +49,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="monodevelop-python"
|
||||
VERSION="2.4"
|
||||
VERSION="2.6"
|
||||
HOMEPAGE="http://monodevelop.com/"
|
||||
DOWNLOAD="http://ftp.novell.com/pub/mono/sources/monodevelop-python/monodevelop-python-2.4.tar.bz2"
|
||||
MD5SUM="c2d81e43d2e5182544c51728dc61faa9"
|
||||
DOWNLOAD="http://download.mono-project.com/sources/monodevelop-python/monodevelop-python-2.6.tar.gz"
|
||||
MD5SUM="9775d773cd9dd51d0337cf6f95cb29f4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Andre Barboza"
|
||||
EMAIL="bmg.andre@gmail.com"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue