diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-14 21:34:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-19 18:40:04 +0700 |
commit | f994f105c6a511d82e6bdfb0c127444e7f9f74c4 (patch) | |
tree | 6d7f5cf51b92ec92dc83f7e08c5ca77de630722f /python | |
parent | 876dae8127f136b9d31d4e926e4ec6786e59e2f1 (diff) | |
download | slackbuilds-f994f105c6a511d82e6bdfb0c127444e7f9f74c4.tar.gz |
python/python-uri-templates: Renamed python2-uri-templates.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-uri-templates/slack-desc | 19 | ||||
-rw-r--r-- | python/python2-uri-templates/README (renamed from python/python-uri-templates/README) | 0 | ||||
-rw-r--r-- | python/python2-uri-templates/python2-uri-templates.SlackBuild (renamed from python/python-uri-templates/python-uri-templates.SlackBuild) | 4 | ||||
-rw-r--r-- | python/python2-uri-templates/python2-uri-templates.info (renamed from python/python-uri-templates/python-uri-templates.info) | 2 | ||||
-rw-r--r-- | python/python2-uri-templates/slack-desc | 19 |
5 files changed, 22 insertions, 22 deletions
diff --git a/python/python-uri-templates/slack-desc b/python/python-uri-templates/slack-desc deleted file mode 100644 index eb5690706f..0000000000 --- a/python/python-uri-templates/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-uri-templates: python-uri-templates (Python implementation of URI Template) -python-uri-templates: -python-uri-templates: This is a Python implementation of RFC6570, URI Template, and can -python-uri-templates: expand templates up to and including Level 4 in that specification. -python-uri-templates: -python-uri-templates: Homepage: https://github.com/uri-templates/ -python-uri-templates: -python-uri-templates: -python-uri-templates: -python-uri-templates: -python-uri-templates: diff --git a/python/python-uri-templates/README b/python/python2-uri-templates/README index 30973b3c00..30973b3c00 100644 --- a/python/python-uri-templates/README +++ b/python/python2-uri-templates/README diff --git a/python/python-uri-templates/python-uri-templates.SlackBuild b/python/python2-uri-templates/python2-uri-templates.SlackBuild index 7e31c4edb6..412636d4bb 100644 --- a/python/python-uri-templates/python-uri-templates.SlackBuild +++ b/python/python2-uri-templates/python2-uri-templates.SlackBuild @@ -24,7 +24,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=python-uri-templates +PRGNAM=python2-uri-templates SRCNAM1=uri-template-py SRCNAM2=uritemplate-py-uri-template-py VERSION=${VERSION:-0.6} @@ -73,7 +73,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 \ diff --git a/python/python-uri-templates/python-uri-templates.info b/python/python2-uri-templates/python2-uri-templates.info index 3fdd2a3ec3..70506ea853 100644 --- a/python/python-uri-templates/python-uri-templates.info +++ b/python/python2-uri-templates/python2-uri-templates.info @@ -1,4 +1,4 @@ -PRGNAM="python-uri-templates" +PRGNAM="python2-uri-templates" VERSION="0.6" HOMEPAGE="https://github.com/uri-templates/" DOWNLOAD="https://github.com/uri-templates/uritemplate-py/archive/uri-template-py-0.6.tar.gz" diff --git a/python/python2-uri-templates/slack-desc b/python/python2-uri-templates/slack-desc new file mode 100644 index 0000000000..dd6b5c4501 --- /dev/null +++ b/python/python2-uri-templates/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-uri-templates: python2-uri-templates (Python implementation of URI Template) +python2-uri-templates: +python2-uri-templates: This is a Python implementation of RFC6570, URI Template, and can +python2-uri-templates: expand templates up to and including Level 4 in that specification. +python2-uri-templates: +python2-uri-templates: Homepage: https://github.com/uri-templates/ +python2-uri-templates: +python2-uri-templates: +python2-uri-templates: +python2-uri-templates: +python2-uri-templates: |