summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2023-10-19 18:28:53 +0200
committerSam James <sam@gentoo.org>2023-10-27 04:18:37 +0100
commit02cdf1a02d13d60f828409e586c2d8a588eba336 (patch)
tree5dd6dffb2f4752a78c4ac2389d02a5747e021ef7
parentdev-util/pwntools: drop 4.10.0, 4.11.0_beta0 (diff)
downloadgentoo-02cdf1a02d13d60f828409e586c2d8a588eba336.tar.gz
gentoo-02cdf1a02d13d60f828409e586c2d8a588eba336.tar.bz2
gentoo-02cdf1a02d13d60f828409e586c2d8a588eba336.zip
sci-astronomy/pysiril: drop 0.0.12
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sci-astronomy/pysiril/Manifest1
-rw-r--r--sci-astronomy/pysiril/pysiril-0.0.12.ebuild19
2 files changed, 0 insertions, 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"