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 1D92613835A 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 2A696E085B; Thu, 18 Mar 2021 10:24:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0FB74E085B for ; Thu, 18 Mar 2021 10:24:25 +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 0E23F340BD3 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 A04085B9 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: <1615981601.50e96b7c84fd8a5515c98407967a876f9e66059a.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.2.ebuild X-VCS-Directories: dev-python/libusb1/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 50e96b7c84fd8a5515c98407967a876f9e66059a 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: 96c687d5-1643-45f3-a4bf-c7d3c98c0df2 X-Archives-Hash: 54fe56f6fe16e9c44945fc3bab0e0d49 commit: 50e96b7c84fd8a5515c98407967a876f9e66059a Author: Andreas Zuber gmx ch> AuthorDate: Wed Mar 17 11:45:19 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Mar 17 11:46:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50e96b7c dev-python/libusb1: version bump to 1.9.2 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.2.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest index 3d73b1d3..0b81396b 100644 --- a/dev-python/libusb1/Manifest +++ b/dev-python/libusb1/Manifest @@ -1 +1,2 @@ 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.2.ebuild b/dev-python/libusb1/libusb1-1.9.2.ebuild new file mode 100644 index 00000000..f8ea69f4 --- /dev/null +++ b/dev-python/libusb1/libusb1-1.9.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 2020-2021 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