blob: 8afa1f642128fd3e998f73aad64902e12fc93cfa (
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
29
30
31
32
33
34
35
36
37
|
pkgbase = python-mocpy
pkgdesc = MOC parsing and manipulation in Python
pkgver = 0.20.0
pkgrel = 1
url = https://cds-astro.github.io/mocpy
arch = i686
arch = x86_64
license = BSD-3-Clause
checkdepends = python-pytest-mock
checkdepends = python-regions
makedepends = python-maturin
makedepends = python-build
makedepends = python-installer
makedepends = python-sphinx-astropy
makedepends = python-matplotlib
makedepends = python-sphinx-copybutton
makedepends = python-sphinx-collections
makedepends = python-sphinxcontrib-bibtex
makedepends = python-nbsphinx
makedepends = python-astropy-healpix
makedepends = python-cdshealpix
makedepends = python-networkx
makedepends = python-toml
makedepends = pandoc
source = https://github.com/cds-astro/mocpy/archive/refs/tags/v0.20.0.tar.gz
md5sums = 428d25b7f8352d430aeddd36e255936b
pkgname = python-mocpy
depends = python>=3.9
depends = python-astropy
optdepends = python-cdshealpix>=0.6.4: plots, used in fill and border
optdepends = python-matplotlib: plots, used in fill and border
optdepends = python-networkx>=2.5: plots, used in get_boundaries
optdepends = python-mocpy-doc: Documentation for MOCPy
pkgname = python-mocpy-doc
pkgdesc = Documentation for Python MOCPy
|