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 D5628159C96 for ; Sun, 28 Jul 2024 12:22:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 298B6E2A54; Sun, 28 Jul 2024 12:22:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0EE84E2A54 for ; Sun, 28 Jul 2024 12:22:04 +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 2B8B2340C33 for ; Sun, 28 Jul 2024 12:22:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B8E41D88 for ; Sun, 28 Jul 2024 12:22:00 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1722169302.0b54c0489dd03032dde7a49338b10228c0800d75.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hijridate/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/hijridate/Manifest dev-python/hijridate/hijridate-2.4.1.ebuild X-VCS-Directories: dev-python/hijridate/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: 0b54c0489dd03032dde7a49338b10228c0800d75 X-VCS-Branch: dev Date: Sun, 28 Jul 2024 12:22:00 +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: 2d53c34f-00e0-475e-abdf-68d47f427b92 X-Archives-Hash: acd9d0c55e6bcfe8c741aeb42b2e349d commit: 0b54c0489dd03032dde7a49338b10228c0800d75 Author: Takuya Wakazono gmail com> AuthorDate: Sat Jul 27 07:37:06 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Sun Jul 28 12:21:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b54c048 dev-python/hijridate: drop 2.4.1 Signed-off-by: Takuya Wakazono gmail.com> dev-python/hijridate/Manifest | 1 - dev-python/hijridate/hijridate-2.4.1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/hijridate/Manifest b/dev-python/hijridate/Manifest index cf444e367..fa433411b 100644 --- a/dev-python/hijridate/Manifest +++ b/dev-python/hijridate/Manifest @@ -1,2 +1 @@ -DIST hijridate-2.4.1.gh.tar.gz 42771 BLAKE2B 7640d2eb6760f1e496468f0cb11d25c3bb4bf8fc4274b1d802d25b8392a44a83c46564d3f2372f53a37ec10fd914c1fbf096dab359018350662b747f8c1c65a6 SHA512 64fc38afbb59ce5de3611602ed8b0262cf410b66236f57e30aeb3d39db904afbfb17b300dba0ac7ab2163b7c4c000b2d444fa3769f00c7a7e80b8fe4bbc7216c DIST hijridate-2.5.0.gh.tar.gz 46488 BLAKE2B f9a20c8cddf2e994e952d24dd16f9113c52564961f6a13d4d40b4cf5933ecacf763ebd735a88fc41fcdcdd4cf4620810ae3504ced71e1284fbcb39b6d6aed321 SHA512 ff096902f30a5664892bdfc6a167ac838e83640a7430db726bc02417e4b34d5790624c260f906ee8143a05efefdee55e37b9dbf390fde514cf2f462743995611 diff --git a/dev-python/hijridate/hijridate-2.4.1.ebuild b/dev-python/hijridate/hijridate-2.4.1.ebuild deleted file mode 100644 index 6cb25f351..000000000 --- a/dev-python/hijridate/hijridate-2.4.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar" -HOMEPAGE="https://github.com/dralshehri/hijridate" -SRC_URI="https://github.com/dralshehri/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -distutils_enable_tests pytest - -distutils_enable_sphinx docs \ - dev-python/furo \ - dev-python/myst-parser \ - dev-python/sphinx-notfound-page \ - dev-python/sphinx-rtd-theme