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 8DB5D158091 for ; Thu, 16 Jun 2022 08:04:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FEAFE0893; Thu, 16 Jun 2022 08:04:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EDE6BE0894 for ; Thu, 16 Jun 2022 08:04:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C184D341EE4 for ; Thu, 16 Jun 2022 08:04:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F21B8510 for ; Thu, 16 Jun 2022 08:04:20 +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: <1655366481.1345b6aafe9f52ffed0cb8bf47f5007bbe5c4481.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/chump/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/chump/chump-1.6.0-r1.ebuild X-VCS-Directories: dev-python/chump/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1345b6aafe9f52ffed0cb8bf47f5007bbe5c4481 X-VCS-Branch: master Date: Thu, 16 Jun 2022 08:04:20 +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: fed79f6e-aada-4c8e-828b-faf986c2df82 X-Archives-Hash: 45ba49e729123580c8c0541b2d9f73bc commit: 1345b6aafe9f52ffed0cb8bf47f5007bbe5c4481 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 16 08:01:21 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 16 08:01:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1345b6aa dev-python/chump: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/chump/chump-1.6.0-r1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-python/chump/chump-1.6.0-r1.ebuild b/dev-python/chump/chump-1.6.0-r1.ebuild deleted file mode 100644 index 81de5ce4916a..000000000000 --- a/dev-python/chump/chump-1.6.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{7..10} ) - -inherit distutils-r1 - -DESCRIPTION="API wrapper for Pushover" -HOMEPAGE="https://github.com/karanlyons/chump" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# 'html_theme' is unset, meaning alabaster will be used -# and sphinx depends on it -distutils_enable_sphinx docs - -# The package has no test suite