diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-03 06:50:17 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-05-03 01:49:58 -0500 |
commit | 7e8912f3591c6ec8e0c8dec299a997cb2064e951 (patch) | |
tree | 904bef23990e6ab47d7b26bcc177647cd8a615ba | |
parent | 919b3a5df1c54b0e212e787d184efbbc2982b238 (diff) | |
download | slackbuilds-7e8912f3591c6ec8e0c8dec299a997cb2064e951.tar.gz |
python/python-progress: Renamed python2-progress.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
-rw-r--r-- | python/python-progress/slack-desc | 19 | ||||
-rw-r--r-- | python/python2-progress/README (renamed from python/python-progress/README) | 0 | ||||
-rw-r--r-- | python/python2-progress/python2-progress.SlackBuild (renamed from python/python-progress/python-progress.SlackBuild) | 4 | ||||
-rw-r--r-- | python/python2-progress/python2-progress.info (renamed from python/python-progress/python-progress.info) | 2 | ||||
-rw-r--r-- | python/python2-progress/slack-desc | 19 |
5 files changed, 22 insertions, 22 deletions
diff --git a/python/python-progress/slack-desc b/python/python-progress/slack-desc deleted file mode 100644 index c4eff9f573..0000000000 --- a/python/python-progress/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-progress: python-progress (easy to use progress bars) -python-progress: -python-progress: python-progress provides several canned progress bars for command line -python-progress: Python programs. -python-progress: -python-progress: -python-progress: -python-progress: -python-progress: -python-progress: -python-progress: diff --git a/python/python-progress/README b/python/python2-progress/README index 16573529e7..16573529e7 100644 --- a/python/python-progress/README +++ b/python/python2-progress/README diff --git a/python/python-progress/python-progress.SlackBuild b/python/python2-progress/python2-progress.SlackBuild index 925bc334d4..f0694347f6 100644 --- a/python/python-progress/python-progress.SlackBuild +++ b/python/python2-progress/python2-progress.SlackBuild @@ -22,7 +22,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=python-progress +PRGNAM=python2-progress VERSION=${VERSION:-1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,7 @@ 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 {} \; -python setup.py install --root=$PKG +python2 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/python/python-progress/python-progress.info b/python/python2-progress/python2-progress.info index 57aeb5af9e..4f3f136648 100644 --- a/python/python-progress/python-progress.info +++ b/python/python2-progress/python2-progress.info @@ -1,4 +1,4 @@ -PRGNAM="python-progress" +PRGNAM="python2-progress" VERSION="1.5" HOMEPAGE="https://github.com/verigak/progress/" DOWNLOAD="https://github.com/verigak/progress/archive/1.5/progress-1.5.tar.gz" diff --git a/python/python2-progress/slack-desc b/python/python2-progress/slack-desc new file mode 100644 index 0000000000..dd55084b7d --- /dev/null +++ b/python/python2-progress/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------------------------------------------------------| +python2-progress: python2-progress (easy to use progress bars) +python2-progress: +python2-progress: python2-progress provides several canned progress bars for command +python2-progress: line Python programs. +python2-progress: +python2-progress: +python2-progress: +python2-progress: +python2-progress: +python2-progress: +python2-progress: |