Browse Source

gis/python3-cartopy: Renamed from gis/cartopy

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/185/head
ArTourter 4 years ago
committed by Willy Sudiarto Raharjo
parent
commit
3bfe6747ef
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 19
      gis/cartopy/slack-desc
  2. 2
      gis/python3-cartopy/README
  3. 7
      gis/python3-cartopy/python3-cartopy.SlackBuild
  4. 4
      gis/python3-cartopy/python3-cartopy.info
  5. 19
      gis/python3-cartopy/slack-desc

19
gis/cartopy/slack-desc

@ -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:

2
gis/cartopy/README → 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

7
gis/cartopy/cartopy.SlackBuild → 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 ;;

4
gis/cartopy/cartopy.info → 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"

19
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:
Loading…
Cancel
Save