From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/jplephem/ Date: Tue, 12 Dec 2023 10:52:49 +0000 (UTC) [thread overview] Message-ID: <1702374966.e14e69d8127427ae18b5e7dc2dcf91d00678a1f9.davidroman@gentoo> (raw) commit: e14e69d8127427ae18b5e7dc2dcf91d00678a1f9 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Tue Dec 12 09:56:06 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Dec 12 09:56:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e14e69d8 dev-python/jplephem: add 2.21 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-python/jplephem/Manifest | 1 + dev-python/jplephem/jplephem-2.21.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-python/jplephem/Manifest b/dev-python/jplephem/Manifest index befc99117a..8d33f7b48f 100644 --- a/dev-python/jplephem/Manifest +++ b/dev-python/jplephem/Manifest @@ -1,2 +1,3 @@ DIST jplephem-2.18.tar.gz 40886 BLAKE2B c6beb3cb2aec7d82023a253f9b5bafd989fbc7631b1b727322bf8f092509eeb25c6921d550c7bb5862be74d493a19ca29b3835f9a18efbd44509d4776ca660f6 SHA512 8f3117445f33de25d1f1eb5b5cfa0f67d92e62e7ac8d7a32f92690d12533ef8cd5498a62b5ee9cb7dac6f43c944879bbf10aa73950a749caa02d814f81b37fbf DIST jplephem-2.19.tar.gz 43698 BLAKE2B 7313b14c64e0a2f2263fe4b2233e3113bb85f335f9d84ea13668b2a6f52b3b5c3a98d0b0d97ffc3ceb70b4569d9c2f547a5e03718eed69ddc0bc6a0be23f150f SHA512 f6595db4039029fe0af2c2901c635cde298d9480c29d4768ef8275833735b7363bf6312a4fd3afc135ecbc9e9cf32b6b1e2766405456a44f7a9ed584d9f7ae82 +DIST jplephem-2.21.tar.gz 44359 BLAKE2B 53e816f9eb6ffed8635cd93b4ca68d904c130af2e2dcfcae58c0575ad11c0269487cef1eb73934184c84773387f18ba2eec7c850a383757cf7be649fd5a2e8f6 SHA512 1cd8df8c96dd6bdd73b2615cc78fcf845d2d6d44daa99754662e2449e2c185052983056a9f0de11bfce390cc6c09a798b2ad1908b3eb0bca113e8c0ba16445e2 diff --git a/dev-python/jplephem/jplephem-2.21.ebuild b/dev-python/jplephem/jplephem-2.21.ebuild new file mode 100644 index 0000000000..7e999a2d88 --- /dev/null +++ b/dev-python/jplephem/jplephem-2.21.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{11,12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python version of NASA DE4xx ephemerides for Astronomical Alamanac" +HOMEPAGE="https://pypi.org/project/jplephem/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}"
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/jplephem/ Date: Tue, 12 Dec 2023 09:56:26 +0000 (UTC) [thread overview] Message-ID: <1702374966.e14e69d8127427ae18b5e7dc2dcf91d00678a1f9.davidroman@gentoo> (raw) Message-ID: <20231212095626.DOKjZYGeEEqeJHO49KROCEWEzl_TdFpKYXtUnMppGUE@z> (raw) commit: e14e69d8127427ae18b5e7dc2dcf91d00678a1f9 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Tue Dec 12 09:56:06 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Dec 12 09:56:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e14e69d8 dev-python/jplephem: add 2.21 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-python/jplephem/Manifest | 1 + dev-python/jplephem/jplephem-2.21.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-python/jplephem/Manifest b/dev-python/jplephem/Manifest index befc99117a..8d33f7b48f 100644 --- a/dev-python/jplephem/Manifest +++ b/dev-python/jplephem/Manifest @@ -1,2 +1,3 @@ DIST jplephem-2.18.tar.gz 40886 BLAKE2B c6beb3cb2aec7d82023a253f9b5bafd989fbc7631b1b727322bf8f092509eeb25c6921d550c7bb5862be74d493a19ca29b3835f9a18efbd44509d4776ca660f6 SHA512 8f3117445f33de25d1f1eb5b5cfa0f67d92e62e7ac8d7a32f92690d12533ef8cd5498a62b5ee9cb7dac6f43c944879bbf10aa73950a749caa02d814f81b37fbf DIST jplephem-2.19.tar.gz 43698 BLAKE2B 7313b14c64e0a2f2263fe4b2233e3113bb85f335f9d84ea13668b2a6f52b3b5c3a98d0b0d97ffc3ceb70b4569d9c2f547a5e03718eed69ddc0bc6a0be23f150f SHA512 f6595db4039029fe0af2c2901c635cde298d9480c29d4768ef8275833735b7363bf6312a4fd3afc135ecbc9e9cf32b6b1e2766405456a44f7a9ed584d9f7ae82 +DIST jplephem-2.21.tar.gz 44359 BLAKE2B 53e816f9eb6ffed8635cd93b4ca68d904c130af2e2dcfcae58c0575ad11c0269487cef1eb73934184c84773387f18ba2eec7c850a383757cf7be649fd5a2e8f6 SHA512 1cd8df8c96dd6bdd73b2615cc78fcf845d2d6d44daa99754662e2449e2c185052983056a9f0de11bfce390cc6c09a798b2ad1908b3eb0bca113e8c0ba16445e2 diff --git a/dev-python/jplephem/jplephem-2.21.ebuild b/dev-python/jplephem/jplephem-2.21.ebuild new file mode 100644 index 0000000000..7e999a2d88 --- /dev/null +++ b/dev-python/jplephem/jplephem-2.21.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{11,12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python version of NASA DE4xx ephemerides for Astronomical Alamanac" +HOMEPAGE="https://pypi.org/project/jplephem/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}"
next reply other threads:[~2023-12-12 10:52 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-12-12 10:52 David Roman [this message] 2023-12-12 9:56 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/jplephem/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2024-01-15 15:56 David Roman 2024-01-15 16:22 ` [gentoo-commits] repo/proj/guru:master " David Roman 2024-01-15 15:56 [gentoo-commits] repo/proj/guru:dev " David Roman 2024-01-15 16:22 ` [gentoo-commits] repo/proj/guru:master " David Roman 2023-05-25 2:21 Haelwenn Monnier 2021-07-27 19:57 Andrew Ammerlaan
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=1702374966.e14e69d8127427ae18b5e7dc2dcf91d00678a1f9.davidroman@gentoo \ --to=davidroman96@gmail.com \ --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: linkBe 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