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 9FDDF158089 for ; Fri, 27 Oct 2023 03:20:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 918792BC0C4; Fri, 27 Oct 2023 03:20:46 +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 7632A2BC0C4 for ; Fri, 27 Oct 2023 03:20:46 +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 62C69335D27 for ; Fri, 27 Oct 2023 03:20:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19FE512DA for ; Fri, 27 Oct 2023 03:20:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1698376717.02cdf1a02d13d60f828409e586c2d8a588eba336.sam@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.12.ebuild X-VCS-Directories: sci-astronomy/pysiril/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 02cdf1a02d13d60f828409e586c2d8a588eba336 X-VCS-Branch: master Date: Fri, 27 Oct 2023 03:20:42 +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: 7e799ea2-ed75-413d-ba50-d8e5026bc086 X-Archives-Hash: d2f8101b7441b34fef19a038ce35c49c commit: 02cdf1a02d13d60f828409e586c2d8a588eba336 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Thu Oct 19 16:28:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 27 03:18:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02cdf1a0 sci-astronomy/pysiril: drop 0.0.12 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Sam James gentoo.org> sci-astronomy/pysiril/Manifest | 1 - sci-astronomy/pysiril/pysiril-0.0.12.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/sci-astronomy/pysiril/Manifest b/sci-astronomy/pysiril/Manifest index f9d42748d41d..79b9ec9fc4b0 100644 --- a/sci-astronomy/pysiril/Manifest +++ b/sci-astronomy/pysiril/Manifest @@ -1,2 +1 @@ -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.12.ebuild b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild deleted file mode 100644 index 1cd3b366df91..000000000000 --- a/sci-astronomy/pysiril/pysiril-0.0.12.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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"