gis/python3-pyproj: renamed from gis/pyproj
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4064e9ea0b
commit
8f0fea2072
|
@ -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:
|
|
@ -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 \
|
|
@ -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"
|
|
@ -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:
|
Loading…
Reference in New Issue