blob: 70ff2b1c710f392c386446432a1fe7ba222f8bd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# SPDX-FileCopyrightText: Arch Linux contributors
# SPDX-License-Identifier: 0BSD
pkgbase = fchart3-git
pkgdesc = A Python project for creating high-quality astronomical finder charts and maps
pkgver = 0.12.0.r31.99fd498
pkgrel = 2
url = https://github.com/skybber/fchart3
arch = any
license = GPL-2.0-or-later
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-numpy
depends = python-skyfield
depends = python-pillow
depends = python-skia
depends = python-cairo
depends = python-astroquery
provides = fchart3
conflicts = fchart3
source = fchart3::git+https://github.com/skybber/fchart3.git
sha256sums = SKIP
pkgname = fchart3-git
|