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 ACDFE13835A for ; Thu, 18 Mar 2021 10:24:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1498E086A; Thu, 18 Mar 2021 10:24:25 +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 D899FE086A for ; Thu, 18 Mar 2021 10:24:25 +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 3ED81340D59 for ; Thu, 18 Mar 2021 10:24:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3DB25BA for ; Thu, 18 Mar 2021 10:24:22 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1615981602.cc204ca6d55f4acff206de89c39eb0d916bd2a38.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/libusb1/Manifest dev-python/libusb1/libusb1-1.9.1.ebuild X-VCS-Directories: dev-python/libusb1/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: cc204ca6d55f4acff206de89c39eb0d916bd2a38 X-VCS-Branch: master Date: Thu, 18 Mar 2021 10:24:22 +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: 53659901-b687-4f49-b8fe-a9fd5d6fa870 X-Archives-Hash: 4aab7229973c40dc13767f96229c164d commit: cc204ca6d55f4acff206de89c39eb0d916bd2a38 Author: Andreas Zuber gmx ch> AuthorDate: Wed Mar 17 11:46:27 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Mar 17 11:46:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc204ca6 dev-python/libusb1: cleanup old version Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andreas Zuber gmx.ch> dev-python/libusb1/Manifest | 1 - dev-python/libusb1/libusb1-1.9.1.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest index 0b81396b..ea291aea 100644 --- a/dev-python/libusb1/Manifest +++ b/dev-python/libusb1/Manifest @@ -1,2 +1 @@ -DIST libusb1-1.9.1.tar.gz 79646 BLAKE2B c960efe5b14d5440944842f40d2783528dbdd899631aaa5ada0da575687051930f706e58fc0582e6ae68bebb8d26eaa49b6a5982e4b53ba088596740f4165ad8 SHA512 11559b963a958ccfa7ce957b65eb20af70ff2fcfe6b81f7939744d49df295a5f02ed8a80d2b67df61f945bca553f4424c98115c102bbacd4a0609d1e2e7fbf34 DIST libusb1-1.9.2.tar.gz 80139 BLAKE2B 954fb72165e1bb94c5bad5b116e96272f3d8bd07215463a53a0f15f1c98e568dc2a710b23d46829ec870f2baec6184450d68ca280ac3c12af806cb1dde94e33a SHA512 cae50daa7abf367941bc136295adaac33996db5811d6fa302802b3a97d643c7145f0faa370d130d72bc356999e60003b0420700143739fee7c8ba8ddca264788 diff --git a/dev-python/libusb1/libusb1-1.9.1.ebuild b/dev-python/libusb1/libusb1-1.9.1.ebuild deleted file mode 100644 index 5a65f453..00000000 --- a/dev-python/libusb1/libusb1-1.9.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Pure-python wrapper for libusb-1.0" -HOMEPAGE="https://github.com/vpelletier/python-libusb1" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="virtual/libusb" -DEPEND="dev-python/wheel[${PYTHON_USEDEP}]" - -distutils_enable_tests setup.py