blob: 3ac725eff83c61f83474f9e062c9185f9534cc68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-nvector
pkgdesc = Nvector is a suite of tools written in Python to solve geographical position calculations.
pkgver = 1.0.2
pkgrel = 1
url = https://github.com/pbrod/nvector
arch = any
license = custom
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-pdm
makedepends = python-pdm-backend
depends = python
depends = python-numpy
depends = python-scipy
depends = python-karney
optdepends = python-matplotlib: plotting support
optdepends = python-cartopy: plotting support
source = https://github.com/pbrod/nvector/archive/v1.0.2.tar.gz
sha256sums = d6e43c118077b3bcc4c3c87d55ba674db45800eb0d5285141ccc0c7814a9eae3
pkgname = python-nvector
|