summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 02ee14ef48c97aa0f3e5cfec8440e4e1f86a1d17 (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-sncosmo
	pkgdesc = Python library for supernova cosmology
	pkgver = 2.10.4
	pkgrel = 1
	url = https://sncosmo.readthedocs.io
	arch = i686
	arch = x86_64
	license = BSD-3-Clause
	checkdepends = python-pytest
	checkdepends = python-astropy
	checkdepends = python-scipy
	checkdepends = python-extinction
	checkdepends = python-iminuit
	checkdepends = python-emcee
	checkdepends = python-nestle
	checkdepends = python-matplotlib
	makedepends = cython
	makedepends = python-setuptools
	makedepends = python-wheel
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-numpy
	source = https://files.pythonhosted.org/packages/source/s/sncosmo/sncosmo-2.10.4.tar.gz
	md5sums = 03819f3f8f7691df666713d09292857a

pkgname = python-sncosmo
	depends = python-scipy>=1.3.0
	depends = python-astropy>=3.1
	depends = python-extinction>=0.4.4
	depends = python-yaml>=3.13
	depends = python-looseversion>=1.0.0
	optdepends = python-matplotlib: For plotting functions
	optdepends = python-iminuit: For light curve fitting using the Minuit minimizer in sncosmo.fit_lc
	optdepends = python-emcee: For MCMC light curve parameter estimation in sncosmo.mcmc_lc
	optdepends = python-nestle: For nested sampling light curve parameter estimation in sncosmo.nest_lc
	optdepends = python-corner: For plotting results from the samplers sncosmo.mcmc_lc and sncosmo.nest_lc
	optdepends = python-sncosmo-doc: Documentation for SNCosmo