Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/hijri-converter/
Date: Mon, 28 Jun 2021 10:59:07
Message-Id: 1624835226.546ec47971c69743429629aa99d3d05c5b182057.flow@gentoo
1 commit: 546ec47971c69743429629aa99d3d05c5b182057
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 27 23:07:06 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 27 23:07:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=546ec479
7
8 dev-python/hijri-converter: add 2.1.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.1.3.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-python/hijri-converter/Manifest b/dev-python/hijri-converter/Manifest
17 index e48bebfc9..2c650f513 100644
18 --- a/dev-python/hijri-converter/Manifest
19 +++ b/dev-python/hijri-converter/Manifest
20 @@ -1 +1,2 @@
21 DIST hijri-converter-2.1.1.tar.gz 36506 BLAKE2B a019d9c67e411ed8f1a8dfbb48ae56bd28f3240cfa2a959a47b79a4436dce241b5cf40b78731cecf21ce2fb555cc081ae77596bdab20aded1439dc016a43ed00 SHA512 ab20fbe8146dea503c3726ea7566f364e2442003c6a5c934d5efe0915d2dadae5fb78a8e741ac5eb06de81106e7d112e97e6da86f97754d648c2bcdb73d5a0b0
22 +DIST hijri-converter-2.1.3.tar.gz 36865 BLAKE2B 4076d2eda430327162716fe80f4093132e139d1cb01129d15c66aa908dcb212877bf478cd60af102969a5058d08dc15773a83d3dbad1ed5431188e9a8549e170 SHA512 d7307f4c11f04f266ca478d58c6248debc720204cc7b58da033cf8340e4cdfb07a6908f139d50260908224bbed1ab50885c3f82b348e1d35ce38c138d2bbf970
23
24 diff --git a/dev-python/hijri-converter/hijri-converter-2.1.3.ebuild b/dev-python/hijri-converter/hijri-converter-2.1.3.ebuild
25 new file mode 100644
26 index 000000000..648972e4b
27 --- /dev/null
28 +++ b/dev-python/hijri-converter/hijri-converter-2.1.3.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..9} )
36 +
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 +distutils_enable_sphinx docs