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 3BA15138351 for ; Mon, 4 May 2020 11:13:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A671DE09B7; Mon, 4 May 2020 11:13:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8C0B3E09B7 for ; Mon, 4 May 2020 11:13:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BFD4634F552 for ; Mon, 4 May 2020 11:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 449D5216 for ; Mon, 4 May 2020 11:13:01 +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: <1588590721.22ea6423eb9443c0becfd0bfb6aefe235fe38497.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jeepney/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jeepney/Manifest dev-python/jeepney/jeepney-0.4.1.ebuild X-VCS-Directories: dev-python/jeepney/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 22ea6423eb9443c0becfd0bfb6aefe235fe38497 X-VCS-Branch: master Date: Mon, 4 May 2020 11:13:01 +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: da8c3a29-77ce-4b87-b79a-0cbe7ac82914 X-Archives-Hash: af79775b62c6a33c9d35f0c8f7f213b8 commit: 22ea6423eb9443c0becfd0bfb6aefe235fe38497 Author: Michał Górny gentoo org> AuthorDate: Mon May 4 11:12:01 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 4 11:12:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ea6423 dev-python/jeepney: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/jeepney/Manifest | 1 - dev-python/jeepney/jeepney-0.4.1.ebuild | 36 --------------------------------- 2 files changed, 37 deletions(-) diff --git a/dev-python/jeepney/Manifest b/dev-python/jeepney/Manifest index 0818b68e7cf..51662e35720 100644 --- a/dev-python/jeepney/Manifest +++ b/dev-python/jeepney/Manifest @@ -1,2 +1 @@ -DIST jeepney-0.4.1.tar.gz 27706 BLAKE2B 152bf872621a0e023b9f44bb165113b2c3ef0037f66cb1c2aa15423d68ae5c295ad100aba855f061840054a25c3ed30a2d1faed09cf2130235df72c70738c791 SHA512 46aed19fd29df724af0e78ec0acabeb196324444e682817c330f3fd290a52cf6a6cb639f8c76f4ef5311817c4e051d7231b4f26af3cb6768bdd8c4bec7589210 DIST jeepney-0.4.3.tar.gz 28121 BLAKE2B 2c9b5b5ec26a9af25d28af602827c73c8ec9377a88a4aa79b9a986675c1ef3f195763a338f3efa4ee371f7751dcf05a9f9cfed06c8d6677d81da3699773d5561 SHA512 bfb12c9259a57324759f8be44d1faf2c0535762e72db5f1370e64cb144c0fc537c9bc9cfb9b075932fb3a20e3ef4e0c990c10905cc5a69e3fb088e8de4193689 diff --git a/dev-python/jeepney/jeepney-0.4.1.ebuild b/dev-python/jeepney/jeepney-0.4.1.ebuild deleted file mode 100644 index 8f63a216bbb..00000000000 --- a/dev-python/jeepney/jeepney-0.4.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# Python 3.4 and older aren't supported -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Low-level, pure Python DBus protocol wrapper" -HOMEPAGE="https://gitlab.com/takluyver/jeepney" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/testpath[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests pytest - -distutils_enable_sphinx docs \ - dev-python/sphinx_rtd_theme - -python_install_all() { - if use examples; then - docompress -x "/usr/share/doc/${PF}/examples" - dodoc -r examples - fi - distutils-r1_python_install_all -}