summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-10-14 08:57:09 +0200
committer Willy Sudiarto Raharjo2021-10-14 08:57:09 +0200
commit8585e0dbabb52a1c4550a8db3ec340289fa65763 (patch)
treeb34f38e8484ec9030cc89b15b9c314a086a9a651 /python
parent7f44fee5d6e6f48e1ca0a1c489c51452debe0590 (diff)
downloadslackbuilds-8585e0dbabb52a1c4550a8db3ec340289fa65763.tar.gz
python/python3-configargparse: Renamed from python-configargparse.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python-configargparse/slack-desc19
-rw-r--r--python/python3-configargparse/README (renamed from python/python-configargparse/README)0
-rw-r--r--python/python3-configargparse/python3-configargparse.SlackBuild (renamed from python/python-configargparse/python-configargparse.SlackBuild)4
-rw-r--r--python/python3-configargparse/python3-configargparse.info (renamed from python/python-configargparse/python-configargparse.info)2
-rw-r--r--python/python3-configargparse/slack-desc19
5 files changed, 22 insertions, 22 deletions
diff --git a/python/python-configargparse/slack-desc b/python/python-configargparse/slack-desc
deleted file mode 100644
index 985c824b43..0000000000
--- a/python/python-configargparse/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------------------------------------------------------|
-python-configargparse: python-configargparse (Python module)
-python-configargparse:
-python-configargparse: A drop-in replacement for argparse that allows options to also be set
-python-configargparse: via config files and/or environment variables
-python-configargparse:
-python-configargparse:
-python-configargparse:
-python-configargparse:
-python-configargparse: Project URL: https://github.com/bw2/ConfigArgParse
-python-configargparse:
-python-configargparse:
diff --git a/python/python-configargparse/README b/python/python3-configargparse/README
index 2d7e00f0db..2d7e00f0db 100644
--- a/python/python-configargparse/README
+++ b/python/python3-configargparse/README
diff --git a/python/python-configargparse/python-configargparse.SlackBuild b/python/python3-configargparse/python3-configargparse.SlackBuild
index c4115631fa..1d41920039 100644
--- a/python/python-configargparse/python-configargparse.SlackBuild
+++ b/python/python3-configargparse/python3-configargparse.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Slackware build script for python-configargparse
+# Slackware build script for python3-configargparse
# Copyright 2015-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
-PRGNAM=python-configargparse
+PRGNAM=python3-configargparse
SRCNAM=ConfigArgParse
VERSION=${VERSION:-1.5.1}
BUILD=${BUILD:-1}
diff --git a/python/python-configargparse/python-configargparse.info b/python/python3-configargparse/python3-configargparse.info
index c6c37d6888..87aeb41097 100644
--- a/python/python-configargparse/python-configargparse.info
+++ b/python/python3-configargparse/python3-configargparse.info
@@ -1,4 +1,4 @@
-PRGNAM="python-configargparse"
+PRGNAM="python3-configargparse"
VERSION="1.5.1"
HOMEPAGE="https://github.com/bw2/ConfigArgParse"
DOWNLOAD="https://github.com/bw2/ConfigArgParse/archive/v1.5.1/ConfigArgParse-1.5.1.tar.gz"
diff --git a/python/python3-configargparse/slack-desc b/python/python3-configargparse/slack-desc
new file mode 100644
index 0000000000..b3915f9e53
--- /dev/null
+++ b/python/python3-configargparse/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-configargparse: python3-configargparse (Python module)
+python3-configargparse:
+python3-configargparse: A drop-in replacement for argparse that allows options to also be set
+python3-configargparse: via config files and/or environment variables
+python3-configargparse:
+python3-configargparse:
+python3-configargparse:
+python3-configargparse:
+python3-configargparse: Project URL: https://github.com/bw2/ConfigArgParse
+python3-configargparse:
+python3-configargparse: