diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-29 17:14:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-02 01:03:02 +0700 |
commit | 1efc7a053db2f71dd8fe08d66922c77ac123b053 (patch) | |
tree | b23ecb3c9b67804b18398d55e9ff4551012b6d99 | |
parent | a8a533bb073f433f99111ec43327709475213379 (diff) | |
download | slackbuilds-1efc7a053db2f71dd8fe08d66922c77ac123b053.tar.gz |
python/python2-cached-property: Renamed python2-cached-property.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python-cached-property/slack-desc | 19 | ||||
-rw-r--r-- | python/python2-cached-property/README (renamed from python/python-cached-property/README) | 0 | ||||
-rw-r--r-- | python/python2-cached-property/python2-cached-property.SlackBuild (renamed from python/python-cached-property/python-cached-property.SlackBuild) | 6 | ||||
-rw-r--r-- | python/python2-cached-property/python2-cached-property.info (renamed from python/python-cached-property/python-cached-property.info) | 2 | ||||
-rw-r--r-- | python/python2-cached-property/slack-desc | 19 |
5 files changed, 23 insertions, 23 deletions
diff --git a/python/python-cached-property/slack-desc b/python/python-cached-property/slack-desc deleted file mode 100644 index eeb010102d..0000000000 --- a/python/python-cached-property/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-cached-property: python-cached-property (decorator for caching properties in classes) -python-cached-property: -python-cached-property: Homepage: https://github.com/pydanny/cached-property -python-cached-property: -python-cached-property: -python-cached-property: -python-cached-property: -python-cached-property: -python-cached-property: -python-cached-property: -python-cached-property: diff --git a/python/python-cached-property/README b/python/python2-cached-property/README index f5f4d6f535..f5f4d6f535 100644 --- a/python/python-cached-property/README +++ b/python/python2-cached-property/README diff --git a/python/python-cached-property/python-cached-property.SlackBuild b/python/python2-cached-property/python2-cached-property.SlackBuild index 27ff44ca75..e51733a6b3 100644 --- a/python/python-cached-property/python-cached-property.SlackBuild +++ b/python/python2-cached-property/python2-cached-property.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for python-cached-property +# Slackware build script for python2-cached-property # Copyright 2017-2018 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. @@ -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-cached-property +PRGNAM=python2-cached-property VERSION=${VERSION:-1.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,7 +57,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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS.rst HISTORY.rst LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/python/python-cached-property/python-cached-property.info b/python/python2-cached-property/python2-cached-property.info index 0e729115c4..90e0c2a5ac 100644 --- a/python/python-cached-property/python-cached-property.info +++ b/python/python2-cached-property/python2-cached-property.info @@ -1,4 +1,4 @@ -PRGNAM="python-cached-property" +PRGNAM="python2-cached-property" VERSION="1.4.2" HOMEPAGE="https://github.com/pydanny/cached-property" DOWNLOAD="https://files.pythonhosted.org/packages/d4/c4/3cc804063fb5f3f63747a68c620145dc54e62b2dd2779f86a477e033fbad/cached-property-1.4.2.tar.gz" diff --git a/python/python2-cached-property/slack-desc b/python/python2-cached-property/slack-desc new file mode 100644 index 0000000000..100d3b4fec --- /dev/null +++ b/python/python2-cached-property/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-cached-property: python2-cached-property (decorator for caching properties in classes) +python2-cached-property: +python2-cached-property: Homepage: https://github.com/pydanny/cached-property +python2-cached-property: +python2-cached-property: +python2-cached-property: +python2-cached-property: +python2-cached-property: +python2-cached-property: +python2-cached-property: +python2-cached-property: |