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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57B5C158018 for ; Mon, 4 Oct 2021 22:30:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85690E08FB; Mon, 4 Oct 2021 22:30:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AA03E08EB for ; Mon, 4 Oct 2021 22:30:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BE3F343060 for ; Mon, 4 Oct 2021 22:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A750F13F for ; Mon, 4 Oct 2021 22:30:23 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1633386620.5dadea9db4214eeff007501c549e5bc00a97361b.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hijri-converter/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/hijri-converter/Manifest dev-python/hijri-converter/hijri-converter-2.2.2.ebuild X-VCS-Directories: dev-python/hijri-converter/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 5dadea9db4214eeff007501c549e5bc00a97361b X-VCS-Branch: dev Date: Mon, 4 Oct 2021 22:30:23 +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: 6fe147e3-8de7-420d-b5f0-1996537a3245 X-Archives-Hash: 5b2a45745044939fa88a13812c005739 commit: 5dadea9db4214eeff007501c549e5bc00a97361b Author: Alessandro Barbieri gmail com> AuthorDate: Mon Oct 4 22:07:55 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon Oct 4 22:30:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5dadea9d dev-python/hijri-converter: add 2.2.2 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/hijri-converter/Manifest | 1 + .../hijri-converter/hijri-converter-2.2.2.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/hijri-converter/Manifest b/dev-python/hijri-converter/Manifest index 2c650f513..1c92e510f 100644 --- a/dev-python/hijri-converter/Manifest +++ b/dev-python/hijri-converter/Manifest @@ -1,2 +1,3 @@ DIST hijri-converter-2.1.1.tar.gz 36506 BLAKE2B a019d9c67e411ed8f1a8dfbb48ae56bd28f3240cfa2a959a47b79a4436dce241b5cf40b78731cecf21ce2fb555cc081ae77596bdab20aded1439dc016a43ed00 SHA512 ab20fbe8146dea503c3726ea7566f364e2442003c6a5c934d5efe0915d2dadae5fb78a8e741ac5eb06de81106e7d112e97e6da86f97754d648c2bcdb73d5a0b0 DIST hijri-converter-2.1.3.tar.gz 36865 BLAKE2B 4076d2eda430327162716fe80f4093132e139d1cb01129d15c66aa908dcb212877bf478cd60af102969a5058d08dc15773a83d3dbad1ed5431188e9a8549e170 SHA512 d7307f4c11f04f266ca478d58c6248debc720204cc7b58da033cf8340e4cdfb07a6908f139d50260908224bbed1ab50885c3f82b348e1d35ce38c138d2bbf970 +DIST hijri-converter-2.2.2.tar.gz 38540 BLAKE2B 214bf04b0b6f8a2ef1ea1dc99f73a6c3e99cb8d351ed2588e6f7920e5a8e3a36fca03594bf9f3cb9d8fbdbdae232f6f8e4fd8e71db3094adc5d5aa34b601d103 SHA512 086a0f349cde650ad98558d5543ad463bded316a41d8827d9ee1d69aa49e0e396711befb469de697a1d3fc565901f7a6735b61856b2fc70f446960dfef15a330 diff --git a/dev-python/hijri-converter/hijri-converter-2.2.2.ebuild b/dev-python/hijri-converter/hijri-converter-2.2.2.ebuild new file mode 100644 index 000000000..312d4863b --- /dev/null +++ b/dev-python/hijri-converter/hijri-converter-2.2.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar" +HOMEPAGE="https://github.com/dralshehri/hijri-converter" +SRC_URI="https://github.com/dralshehri/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest +distutils_enable_sphinx docs