From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F99A15ACFB for ; Fri, 28 Apr 2023 07:49:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D913AE0876; Fri, 28 Apr 2023 07:49:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA999E0876 for ; Fri, 28 Apr 2023 07:49:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2F37340E24 for ; Fri, 28 Apr 2023 07:49:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B0451D for ; Fri, 28 Apr 2023 07:49:25 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1682668151.ee617d0975da3b90cc197b8c59c396da409f623b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pysiril/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/pysiril/Manifest sci-astronomy/pysiril/pysiril-0.0.15.ebuild X-VCS-Directories: sci-astronomy/pysiril/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ee617d0975da3b90cc197b8c59c396da409f623b X-VCS-Branch: master Date: Fri, 28 Apr 2023 07:49:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5580b30-2f1f-4e6e-9ac4-3ee7c6a857c7 X-Archives-Hash: 771586ccf3a6facd6aec0ca378b0b43a commit: ee617d0975da3b90cc197b8c59c396da409f623b Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Mon Feb 27 21:41:38 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Apr 28 07:49:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee617d09 sci-astronomy/pysiril: add 0.0.15 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/30476 Signed-off-by: Joonas Niilola gentoo.org> sci-astronomy/pysiril/Manifest | 1 + sci-astronomy/pysiril/pysiril-0.0.15.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/sci-astronomy/pysiril/Manifest b/sci-astronomy/pysiril/Manifest index 15c570edfc01..f9d42748d41d 100644 --- a/sci-astronomy/pysiril/Manifest +++ b/sci-astronomy/pysiril/Manifest @@ -1 +1,2 @@ DIST pysiril-V0_0_12.tar.bz2 114199 BLAKE2B c16209716c64591a2372dc090f419e5411a2607daa4420470cf7f07a729a997316f0d6f862d20722b2d23091ddd919e570289fdef1b0102b1ad2ae13cc3b4e37 SHA512 460355791f9041ace238f4727f8a219871f560fcf631ca798c1edc0ec729acca98c8abd1b14e460f0f127f5baa03603099a6f5c4151e0c1e627d2cff24bb6f18 +DIST pysiril-V0_0_15.tar.bz2 107650 BLAKE2B 94efb349e1e92e75bc7813d08a1fc1cd38b9c6199da8ba71e28f3b5b2420295cd770e4327c073558d600adf80efe39a295663b030f9048e9124a5fb71a7aba30 SHA512 e1820e14b14041eb99d2f5165fa81ba64d8e1459d50af6a0c748ac5cbef90447ce2f92c12bcfd8da784a7ae7f04c270b3bd75fe5369f1671840e3f9105271429 diff --git a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild new file mode 100644 index 000000000000..b6a7fd8a0d38 --- /dev/null +++ b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) +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"