diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
commit | 0f558761aa2dee1017b4751e4017205e015a9560 (patch) | |
tree | 037df795519468a25d9362b4e95cdaeb84eb1cf9 /sci-astronomy/sirilic | |
parent | 752d6256e5204b958b0ef7905675a940b5e9172f (diff) |
gentoo resync : 29.12.2022
Diffstat (limited to 'sci-astronomy/sirilic')
-rw-r--r-- | sci-astronomy/sirilic/Manifest | 3 | ||||
-rw-r--r-- | sci-astronomy/sirilic/metadata.xml | 20 | ||||
-rw-r--r-- | sci-astronomy/sirilic/sirilic-1.14.3.ebuild | 20 |
3 files changed, 43 insertions, 0 deletions
diff --git a/sci-astronomy/sirilic/Manifest b/sci-astronomy/sirilic/Manifest new file mode 100644 index 000000000000..5cf5bc6caea5 --- /dev/null +++ b/sci-astronomy/sirilic/Manifest @@ -0,0 +1,3 @@ +DIST sirilic-V1_14_3.tar.bz2 100939 BLAKE2B 3eabbde3e0884d793c2b2f87464cbf4acac5382d4d088f30f67405a60d934b4de3fee99ebb8e955f9ba1412c4279fe9acdcd4a8cd9b76a666207684561ec6118 SHA512 e311097481ef60ddac568653816a12f11864f8beeceff5ca0dd9c6e4caaf5d69e1373659be19fa99984ef9797caca8a0c9cbb56adc3143e79f59b75010b306b9 +EBUILD sirilic-1.14.3.ebuild 583 BLAKE2B fc5b340e84c25ae56c2b25f626640be35926595c6d7364b1f5a3685ba53ad824dee58cfac0d3967206af03121c661228c73bbc9dfc502f5cb26211adb65decee SHA512 f903dba34408752db1ce6e1dc60cde310ee270798e3f32984a59628f5c92f8eae99c6bbbec59fc7e98c5aa21deef43f443a13eeecc040f7bef1c99ea7e28fed2 +MISC metadata.xml 689 BLAKE2B 95ee65f7f16fca17c7d63dbdfe19161d6b964902502fb088a3c56b529b2f78872feccfaf1a83cf7b53ab12eb63ac257208e0603d6e09c2c6ec520a64ff7eb692 SHA512 fd1c370fb355d80372dc8e6584e9ac17f9d1f971ad7cb884d0bbb0af9dc44ccad985adfbe81b14554e76c1b7444db004563e8366cccb81a9810141467cdf45ed 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..9a431ab22e09 --- /dev/null +++ b/sci-astronomy/sirilic/sirilic-1.14.3.ebuild @@ -0,0 +1,20 @@ +# 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..10} ) +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/wxpython:4.0[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |