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/pysiril | |
parent | 752d6256e5204b958b0ef7905675a940b5e9172f (diff) |
gentoo resync : 29.12.2022
Diffstat (limited to 'sci-astronomy/pysiril')
-rw-r--r-- | sci-astronomy/pysiril/Manifest | 3 | ||||
-rw-r--r-- | sci-astronomy/pysiril/metadata.xml | 15 | ||||
-rw-r--r-- | sci-astronomy/pysiril/pysiril-0.0.12.ebuild | 19 |
3 files changed, 37 insertions, 0 deletions
diff --git a/sci-astronomy/pysiril/Manifest b/sci-astronomy/pysiril/Manifest new file mode 100644 index 000000000000..2d03c292e863 --- /dev/null +++ b/sci-astronomy/pysiril/Manifest @@ -0,0 +1,3 @@ +DIST pysiril-V0_0_12.tar.bz2 114199 BLAKE2B c16209716c64591a2372dc090f419e5411a2607daa4420470cf7f07a729a997316f0d6f862d20722b2d23091ddd919e570289fdef1b0102b1ad2ae13cc3b4e37 SHA512 460355791f9041ace238f4727f8a219871f560fcf631ca798c1edc0ec729acca98c8abd1b14e460f0f127f5baa03603099a6f5c4151e0c1e627d2cff24bb6f18 +EBUILD pysiril-0.0.12.ebuild 528 BLAKE2B 047f918396918ec5158a18636b42d87b9d7aee44232871d8130e2f63c207bccd23cb886df416a73b49c0570677dc8f2ce91f241c1f0854e26bf5455f018bd9d2 SHA512 617dc5fa76879dcbdb0bb2e2e7acc4d90e65c63c8d3b8a6ada1062151d8f3e76396afbbb09f84a851c328ba719a01636dcd0b531c08c1a934801c70d9c92d082 +MISC metadata.xml 494 BLAKE2B e7781f189c50537ef692224940af06eb26c7703e43edd89fa9a5b49d8eaca673afaf6c52254593fedc4e21ac4bff77dcffaae1fb34babdf233d10b986de8782f SHA512 f5387f6360b29b6f7df9f12f72b2760c8702d57d7c672ca0f3b525fb536f1bc3f5cf11860e83774c680a16984e2f732938354c45ed66eb6a8ac3647532e117d2 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" |