summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Arn02022-03-14 13:31:38 +0100
committer Willy Sudiarto Raharjo2022-03-17 18:26:03 +0100
commit365c29f5cff546ac48b446b6c1b5ee00d652b832 (patch)
tree769050871c3ea477194ce2de22a5d6479bd86d45 /python
parent6323c878b68fa5b7cb8898266369b083e8e2b601 (diff)
downloadslackbuilds-365c29f5cff546ac48b446b6c1b5ee00d652b832.tar.gz
python/python3-parso: renamed from parso
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/parso/slack-desc19
-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-desc19
5 files changed, 26 insertions, 25 deletions
diff --git a/python/parso/slack-desc b/python/parso/slack-desc
deleted file mode 100644
index c867d5e43a..0000000000
--- 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 290b0c92ff..290b0c92ff 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 a606e4d760..8dd275dfa1 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 f0f3a6a251..e181a12d2f 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 0000000000..2b97ca9177
--- /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: