public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/astropy/
Date: Fri, 10 Feb 2023 11:35:16 +0000 (UTC)	[thread overview]
Message-ID: <1676028900.6cad5ea0d83e28d350dbfa4b2bfabc0426b9308c.andrewammerlaan@gentoo> (raw)

commit:     6cad5ea0d83e28d350dbfa4b2bfabc0426b9308c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 11:35:00 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 11:35:00 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6cad5ea0

dev-python/astropy: add 5.2.1

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/astropy/astropy-5.2.1.ebuild | 59 +++++++++++++++++++++++++++++++++
 dev-python/astropy/metadata.xml         |  3 ++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/astropy/astropy-5.2.1.ebuild b/dev-python/astropy/astropy-5.2.1.ebuild
new file mode 100644
index 000000000..29aae995c
--- /dev/null
+++ b/dev-python/astropy/astropy-5.2.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Core functionality for performing astrophysics with Python"
+HOMEPAGE="https://www.astropy.org/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+#TODO: Package all these pytest deps:
+# 	pytest-remotedata>=0.3.1
+# 	pytest-openfiles>=0.3.1
+# 	pytest-astropy-header>=0.1.2
+# 	pytest-arraydiff>=0.1
+# 	pytest-filter-subpackage>=0.1
+RESTRICT="test"
+
+RDEPEND="
+	dev-libs/expat:0=
+	>=dev-python/numpy-1.18[${PYTHON_USEDEP}]
+	>=dev-python/pyerfa-2.0[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+	>=dev-python/packaging-19.0[${PYTHON_USEDEP}]
+	sci-astronomy/wcslib:0=
+	>=sci-libs/cfitsio-3.350:0=
+	sys-libs/zlib:0=
+"
+BDEPEND="${RDEPEND}
+	dev-python/astropy-helpers[${PYTHON_USEDEP}]
+	dev-python/extension-helpers[${PYTHON_USEDEP}]
+	dev-python/cython[${PYTHON_USEDEP}]
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	test? (
+		dev-libs/libxml2
+		dev-python/h5py[${PYTHON_USEDEP}]
+		dev-python/ipython[${PYTHON_USEDEP}]
+		dev-python/matplotlib[${PYTHON_USEDEP}]
+		dev-python/objgraph[${PYTHON_USEDEP}]
+		dev-python/pytest-xdist[${PYTHON_USEDEP}]
+		dev-python/scipy[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests pytest
+# TODO: Fix this
+# NameError: name 'disabled_intersphinx_mapping' is not defined
+#distutils_enable_sphinx docs \
+# 	dev-python/matplotlib \
+# 	dev-python/graphviz \
+# 	dev-python/sphinx-astropy \
+# 	dev-python/pyyaml \
+# 	dev-python/scipy

diff --git a/dev-python/astropy/metadata.xml b/dev-python/astropy/metadata.xml
index 3d1dc456d..3891d8cc8 100644
--- a/dev-python/astropy/metadata.xml
+++ b/dev-python/astropy/metadata.xml
@@ -9,4 +9,7 @@
 		<email>sci-astronomy@gentoo.org</email>
 		<name>Gentoo Astronomy Project</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="pypi">astropy</remote-id>
+	</upstream>
 </pkgmetadata>


             reply	other threads:[~2023-02-10 11:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-10 11:35 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-22 13:12 [gentoo-commits] proj/sci:master commit in: dev-python/astropy/ Andrew Ammerlaan
2022-01-23 11:21 Andrew Ammerlaan
2021-01-05  7:39 Horea Christian
2015-01-15  6:53 Justin Lecher
2014-08-19 21:51 Christoph Junghans
2014-08-11 21:38 ` Christoph Junghans
2014-08-11 21:38 Christoph Junghans
2014-08-19 21:51 ` Christoph Junghans
2014-01-06 19:27 Justin Lecher
2013-06-13 11:31 Justin Lecher
2012-05-06 13:08 Kacper Kowalik
2012-05-06 13:05 Kacper Kowalik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1676028900.6cad5ea0d83e28d350dbfa4b2bfabc0426b9308c.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox