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 E1BBE138359 for ; Fri, 31 Jul 2020 06:21:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32CB2E09CF; Fri, 31 Jul 2020 06:21:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B261E09CF for ; Fri, 31 Jul 2020 06:21:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AB5034F511 for ; Fri, 31 Jul 2020 06:21:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C839E309 for ; Fri, 31 Jul 2020 06:21:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1596176463.590c7ffdfe332a08372b4a27bda51e1044733f9b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jdcal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jdcal/Manifest dev-python/jdcal/jdcal-1.4.ebuild X-VCS-Directories: dev-python/jdcal/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 590c7ffdfe332a08372b4a27bda51e1044733f9b X-VCS-Branch: master Date: Fri, 31 Jul 2020 06:21:08 +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: 28d873a0-fbfd-430b-97ce-345cdde4bdee X-Archives-Hash: 5f4fe833f6c7aa37a1cb6d4ca9395ea0 commit: 590c7ffdfe332a08372b4a27bda51e1044733f9b Author: Michał Górny gentoo org> AuthorDate: Fri Jul 31 05:38:49 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 31 06:21:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590c7ffd dev-python/jdcal: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/jdcal/Manifest | 1 - dev-python/jdcal/jdcal-1.4.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-python/jdcal/Manifest b/dev-python/jdcal/Manifest index eeefda7d4f0..4f221b86f1f 100644 --- a/dev-python/jdcal/Manifest +++ b/dev-python/jdcal/Manifest @@ -1,2 +1 @@ DIST jdcal-1.4.1.tar.gz 7479 BLAKE2B a53954b12c5f1fed81fe6241b5097a7def4074ae83d6e31a528ac0fa87a3d90b504e2fe1a80b44cf19663e1402695460f9e3acb54a2333181f21e7cef47f737d SHA512 5e14f470f35764c0d76fcf0ee13f9ea0879e645b589a48636207b7848f3df0437343898595c8cf19b8e4fe8a172d4e82aa06e56284ed263154c93de217e24e39 -DIST jdcal-1.4.tar.gz 7545 BLAKE2B 20c3e64a0c1a2cb2078c3058b38a7ae7337880703305ff26d4b0990f4efe1532ebbf8dbaf666a656f7d0176011b651d96853db0c0713356f46191c849630a041 SHA512 d49ac3cb4241556900c0a4dcbbea0ba621206cea767e272fb994c7ec76edd6859b184cf17ea5f9a42ab2134a5be13bca4b6d74021d627584576c01f2cded438e diff --git a/dev-python/jdcal/jdcal-1.4.ebuild b/dev-python/jdcal/jdcal-1.4.ebuild deleted file mode 100644 index 60b57f24139..00000000000 --- a/dev-python/jdcal/jdcal-1.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6..9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Julian dates from proleptic Gregorian and Julian calendars" -HOMEPAGE="https://github.com/phn/jdcal" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" -SLOT="0" - -distutils_enable_tests pytest