commit: 3350e5c561a3ceed54b4140cff3d1e37d371e9a1 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Fri Mar 25 20:41:28 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 16 05:26:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3350e5c5
sci-astronomy/pysiril: new package Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Signed-off-by: Sam James <sam <AT> gentoo.org> sci-astronomy/pysiril/Manifest | 1 + sci-astronomy/pysiril/metadata.xml | 15 +++++++++++++++ sci-astronomy/pysiril/pysiril-0.0.12.ebuild | 19 +++++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/sci-astronomy/pysiril/Manifest b/sci-astronomy/pysiril/Manifest new file mode 100644 index 000000000000..15c570edfc01 --- /dev/null +++ b/sci-astronomy/pysiril/Manifest @@ -0,0 +1 @@ +DIST pysiril-V0_0_12.tar.bz2 114199 BLAKE2B c16209716c64591a2372dc090f419e5411a2607daa4420470cf7f07a729a997316f0d6f862d20722b2d23091ddd919e570289fdef1b0102b1ad2ae13cc3b4e37 SHA512 460355791f9041ace238f4727f8a219871f560fcf631ca798c1edc0ec729acca98c8abd1b14e460f0f127f5baa03603099a6f5c4151e0c1e627d2cff24bb6f18 diff --git a/sci-astronomy/pysiril/metadata.xml b/sci-astronomy/pysiril/metadata.xml new file mode 100644 index 000000000000..a38139b47d33 --- /dev/null +++ b/sci-astronomy/pysiril/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Mario Haustein</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="gitlab">free-astro/pysiril</remote-id> + </upstream> +</pkgmetadata> diff --git a/sci-astronomy/pysiril/pysiril-0.0.12.ebuild b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild new file mode 100644 index 000000000000..17d3033e0302 --- /dev/null +++ b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild @@ -0,0 +1,19 @@ +# 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="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"
