diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /sci-astronomy/sirilic | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'sci-astronomy/sirilic')
| -rw-r--r-- | sci-astronomy/sirilic/Manifest | 1 | ||||
| -rw-r--r-- | sci-astronomy/sirilic/metadata.xml | 18 | ||||
| -rw-r--r-- | sci-astronomy/sirilic/sirilic-1.15.12.ebuild | 23 |
3 files changed, 42 insertions, 0 deletions
diff --git a/sci-astronomy/sirilic/Manifest b/sci-astronomy/sirilic/Manifest new file mode 100644 index 000000000000..95efda7313a8 --- /dev/null +++ b/sci-astronomy/sirilic/Manifest @@ -0,0 +1 @@ +DIST sirilic-V1.15.12.tar.bz2 147469 BLAKE2B 9f746220bf16b916dba2cb406098c1a1a2a6599efda255301163da8ecfa3ef980388fa11907a7eee16d586b08639d8a5f82b76ed3c60065b49bf9b03fb861d64 SHA512 d2509c42c1093c81c07307d8b6880491e0a2363aeb68753c69e5c40545b98f6bfc0b888659704c81d5fbf6fb34ee978c0fdc7dc8e0c6ed5fe2125b2f2f347d54 diff --git a/sci-astronomy/sirilic/metadata.xml b/sci-astronomy/sirilic/metadata.xml new file mode 100644 index 000000000000..bf3faa8d07d5 --- /dev/null +++ b/sci-astronomy/sirilic/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/sci-astronomy/sirilic/sirilic-1.15.12.ebuild b/sci-astronomy/sirilic/sirilic-1.15.12.ebuild new file mode 100644 index 000000000000..d0fee61fdd0d --- /dev/null +++ b/sci-astronomy/sirilic/sirilic-1.15.12.ebuild @@ -0,0 +1,23 @@ +# Copyright 2021-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) +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}" |
