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 C1DF215802F for ; Sat, 25 Feb 2023 07:17:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADCDDE091A; Sat, 25 Feb 2023 07:17:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9AACDE091A for ; Sat, 25 Feb 2023 07:17:24 +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 E048D340FAB for ; Sat, 25 Feb 2023 07:17:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48C888CA for ; Sat, 25 Feb 2023 07:17:21 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1677280928.a2d95492ef1d5050590105acafd778b3bcaed7c2.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/convertdate/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/convertdate/Manifest dev-python/convertdate/convertdate-2.3.2.ebuild X-VCS-Directories: dev-python/convertdate/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: a2d95492ef1d5050590105acafd778b3bcaed7c2 X-VCS-Branch: master Date: Sat, 25 Feb 2023 07:17:21 +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: 894e9107-4be1-4065-aa8a-134ebb0817e4 X-Archives-Hash: d7c124d0bbf18015ca6111147e1964b7 commit: a2d95492ef1d5050590105acafd778b3bcaed7c2 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Feb 24 23:22:08 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Fri Feb 24 23:22:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2d95492 dev-python/convertdate: drop 2.3.2 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/convertdate/Manifest | 1 - dev-python/convertdate/convertdate-2.3.2.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-python/convertdate/Manifest b/dev-python/convertdate/Manifest index edba38e8e..6f6cc6fdc 100644 --- a/dev-python/convertdate/Manifest +++ b/dev-python/convertdate/Manifest @@ -1,2 +1 @@ -DIST convertdate-2.3.2.tar.gz 52155 BLAKE2B 607e5b0ec3c4bc664cec51c32c68ccec0676f72e839c9d094fb901ce1ae154c759f5bded34f5654562ae1e74111c4ee263159ae46cb545b2cfae81af343511f4 SHA512 a1c70564fafc697a5fb941d32603e8bfae565089a1a37bc3c2f8793bf926e6e97c752ffddb9192ae54e37ccafb0a02969b9f9086875595f1eb97cf264f96fde9 DIST convertdate-2.4.0.gh.tar.gz 52728 BLAKE2B 1ee45f86c1a424f479a0a01d7f048a861cea9a25e82adade8dc26182064428b27dac98012d9a1e6afc7412f27366dd3d06ecc8d881eb6946d24a037305bb5c57 SHA512 d6b63000fd72640d69afa12b5f942684fa1c2f52880bc76e78780f144848040176a7869cd7b95a502abfd5b8fe1ebc3c844f3eb261e2ad547e6be493b11cd432 diff --git a/dev-python/convertdate/convertdate-2.3.2.ebuild b/dev-python/convertdate/convertdate-2.3.2.ebuild deleted file mode 100644 index d6a478642..000000000 --- a/dev-python/convertdate/convertdate-2.3.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Utils for converting between date formats and calculating holidays" -HOMEPAGE="https://github.com/fitnr/convertdate" -SRC_URI="https://github.com/fitnr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/pymeeus[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -distutils_enable_sphinx docs dev-python/sphinx-rtd-theme