diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-09-28 21:37:00 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-10-27 10:23:46 +0200 |
commit | e6f53cd183148abff13fe4857f4d5ba343f0f121 (patch) | |
tree | e1521aa070fa50e5ddd108b79fa72acbc0ae38ca /sci-astronomy | |
parent | sci-calculators/tiemu: Fix call to undeclared function romcalls_is_addr (diff) | |
download | gentoo-e6f53cd183148abff13fe4857f4d5ba343f0f121.tar.gz gentoo-e6f53cd183148abff13fe4857f4d5ba343f0f121.tar.bz2 gentoo-e6f53cd183148abff13fe4857f4d5ba343f0f121.zip |
sci-astronomy/sirilic: add 1.15.8
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/sirilic/Manifest | 1 | ||||
-rw-r--r-- | sci-astronomy/sirilic/sirilic-1.15.8.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/sci-astronomy/sirilic/Manifest b/sci-astronomy/sirilic/Manifest index ed644a3be457..2e3a91f67cd9 100644 --- a/sci-astronomy/sirilic/Manifest +++ b/sci-astronomy/sirilic/Manifest @@ -1 +1,2 @@ DIST sirilic-V1.15.7.tar.bz2 147712 BLAKE2B 9d7c87a65dffc122db7b33487d1fd509d012b9acee654db4c00cb485b329b4b584ae84f10e9510a69064d04833cfcbf796ada0984a9113d783116ec5381e6234 SHA512 6021986ade7b8f5e1cb7b7e8cee77706258f9dd9c5bf2c426518c93aab053f27a1733c664db86ca3c3a46c9752ba3e118c0c3698bd45785bb646e60b528a8eb1 +DIST sirilic-V1.15.8.tar.bz2 148215 BLAKE2B b943091d15934266c99a6aa7a145b1d79af2145582bb66b76955eb028bf46a545a7ee0d53fce3123829d037741cd81253e194495319628c0da5d69486f4b2dfc SHA512 539158dce3f0120289859a01fdbda08257e7b32a5279ecd107cef3492ce3a36f5e4709c420b4a9abca7fd0ba270449d647c050d05d8272ec65d9ebcbd55da297 diff --git a/sci-astronomy/sirilic/sirilic-1.15.8.ebuild b/sci-astronomy/sirilic/sirilic-1.15.8.ebuild new file mode 100644 index 000000000000..15931e8306ef --- /dev/null +++ b/sci-astronomy/sirilic/sirilic-1.15.8.ebuild @@ -0,0 +1,23 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) +inherit distutils-r1 + +DESCRIPTION="Preparing acquisition files for processing with the SiriL software" +HOMEPAGE="https://gitlab.com/free-astro/sirilic" +SRC_URI="https://gitlab.com/free-astro/sirilic/-/archive/V${PV}/${PN}-V${PV}.tar.bz2" +S="${WORKDIR}/${PN}-V${PV}" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-python/requests[${PYTHON_USEDEP}] + >=dev-python/wxpython-4.2:4.0[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" |