From 04e764af84f7e3c565cf9d2fc5959d45777604e0 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 10 May 2023 09:12:49 +0000 Subject: automatic import of python-exoplanet --- .gitignore | 1 + python-exoplanet.spec | 249 ++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 251 insertions(+) create mode 100644 python-exoplanet.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..d7b72a6 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/exoplanet-0.5.3.tar.gz diff --git a/python-exoplanet.spec b/python-exoplanet.spec new file mode 100644 index 0000000..1e5d935 --- /dev/null +++ b/python-exoplanet.spec @@ -0,0 +1,249 @@ +%global _empty_manifest_terminate_build 0 +Name: python-exoplanet +Version: 0.5.3 +Release: 1 +Summary: Fast and scalable MCMC for all your exoplanet needs +License: MIT +URL: https://docs.exoplanet.codes +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3f/5b/7035a5d4a4154eb5fb0ec494da1843b727393652771fcf1ea904bead5a8f/exoplanet-0.5.3.tar.gz +BuildArch: noarch + +Requires: python3-exoplanet-core +Requires: python3-pymc3 +Requires: python3-aesara-theano-fallback +Requires: python3-astropy +Requires: python3-numpy +Requires: python3-sphinx-book-theme +Requires: python3-myst-nb +Requires: python3-matplotlib +Requires: python3-corner +Requires: python3-lightkurve +Requires: python3-pymc3-ext +Requires: python3-emcee +Requires: python3-pymc3-ext +Requires: python3-celerite2 +Requires: python3-scipy +Requires: python3-pytest +Requires: python3-coverage[toml] +Requires: python3-pytest-env + +%description +

+ +

+ + Tests + + + Docs + + + Coverage + +

+ +# exoplanet + +Fast & scalable MCMC for all your exoplanet needs! _exoplanet_ is a toolkit for +probabilistic modeling of time series data in astronomy with a focus on +observations of [exoplanets](https://en.wikipedia.org/wiki/Exoplanet), using +[PyMC3](https://docs.pymc.io). _PyMC3_ is a flexible and high-performance model +building language and inference engine that scales well to problems with a large +number of parameters. _exoplanet_ extends _PyMC3_'s language to support many of +the custom functions and distributions required when fitting exoplanet datasets. + +Read the full documentation at [docs.exoplanet.codes](https://docs.exoplanet.codes). + +## Installation + +The quickest way to get started is to use [pip](https://pip.pypa.io): + +```bash +python -m pip install exoplanet +``` + +Note that you will need Python (>=3.6) installed for this to work, but then this +will install all the required dependencies. + +Check out the [main installation documentation +page](https://docs.exoplanet.codes/en/latest/user/install/) for more options. + +## Usage + +Check out the tutorials and API docs on [the docs +page](https://docs.exoplanet.codes) for example usage and much more info. You +can also find more in-depth examples on the [exoplanet case studies +page](https://gallery.exoplanet.codes). + +## Contributing + +_exoplanet_ is an open source project and we would love it if you wanted to +contribute. Check out [the developer +documentation](https://docs.exoplanet.codes/en/latest/user/dev/) for more info +about getting started. + + +%package -n python3-exoplanet +Summary: Fast and scalable MCMC for all your exoplanet needs +Provides: python-exoplanet +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-exoplanet +

+ +

+ + Tests + + + Docs + + + Coverage + +

+ +# exoplanet + +Fast & scalable MCMC for all your exoplanet needs! _exoplanet_ is a toolkit for +probabilistic modeling of time series data in astronomy with a focus on +observations of [exoplanets](https://en.wikipedia.org/wiki/Exoplanet), using +[PyMC3](https://docs.pymc.io). _PyMC3_ is a flexible and high-performance model +building language and inference engine that scales well to problems with a large +number of parameters. _exoplanet_ extends _PyMC3_'s language to support many of +the custom functions and distributions required when fitting exoplanet datasets. + +Read the full documentation at [docs.exoplanet.codes](https://docs.exoplanet.codes). + +## Installation + +The quickest way to get started is to use [pip](https://pip.pypa.io): + +```bash +python -m pip install exoplanet +``` + +Note that you will need Python (>=3.6) installed for this to work, but then this +will install all the required dependencies. + +Check out the [main installation documentation +page](https://docs.exoplanet.codes/en/latest/user/install/) for more options. + +## Usage + +Check out the tutorials and API docs on [the docs +page](https://docs.exoplanet.codes) for example usage and much more info. You +can also find more in-depth examples on the [exoplanet case studies +page](https://gallery.exoplanet.codes). + +## Contributing + +_exoplanet_ is an open source project and we would love it if you wanted to +contribute. Check out [the developer +documentation](https://docs.exoplanet.codes/en/latest/user/dev/) for more info +about getting started. + + +%package help +Summary: Development documents and examples for exoplanet +Provides: python3-exoplanet-doc +%description help +

+ +

+ + Tests + + + Docs + + + Coverage + +

+ +# exoplanet + +Fast & scalable MCMC for all your exoplanet needs! _exoplanet_ is a toolkit for +probabilistic modeling of time series data in astronomy with a focus on +observations of [exoplanets](https://en.wikipedia.org/wiki/Exoplanet), using +[PyMC3](https://docs.pymc.io). _PyMC3_ is a flexible and high-performance model +building language and inference engine that scales well to problems with a large +number of parameters. _exoplanet_ extends _PyMC3_'s language to support many of +the custom functions and distributions required when fitting exoplanet datasets. + +Read the full documentation at [docs.exoplanet.codes](https://docs.exoplanet.codes). + +## Installation + +The quickest way to get started is to use [pip](https://pip.pypa.io): + +```bash +python -m pip install exoplanet +``` + +Note that you will need Python (>=3.6) installed for this to work, but then this +will install all the required dependencies. + +Check out the [main installation documentation +page](https://docs.exoplanet.codes/en/latest/user/install/) for more options. + +## Usage + +Check out the tutorials and API docs on [the docs +page](https://docs.exoplanet.codes) for example usage and much more info. You +can also find more in-depth examples on the [exoplanet case studies +page](https://gallery.exoplanet.codes). + +## Contributing + +_exoplanet_ is an open source project and we would love it if you wanted to +contribute. Check out [the developer +documentation](https://docs.exoplanet.codes/en/latest/user/dev/) for more info +about getting started. + + +%prep +%autosetup -n exoplanet-0.5.3 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-exoplanet -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 10 2023 Python_Bot - 0.5.3-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..332e89c --- /dev/null +++ b/sources @@ -0,0 +1 @@ +e44bd8db6686b30841a346f4350affd8 exoplanet-0.5.3.tar.gz -- cgit v1.2.3