diff options
-rw-r--r-- | python/python-slacklog/README | 2 | ||||
-rw-r--r-- | python/python-slacklog/python-slacklog.info | 10 | ||||
-rw-r--r-- | python/python-slacklog/slack-desc | 19 | ||||
-rw-r--r-- | python/python2-slacklog/README | 3 | ||||
-rw-r--r-- | python/python2-slacklog/python2-slacklog.SlackBuild (renamed from python/python-slacklog/python-slacklog.SlackBuild) | 8 | ||||
-rw-r--r-- | python/python2-slacklog/python2-slacklog.info | 10 | ||||
-rw-r--r-- | python/python2-slacklog/slack-desc | 19 |
7 files changed, 36 insertions, 35 deletions
diff --git a/python/python-slacklog/README b/python/python-slacklog/README deleted file mode 100644 index 56b9413917ceb..0000000000000 --- a/python/python-slacklog/README +++ /dev/null @@ -1,2 +0,0 @@ -slacklog provides a program and a library to convert a Slackware ChangeLog -into other formats. Currently, RSS, Atom, and PyBlosxom formats are supported. diff --git a/python/python-slacklog/python-slacklog.info b/python/python-slacklog/python-slacklog.info deleted file mode 100644 index 7a1c15cf80997..0000000000000 --- a/python/python-slacklog/python-slacklog.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="python-slacklog" -VERSION="0.9.6" -HOMEPAGE="https://pypi.org/project/slacklog/" -DOWNLOAD="https://files.pythonhosted.org/packages/c2/f6/ace886f49cba8f4483eb16c3b26bddccbbfdb3f4c042213339369a2e36ed/slacklog-0.9.6.tar.gz" -MD5SUM="5f3d2bb8ec2c11b74e416fca9c345ec5" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="python-dateutil" -MAINTAINER="Robby Workman" -EMAIL="rworkman@slackbuilds.org" diff --git a/python/python-slacklog/slack-desc b/python/python-slacklog/slack-desc deleted file mode 100644 index 721f6ff0279b9..0000000000000 --- a/python/python-slacklog/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-slacklog: python-slacklog (Convert Slackware ChangeLog to various formats) -python-slacklog: -python-slacklog: python-slacklog provides a program and a library to convert a -python-slacklog: Slackware ChangeLog into other formats. Currently, RSS, Atom, -python-slacklog: and PyBlosxom formats are supported. -python-slacklog: -python-slacklog: Homepage: https://pypi.python.org/pypi/slacklog -python-slacklog: -python-slacklog: -python-slacklog: -python-slacklog: diff --git a/python/python2-slacklog/README b/python/python2-slacklog/README new file mode 100644 index 0000000000000..4f06b603fb271 --- /dev/null +++ b/python/python2-slacklog/README @@ -0,0 +1,3 @@ +slacklog provides a program and a library to convert a Slackware +ChangeLog into other formats. Currently, RSS, Atom, and PyBlosxom +formats are supported. diff --git a/python/python-slacklog/python-slacklog.SlackBuild b/python/python2-slacklog/python2-slacklog.SlackBuild index 87e3a32f3d31e..3c5e06c6c316c 100644 --- a/python/python-slacklog/python-slacklog.SlackBuild +++ b/python/python2-slacklog/python2-slacklog.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-slacklog -# Copyright 2017,2021, Robby Workman, Tuscaloosa, AL +# Copyright 2017, Robby Workman, Tuscaloosa, AL # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,8 +22,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=python-slacklog -VERSION=${VERSION:-0.9.6} +PRGNAM=python2-slacklog +VERSION=${VERSION:-0.9.0} 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 {} \; -python3 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/python2-slacklog/python2-slacklog.info b/python/python2-slacklog/python2-slacklog.info new file mode 100644 index 0000000000000..5441b7fc347a2 --- /dev/null +++ b/python/python2-slacklog/python2-slacklog.info @@ -0,0 +1,10 @@ +PRGNAM="python2-slacklog" +VERSION="0.9.0" +HOMEPAGE="https://pypi.python.org/pypi/slacklog" +DOWNLOAD="https://pypi.python.org/packages/b2/39/9ddedfcb1eeaef3d869893f2706c0503b916df06ba697e2798551ff639a1/slacklog-0.9.0.tar.gz" +MD5SUM="b7f09b156ea0b6345410807a7e18794f" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="python2-dateutil" +MAINTAINER="Robby Workman" +EMAIL="rworkman@slackbuilds.org" diff --git a/python/python2-slacklog/slack-desc b/python/python2-slacklog/slack-desc new file mode 100644 index 0000000000000..3fb46bcd90263 --- /dev/null +++ b/python/python2-slacklog/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-slacklog: python2-slacklog (Convert Slackware ChangeLog to various formats) +python2-slacklog: +python2-slacklog: python2-slacklog provides a program and a library to convert a +python2-slacklog: Slackware ChangeLog into other formats. Currently, RSS, Atom, +python2-slacklog: and PyBlosxom formats are supported. +python2-slacklog: +python2-slacklog: Homepage: https://pypi.python.org/pypi/slacklog +python2-slacklog: +python2-slacklog: +python2-slacklog: +python2-slacklog: |