diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2022-03-25 21:33:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-16 05:26:07 +0000 |
commit | f82980ac11170cbb23e74a611743d49c701b0ee0 (patch) | |
tree | ad7ab7ee8f22823a295015ababb2449fb9261030 /sci-astronomy | |
parent | sci-astronomy/siril: new package (diff) | |
download | gentoo-f82980ac11170cbb23e74a611743d49c701b0ee0.tar.gz gentoo-f82980ac11170cbb23e74a611743d49c701b0ee0.tar.bz2 gentoo-f82980ac11170cbb23e74a611743d49c701b0ee0.zip |
sci-astronomy/sirilic: new package
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/sirilic/Manifest | 1 | ||||
-rw-r--r-- | sci-astronomy/sirilic/metadata.xml | 20 | ||||
-rw-r--r-- | sci-astronomy/sirilic/sirilic-1.14.3.ebuild | 25 |
3 files changed, 46 insertions, 0 deletions
diff --git a/sci-astronomy/sirilic/Manifest b/sci-astronomy/sirilic/Manifest new file mode 100644 index 000000000000..3f30ff323aee --- /dev/null +++ b/sci-astronomy/sirilic/Manifest @@ -0,0 +1 @@ +DIST sirilic-V1_14_3.tar.bz2 100939 BLAKE2B 3eabbde3e0884d793c2b2f87464cbf4acac5382d4d088f30f67405a60d934b4de3fee99ebb8e955f9ba1412c4279fe9acdcd4a8cd9b76a666207684561ec6118 SHA512 e311097481ef60ddac568653816a12f11864f8beeceff5ca0dd9c6e4caaf5d69e1373659be19fa99984ef9797caca8a0c9cbb56adc3143e79f59b75010b306b9 diff --git a/sci-astronomy/sirilic/metadata.xml b/sci-astronomy/sirilic/metadata.xml new file mode 100644 index 000000000000..3613015496fd --- /dev/null +++ b/sci-astronomy/sirilic/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>mario.haustein@hrz.tu-chemnitz.de</email> + <name>Mario Haustein</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + SiriLic (SiriL's Interactif Companion) is a software for preparing + acquisition files (RAW, Offset, Flat and Dark) for processing with + SiriL software. + </longdescription> + <upstream> + <remote-id type="gitlab">free-astro/sirilic</remote-id> + </upstream> +</pkgmetadata> diff --git a/sci-astronomy/sirilic/sirilic-1.14.3.ebuild b/sci-astronomy/sirilic/sirilic-1.14.3.ebuild new file mode 100644 index 000000000000..e7bdfc38c45f --- /dev/null +++ b/sci-astronomy/sirilic/sirilic-1.14.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8,9} ) +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=" + $(python_gen_cond_dep ' + dev-python/wxpython:4.0[${PYTHON_USEDEP}] + ' python3_{8,9}) +" +RDEPEND="${DEPEND}" +BDEPEND="" |