diff options
author | ArTourter <artourter@gmail.com> | 2022-03-09 13:28:28 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 21:29:30 +0700 |
commit | 3bfe6747efb3cf7596aa99b88d7eb09ac21f471b (patch) | |
tree | cb801a5dd549d5f722ec852514f3eeec50bd5cbd | |
parent | 8f0fea2072bf7f3f9cb44d31065ada1de24b0e49 (diff) |
gis/python3-cartopy: Renamed from gis/cartopy
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | gis/cartopy/slack-desc | 19 | ||||
-rw-r--r-- | gis/python3-cartopy/README (renamed from gis/cartopy/README) | 2 | ||||
-rw-r--r-- | gis/python3-cartopy/python3-cartopy.SlackBuild (renamed from gis/cartopy/cartopy.SlackBuild) | 7 | ||||
-rw-r--r-- | gis/python3-cartopy/python3-cartopy.info (renamed from gis/cartopy/cartopy.info) | 4 | ||||
-rw-r--r-- | gis/python3-cartopy/slack-desc | 19 |
5 files changed, 26 insertions, 25 deletions
diff --git a/gis/cartopy/slack-desc b/gis/cartopy/slack-desc deleted file mode 100644 index c119c9506069..000000000000 --- a/gis/cartopy/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------------------------------------------------------| -cartopy: cartopy (cartographic tools for Python) -cartopy: -cartopy: Cartopy is a Python package designed to make drawing maps for data -cartopy: analysis and visualisation as easy as possible. -cartopy: -cartopy: -cartopy: -cartopy: -cartopy: -cartopy: -cartopy: diff --git a/gis/cartopy/README b/gis/python3-cartopy/README index 3e1086f905f5..a8c247d5ec6e 100644 --- a/gis/cartopy/README +++ b/gis/python3-cartopy/README @@ -7,5 +7,5 @@ Some of the key features of cartopy are: * point, line, polygon and image transformations between projections * integration to expose advanced mapping in matplotlib with a simple and intuitive interface -* powerful vector data handling by integrating shapefile reading with Shapely +* powerful vector data handling by integrating shapefile reading with shapely capabilities diff --git a/gis/cartopy/cartopy.SlackBuild b/gis/python3-cartopy/python3-cartopy.SlackBuild index 4b66c62209f9..bd2e3cf72f08 100644 --- a/gis/cartopy/cartopy.SlackBuild +++ b/gis/python3-cartopy/python3-cartopy.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Slackware build script for cartopy +# Slackware build script for python3-cartopy # Copyright 2014-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2021-2022 Gregory J. L. Tourte <artourter@gmail.com> @@ -25,13 +25,14 @@ cd $(dirname $0) ; CWD=$(pwd) -PRGNAM=cartopy -SRCNAM=Cartopy +PRGNAM=python3-cartopy VERSION=${VERSION:-0.20.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} +SRCNAM=Cartopy + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; diff --git a/gis/cartopy/cartopy.info b/gis/python3-cartopy/python3-cartopy.info index 701f83a07517..44f9056856d6 100644 --- a/gis/cartopy/cartopy.info +++ b/gis/python3-cartopy/python3-cartopy.info @@ -1,10 +1,10 @@ -PRGNAM="cartopy" +PRGNAM="python3-cartopy" VERSION="0.20.2" HOMEPAGE="https://scitools.org.uk/cartopy/" DOWNLOAD="https://files.pythonhosted.org/packages/source/C/Cartopy/Cartopy-0.20.2.tar.gz" MD5SUM="d4b1b1b4f5adb99ce56917b9150ccecd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gdal python3-matplotlib pyproj pyshp scipy3 Shapely" +REQUIRES="gdal python3-matplotlib python3-pyproj python3-pyshp scipy3 python3-shapely" MAINTAINER="ArTourter" EMAIL="artourter@gmail.com" diff --git a/gis/python3-cartopy/slack-desc b/gis/python3-cartopy/slack-desc new file mode 100644 index 000000000000..467935f9bce9 --- /dev/null +++ b/gis/python3-cartopy/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-cartopy: python3-cartopy (cartographic tools for Python) +python3-cartopy: +python3-cartopy: Cartopy is a Python package designed to make drawing maps for data +python3-cartopy: analysis and visualisation as easy as possible. +python3-cartopy: +python3-cartopy: +python3-cartopy: +python3-cartopy: +python3-cartopy: +python3-cartopy: +python3-cartopy: |