summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Arn02022-03-08 22:51:30 +0100
committer Willy Sudiarto Raharjo2022-03-09 03:41:52 +0100
commit6defd021c989bff824fb7eea1c399ba0ada73e8c (patch)
treeae39450b48b0fe82e97841fc5b0162657c975cfc /python
parent5bcf2801eff053d2f38f39c0730cbcf73cae7605 (diff)
downloadslackbuilds-6defd021c989bff824fb7eea1c399ba0ada73e8c.tar.gz
python/python3-beaker: renamed from Beaker for python3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/Beaker/slack-desc19
-rw-r--r--python/python3-beaker/README (renamed from python/Beaker/README)0
-rw-r--r--python/python3-beaker/python3-beaker.SlackBuild (renamed from python/Beaker/Beaker.SlackBuild)10
-rw-r--r--python/python3-beaker/python3-beaker.info (renamed from python/Beaker/Beaker.info)4
-rw-r--r--python/python3-beaker/slack-desc19
5 files changed, 26 insertions, 26 deletions
diff --git a/python/Beaker/slack-desc b/python/Beaker/slack-desc
deleted file mode 100644
index 6316ed045d..0000000000
--- a/python/Beaker/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------------------------------------------------------|
-Beaker: Beaker (Caching Library)
-Beaker:
-Beaker: Beaker is a library for caching and sessions for use with web
-Beaker: applications and stand-alone Python scripts and applications.
-Beaker:
-Beaker: It comes with WSGI middleware for easy drop-in use with WSGI based
-Beaker: web applications, and caching decorators for ease of use with any
-Beaker: Python based application.
-Beaker:
-Beaker:
-Beaker:
diff --git a/python/Beaker/README b/python/python3-beaker/README
index 430003fca1..430003fca1 100644
--- a/python/Beaker/README
+++ b/python/python3-beaker/README
diff --git a/python/Beaker/Beaker.SlackBuild b/python/python3-beaker/python3-beaker.SlackBuild
index 757bcdc7d4..5e69d709ac 100644
--- a/python/Beaker/Beaker.SlackBuild
+++ b/python/python3-beaker/python3-beaker.SlackBuild
@@ -22,7 +22,8 @@
cd $(dirname $0) ; CWD=$(pwd)
-PRGNAM=Beaker
+PRGNAM=python3-beaker
+SRCNAM=Beaker
VERSION=${VERSION:-1.11.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,9 +54,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 \
@@ -63,7 +64,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python2 setup.py install --root=$PKG
python3 setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/python/Beaker/Beaker.info b/python/python3-beaker/python3-beaker.info
index cc85e514b4..391ef0e0eb 100644
--- a/python/Beaker/Beaker.info
+++ b/python/python3-beaker/python3-beaker.info
@@ -1,10 +1,10 @@
-PRGNAM="Beaker"
+PRGNAM="python3-beaker"
VERSION="1.11.0"
HOMEPAGE="https://beaker.readthedocs.io/"
DOWNLOAD="https://pypi.python.org/packages/source/B/Beaker/Beaker-1.11.0.tar.gz"
MD5SUM="21e1464acaf5358d90133d1e0cc189b6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="funcsigs"
+REQUIRES=""
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"
diff --git a/python/python3-beaker/slack-desc b/python/python3-beaker/slack-desc
new file mode 100644
index 0000000000..9da335722f
--- /dev/null
+++ b/python/python3-beaker/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-beaker: python3-beaker (Caching Library)
+python3-beaker:
+python3-beaker: Beaker is a library for caching and sessions for use with web
+python3-beaker: applications and stand-alone Python scripts and applications.
+python3-beaker:
+python3-beaker: It comes with WSGI middleware for easy drop-in use with WSGI based
+python3-beaker: web applications, and caching decorators for ease of use with any
+python3-beaker: Python based application.
+python3-beaker:
+python3-beaker:
+python3-beaker: