blob: ec22ac8774c09c9c7cf0b1264b572df1c01a865e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-nvector
pkgdesc = Nvector is a suite of tools written in Python to solve geographical position calculations.
pkgver = 0.7.7
pkgrel = 2
url = https://github.com/pbrod/nvector
arch = any
license = custom
makedepends = python-setuptools
makedepends = python-pytest-runner
depends = python
depends = python-numpy
depends = python-scipy
depends = python-geographiclib
depends = python-matplotlib
depends = python-cartopy
source = https://github.com/pbrod/nvector/archive/v0.7.7.tar.gz
sha256sums = a85069f25f482abfef655a83cef82ed03bffd62ed4d65a83fdc788ea1becd4f9
pkgname = python-nvector
|