summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-14 13:57:09 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-14 13:57:09 +0700
commit8585e0dbabb52a1c4550a8db3ec340289fa65763 (patch)
treeb34f38e8484ec9030cc89b15b9c314a086a9a651
parent7f44fee5d6e6f48e1ca0a1c489c51452debe0590 (diff)
downloadslackbuilds-8585e0dbabb52a1c4550a8db3ec340289fa65763.tar.gz
slackbuilds-8585e0dbabb52a1c4550a8db3ec340289fa65763.tar.xz
python/python3-configargparse: Renamed from python-configargparse.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/yle-dl/yle-dl.info2
-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
-rw-r--r--system/letsencrypt/letsencrypt.info2
-rw-r--r--system/locust/locust.info2
8 files changed, 25 insertions, 25 deletions
diff --git a/network/yle-dl/yle-dl.info b/network/yle-dl/yle-dl.info
index bd400d4655..8994f9a07f 100644
--- a/network/yle-dl/yle-dl.info
+++ b/network/yle-dl/yle-dl.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/aajanki/yle-dl/archive/20210917/yle-dl-20210917.tar
MD5SUM="cadb3702bb14bbbdf7e263dde9a2de33"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="lxml python3-attrs python-configargparse"
+REQUIRES="lxml python3-attrs python3-configargparse"
MAINTAINER="Markus Rinne"
EMAIL="markus.ka.rinne@gmail.com"
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:
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info
index 05300567b6..dc1b405dcf 100644
--- a/system/letsencrypt/letsencrypt.info
+++ b/system/letsencrypt/letsencrypt.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/certbot/certbot/archive/v1.20.0/certbot-1.20.0.tar.
MD5SUM="18c0da640f373d207cf3eacd1172b72f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="configobj mock pytz python3-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python3-augeas josepy funcsigs requests-toolbelt"
+REQUIRES="configobj mock pytz python3-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python3-configargparse werkzeug ndg_httpsclient python3-augeas josepy funcsigs requests-toolbelt"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"
diff --git a/system/locust/locust.info b/system/locust/locust.info
index 4f262a8b68..42eb1c3556 100644
--- a/system/locust/locust.info
+++ b/system/locust/locust.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/ba/fb/ee2cfef14f362a3e943ffee6
MD5SUM="b6a146604504b3216911f35481d712bd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-geventhttpclient python3-Flask-Basicauth python3-pyzmq msgpack-python zope.interface zope.event psutil python-configargparse"
+REQUIRES="python3-geventhttpclient python3-Flask-Basicauth python3-pyzmq msgpack-python zope.interface zope.event psutil python3-configargparse"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"