blob: 1eb547e6be5078b131a29b276a69729ca33c5e97 (
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
|
pkgbase = python-regions
pkgdesc = Astropy affilated package for region handling
pkgver = 0.10
pkgrel = 1
url = http://astropy-regions.readthedocs.io
arch = i686
arch = x86_64
license = BSD-3-Clause
checkdepends = python-pytest-astropy-header
checkdepends = python-pytest-doctestplus
checkdepends = python-pytest-remotedata
makedepends = python-setuptools-scm>=6.2
makedepends = cython<3.1.0
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
makedepends = python-numpy
makedepends = python-extension-helpers
makedepends = python-sphinx-astropy
makedepends = python-matplotlib
makedepends = python-astropy
makedepends = python-shapely
source = https://files.pythonhosted.org/packages/source/r/regions/regions-0.10.tar.gz
md5sums = caf3a530e451836bffa0cb61c6a6b1c3
pkgname = python-regions
depends = python>=3.10
depends = python-numpy>=1.23
depends = python-astropy>=5.1
optdepends = python-matplotlib>=3.5: Plotting support
optdepends = python-shapely: Managing geometric objects
optdepends = python-regions-doc: Documentation for AstroPy Regions
pkgname = python-regions-doc
pkgdesc = Documentation for AstroPy Regions
arch = any
|