Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hijri-converter/
Date: Mon, 30 May 2022 13:17:21
Message-Id: 1653916633.d7fc862439711486b913182908a2c249e3584885.Alessandro-Barbieri@gentoo
1 commit: d7fc862439711486b913182908a2c249e3584885
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 13:11:35 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 30 13:17:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7fc8624
7
8 dev-python/hijri-converter: drop 2.2.3
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/hijri-converter/Manifest | 1 -
13 .../hijri-converter/hijri-converter-2.2.3.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/dev-python/hijri-converter/Manifest b/dev-python/hijri-converter/Manifest
17 index c21a8cc04..26e799a01 100644
18 --- a/dev-python/hijri-converter/Manifest
19 +++ b/dev-python/hijri-converter/Manifest
20 @@ -1,2 +1 @@
21 -DIST hijri-converter-2.2.3.tar.gz 42009 BLAKE2B c19caa6e8225406ca99a32fa1418890a1b380a4dfbe3b3c00d4ef99956b239e6313db619329c6becc8bf78f763060799693f664db8d4c7ed5139b4b629983cf2 SHA512 b038605ea020ded6f5eb555bfc159137cb29527693e258ca002a198932f1312ee5513ef4d1a4baa242b695337da959f203032cc6896dfce7b245b1befaddf6f1
22 DIST hijri-converter-2.2.4.tar.gz 42179 BLAKE2B b8a935b87314e31a710eacfe49c9668684bf26deb678c6d7150e9b9c7c59ff07f03724395465f003b5cbdc0164cf1217816a8f0c8d62c1943c60596b4ac6ccb9 SHA512 4387e9bfcd23b1ac4a755070b45626a00ef71ad4bb82c48e23573dc95d90302571ffec0f9162b28c06054ae10c1b4da06859609db0106dada96a39bc279ad785
23
24 diff --git a/dev-python/hijri-converter/hijri-converter-2.2.3.ebuild b/dev-python/hijri-converter/hijri-converter-2.2.3.ebuild
25 deleted file mode 100644
26 index 27d1d93f5..000000000
27 --- a/dev-python/hijri-converter/hijri-converter-2.2.3.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
36 -DISTUTILS_USE_PEP517=setuptools
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar"
40 -HOMEPAGE="https://github.com/dralshehri/hijri-converter"
41 -SRC_URI="https://github.com/dralshehri/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64"
46 -
47 -distutils_enable_tests pytest
48 -
49 -distutils_enable_sphinx docs