diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2022-03-25 21:41:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-16 05:26:08 +0000 |
commit | 3350e5c561a3ceed54b4140cff3d1e37d371e9a1 (patch) | |
tree | 95f7e1a13170d17c2892c98eb334e1a2761b00a7 /sci-astronomy/pysiril | |
parent | sci-astronomy/sirilic: new package (diff) | |
download | gentoo-3350e5c561a3ceed54b4140cff3d1e37d371e9a1.tar.gz gentoo-3350e5c561a3ceed54b4140cff3d1e37d371e9a1.tar.bz2 gentoo-3350e5c561a3ceed54b4140cff3d1e37d371e9a1.zip |
sci-astronomy/pysiril: 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/pysiril')
-rw-r--r-- | sci-astronomy/pysiril/Manifest | 1 | ||||
-rw-r--r-- | sci-astronomy/pysiril/metadata.xml | 15 | ||||
-rw-r--r-- | sci-astronomy/pysiril/pysiril-0.0.12.ebuild | 19 |
3 files changed, 35 insertions, 0 deletions
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>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> + <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" |