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 8566D1382C5 for ; Thu, 7 Jan 2021 09:26:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF7C4E0908; Thu, 7 Jan 2021 09:26:01 +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 B1A8FE0908 for ; Thu, 7 Jan 2021 09:26:01 +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 B0B5633BF0B for ; Thu, 7 Jan 2021 09:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50CDE4B for ; Thu, 7 Jan 2021 09:25:59 +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: <1610011380.2b1d44730ac22808e18642a84d886f67874845c0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyusb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyusb/Manifest dev-python/pyusb/pyusb-1.0.2-r1.ebuild X-VCS-Directories: dev-python/pyusb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2b1d44730ac22808e18642a84d886f67874845c0 X-VCS-Branch: master Date: Thu, 7 Jan 2021 09:25:59 +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: 7683ea3a-d520-4aaa-a47d-f8646009245e X-Archives-Hash: 4ec73b504236525dd033d04496960ece commit: 2b1d44730ac22808e18642a84d886f67874845c0 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 7 09:23:00 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 7 09:23:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1d4473 dev-python/pyusb: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyusb/Manifest | 1 - dev-python/pyusb/pyusb-1.0.2-r1.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-python/pyusb/Manifest b/dev-python/pyusb/Manifest index eb720b30f3c..e2c488bba2b 100644 --- a/dev-python/pyusb/Manifest +++ b/dev-python/pyusb/Manifest @@ -1,2 +1 @@ -DIST pyusb-1.0.2.tar.gz 68694 BLAKE2B 8910d9d6d7abd8b0dddf725ad9cc745ce5b06f69a4824a86ed9783918d0fc88d438674852288654964c4555d8278f22d3daab679149c64ea8a6fd3dd2f1cf284 SHA512 6a264b796e17612004196a7a526a7c6df99feac9062f8354540221016411a78a65d413731aea2fc1206ed5ea2b84787078898b9ca3754164f1dfe2a9878b75a5 DIST pyusb-1.1.0.tar.gz 78752 BLAKE2B ee541afedca7d5dca345c6addee2702ccb7408bb9a2d8b23fe1eb47f067a93309599894e364c0bdcef3e5348bd13cc39f240257efd4664679017f61b87853217 SHA512 0769670e6ebd8b31f2494258eca5d6e470ad3cb17663cc14b8b3a8136ea24caa23f86d81c60c501b88a9bc94b0de6a45aac43c6c5f140e65fd03a589b4d18179 diff --git a/dev-python/pyusb/pyusb-1.0.2-r1.ebuild b/dev-python/pyusb/pyusb-1.0.2-r1.ebuild deleted file mode 100644 index 02a1d97b136..00000000000 --- a/dev-python/pyusb/pyusb-1.0.2-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) - -inherit distutils-r1 - -DESCRIPTION="USB support for Python" -HOMEPAGE="https://pyusb.github.io/pyusb/ https://pypi.org/project/pyusb/" -SRC_URI="https://github.com/walac/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -# pypi releases don't include tests -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" -IUSE="" - -### This version is compatible with both 0.X and 1.X versions of libusb -DEPEND="virtual/libusb:= - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -DOCS="README.rst docs/tutorial.rst" - -python_test() { - cd tests || die - "${PYTHON}" testall.py || die "Tests failed with ${EPYTHON}" -}