diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-02-27 22:41:38 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-04-28 10:49:11 +0300 |
commit | ee617d0975da3b90cc197b8c59c396da409f623b (patch) | |
tree | 8587ff229895f15788e305edddcd32b212f42770 /sci-astronomy | |
parent | app-admin/passwordsafe: fix building against gtest-1.13 (diff) | |
download | gentoo-ee617d0975da3b90cc197b8c59c396da409f623b.tar.gz gentoo-ee617d0975da3b90cc197b8c59c396da409f623b.tar.bz2 gentoo-ee617d0975da3b90cc197b8c59c396da409f623b.zip |
sci-astronomy/pysiril: add 0.0.15
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/30476
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/pysiril/Manifest | 1 | ||||
-rw-r--r-- | sci-astronomy/pysiril/pysiril-0.0.15.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/sci-astronomy/pysiril/Manifest b/sci-astronomy/pysiril/Manifest index 15c570edfc01..f9d42748d41d 100644 --- a/sci-astronomy/pysiril/Manifest +++ b/sci-astronomy/pysiril/Manifest @@ -1 +1,2 @@ DIST pysiril-V0_0_12.tar.bz2 114199 BLAKE2B c16209716c64591a2372dc090f419e5411a2607daa4420470cf7f07a729a997316f0d6f862d20722b2d23091ddd919e570289fdef1b0102b1ad2ae13cc3b4e37 SHA512 460355791f9041ace238f4727f8a219871f560fcf631ca798c1edc0ec729acca98c8abd1b14e460f0f127f5baa03603099a6f5c4151e0c1e627d2cff24bb6f18 +DIST pysiril-V0_0_15.tar.bz2 107650 BLAKE2B 94efb349e1e92e75bc7813d08a1fc1cd38b9c6199da8ba71e28f3b5b2420295cd770e4327c073558d600adf80efe39a295663b030f9048e9124a5fb71a7aba30 SHA512 e1820e14b14041eb99d2f5165fa81ba64d8e1459d50af6a0c748ac5cbef90447ce2f92c12bcfd8da784a7ae7f04c270b3bd75fe5369f1671840e3f9105271429 diff --git a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild new file mode 100644 index 000000000000..b6a7fd8a0d38 --- /dev/null +++ b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild @@ -0,0 +1,19 @@ +# 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_{9..11} ) +inherit distutils-r1 + +DESCRIPTION="Python library to interface Python to a SiriL script" +HOMEPAGE="https://gitlab.com/free-astro/pysiril" +SRC_URI="https://gitlab.com/free-astro/pysiril/-/archive/V${PV//./_}/${PN}-V${PV//./_}.tar.bz2" +S="${WORKDIR}/${PN}-V${PV//./_}" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="sci-astronomy/siril" |