diff options
author | ArTourter <artourter@gmail.com> | 2022-03-09 12:33:18 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 21:29:30 +0700 |
commit | 8f0fea2072bf7f3f9cb44d31065ada1de24b0e49 (patch) | |
tree | 7ab38744f6e1d4f95702d15b242299746b83b05a | |
parent | 4064e9ea0b98bb9cac5f1544d2593db907884d4c (diff) |
gis/python3-pyproj: renamed from gis/pyproj
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | gis/pyproj/slack-desc | 19 | ||||
-rw-r--r-- | gis/python3-pyproj/README (renamed from gis/pyproj/README) | 0 | ||||
-rw-r--r-- | gis/python3-pyproj/python3-pyproj.SlackBuild (renamed from gis/pyproj/pyproj.SlackBuild) | 12 | ||||
-rw-r--r-- | gis/python3-pyproj/python3-pyproj.info (renamed from gis/pyproj/pyproj.info) | 2 | ||||
-rw-r--r-- | gis/python3-pyproj/slack-desc | 19 |
5 files changed, 27 insertions, 25 deletions
diff --git a/gis/pyproj/slack-desc b/gis/pyproj/slack-desc deleted file mode 100644 index b7fe3654f891..000000000000 --- a/gis/pyproj/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------------------------------------------------------| -pyproj: pyproj (Python interface to the PROJ.4 library) -pyproj: -pyproj: pyproj can convert from geographic (longitude,latitude) to native -pyproj: map projection (x,y) coordinates and vice versa, or from one map -pyproj: projection coordinate system directly to another. -pyproj: -pyproj: Homepage: http://code.google.com/p/pyproj/ -pyproj: -pyproj: -pyproj: -pyproj: diff --git a/gis/pyproj/README b/gis/python3-pyproj/README index b86dd367a69a..b86dd367a69a 100644 --- a/gis/pyproj/README +++ b/gis/python3-pyproj/README diff --git a/gis/pyproj/pyproj.SlackBuild b/gis/python3-pyproj/python3-pyproj.SlackBuild index 37cf56e3f497..e962a49b1503 100644 --- a/gis/pyproj/pyproj.SlackBuild +++ b/gis/python3-pyproj/python3-pyproj.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for pyproj # Copyright 2013-2021 Benjamin Trigona-Harany -# Copyright 2021 Gregory J. L. Tourte <artourter@gmail.com> +# Copyright 2021-2022 Gregory J. L. Tourte <artourter@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,12 +25,14 @@ cd $(dirname $0) ; CWD=$(pwd) -PRGNAM=pyproj +PRGNAM=python3-pyproj VERSION=${VERSION:-3.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} +SRCNAM=pyproj + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; @@ -70,9 +72,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-${VERSION} -tar xvf $CWD/$PRGNAM-${VERSION}.tar.gz -cd $PRGNAM-${VERSION} +rm -rf $SRCNAM-${VERSION} +tar xvf $CWD/$SRCNAM-${VERSION}.tar.gz +cd $SRCNAM-${VERSION} chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/gis/pyproj/pyproj.info b/gis/python3-pyproj/python3-pyproj.info index 052406434353..1329a6caea4e 100644 --- a/gis/pyproj/pyproj.info +++ b/gis/python3-pyproj/python3-pyproj.info @@ -1,4 +1,4 @@ -PRGNAM="pyproj" +PRGNAM="python3-pyproj" VERSION="3.3.0" HOMEPAGE="https://github.com/pyproj4/pyproj" DOWNLOAD="https://github.com/pyproj4/pyproj/archive/3.3.0/pyproj-3.3.0.tar.gz" diff --git a/gis/python3-pyproj/slack-desc b/gis/python3-pyproj/slack-desc new file mode 100644 index 000000000000..4a0ae0947b3b --- /dev/null +++ b/gis/python3-pyproj/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-pyproj: pyproj (Python interface to the PROJ.4 library) +python3-pyproj: +python3-pyproj: pyproj can convert from geographic (longitude,latitude) to native +python3-pyproj: map projection (x,y) coordinates and vice versa, or from one map +python3-pyproj: projection coordinate system directly to another. +python3-pyproj: +python3-pyproj: Homepage: http://code.google.com/p/pyproj/ +python3-pyproj: +python3-pyproj: +python3-pyproj: +python3-pyproj: |