diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/parso/slack-desc | 19 | ||||
-rw-r--r-- | python/python3-parso/README (renamed from python/parso/README) | 0 | ||||
-rw-r--r-- | python/python3-parso/python3-parso.SlackBuild (renamed from python/parso/parso.SlackBuild) | 11 | ||||
-rw-r--r-- | python/python3-parso/python3-parso.info (renamed from python/parso/parso.info) | 2 | ||||
-rw-r--r-- | python/python3-parso/slack-desc | 19 |
5 files changed, 26 insertions, 25 deletions
diff --git a/python/parso/slack-desc b/python/parso/slack-desc deleted file mode 100644 index c867d5e43a09..000000000000 --- a/python/parso/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -parso: parso (Python parser) -parso: -parso: Parso is a Python parser that supports error recovery and round-trip -parso: parsing for different Python versions (in multiple Python versions). -parso: Parso is also able to list multiple syntax errors in your python file. -parso: -parso: -parso: -parso: -parso: -parso: diff --git a/python/parso/README b/python/python3-parso/README index 290b0c92ff13..290b0c92ff13 100644 --- a/python/parso/README +++ b/python/python3-parso/README diff --git a/python/parso/parso.SlackBuild b/python/python3-parso/python3-parso.SlackBuild index a606e4d76073..8dd275dfa11a 100644 --- a/python/parso/parso.SlackBuild +++ b/python/python3-parso/python3-parso.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Slackware build script for parso +# Slackware build script for python3-parso # Copyright 2021 Yth | Pont-en-Royans, France | yth@ythogtha.org # Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> @@ -25,7 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) -PRGNAM=parso +PRGNAM=python3-parso +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-0.8.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,9 +71,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/python/parso/parso.info b/python/python3-parso/python3-parso.info index f0f3a6a251b9..e181a12d2f54 100644 --- a/python/parso/parso.info +++ b/python/python3-parso/python3-parso.info @@ -1,4 +1,4 @@ -PRGNAM="parso" +PRGNAM="python3-parso" VERSION="0.8.3" HOMEPAGE="https://github.com/davidhalter/parso" DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.8.3/parso-0.8.3.tar.gz" diff --git a/python/python3-parso/slack-desc b/python/python3-parso/slack-desc new file mode 100644 index 000000000000..2b97ca9177d7 --- /dev/null +++ b/python/python3-parso/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-parso: python3-parso (Python parser) +python3-parso: +python3-parso: Parso is a Python parser that supports error recovery and round-trip +python3-parso: parsing for different Python versions (in multiple Python versions). +python3-parso: Parso is also able to list multiple syntax errors in your python file. +python3-parso: +python3-parso: +python3-parso: +python3-parso: +python3-parso: +python3-parso: |