public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/
@ 2020-08-25  8:41 Andrew Ammerlaan
  0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-08-25  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     3387f22ef8d02579c35a919795e28449fd4f10b3
Author:     Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Sun Aug 23 20:47:30 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Aug 24 13:17:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3387f22e

dev-python/libusb1: new package

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>

 dev-python/libusb1/Manifest           |  1 +
 dev-python/libusb1/libusb1-1.8.ebuild | 21 +++++++++++++++++++++
 dev-python/libusb1/metadata.xml       | 11 +++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest
new file mode 100644
index 0000000..fc0deac
--- /dev/null
+++ b/dev-python/libusb1/Manifest
@@ -0,0 +1 @@
+DIST libusb1-1.8.tar.gz 78282 BLAKE2B 85a7a74ec13fd290053f9c6a99d6174e8b2d3b8b49067ee36cb90757488cb6a238c30327a27e7af3581ee9eace33d9ececb47c4e0ecb85f27dd6c1d91867f5c3 SHA512 756d091dbae089d719f8c2b21419fb850b00547152c457501dc8e3296ece10418a6a255f9eece25b05eb5e039c892f2f31b52f3b7ca8668f8bd152ebfb8a90eb

diff --git a/dev-python/libusb1/libusb1-1.8.ebuild b/dev-python/libusb1/libusb1-1.8.ebuild
new file mode 100644
index 0000000..3886b4f
--- /dev/null
+++ b/dev-python/libusb1/libusb1-1.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+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"
+
+BDEPEND=""
+RDEPEND="virtual/libusb"
+
+distutils_enable_tests setup.py

diff --git a/dev-python/libusb1/metadata.xml b/dev-python/libusb1/metadata.xml
new file mode 100644
index 0000000..c5e755c
--- /dev/null
+++ b/dev-python/libusb1/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>a.zuber@gmx.ch</email>
+    <name>Andreas Zuber</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">vpelletier/python-libusb1</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/
@ 2020-09-22 11:13 Andrew Ammerlaan
  0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-09-22 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     68d2c04eabe939233c6c968a1fc6da2f26716f95
Author:     Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Mon Sep 21 10:34:59 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Sep 21 10:34:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68d2c04e

dev-python/libusb1: python 3.9 support

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>

 dev-python/libusb1/libusb1-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/libusb1/libusb1-1.8.ebuild b/dev-python/libusb1/libusb1-1.8.ebuild
index 3886b4fb..0b6b4bb4 100644
--- a/dev-python/libusb1/libusb1-1.8.ebuild
+++ b/dev-python/libusb1/libusb1-1.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/
@ 2020-12-04 15:00 Andrew Ammerlaan
  0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-12-04 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     193eff345e20803ffa269a7663f2e4b273c37e5f
Author:     Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Fri Dec  4 08:52:48 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec  4 08:55:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=193eff34

dev-python/libusb1: cleanup old version

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>

 dev-python/libusb1/Manifest           |  1 -
 dev-python/libusb1/libusb1-1.8.ebuild | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest
index 9e06fa44..b27a7bf9 100644
--- a/dev-python/libusb1/Manifest
+++ b/dev-python/libusb1/Manifest
@@ -1,2 +1 @@
 DIST libusb1-1.8.1.tar.gz 80921 BLAKE2B 68914f2108fc8954909bad4161cfc00ccb88e5de7dd2bf29d8f2dbd0dfd285ac6641ba16ec6543688490b56837fb1a9add804fbbff11e848c2ee1c2ffdde1995 SHA512 7539e8e29013135d80bf4e80b849487faadf0c2e40dd9b2ede09d739297e4dc5dbd86b66deaa33cc7e7c5975996109bcfe6ec631c04a09335493b81339e6570f
-DIST libusb1-1.8.tar.gz 78282 BLAKE2B 85a7a74ec13fd290053f9c6a99d6174e8b2d3b8b49067ee36cb90757488cb6a238c30327a27e7af3581ee9eace33d9ececb47c4e0ecb85f27dd6c1d91867f5c3 SHA512 756d091dbae089d719f8c2b21419fb850b00547152c457501dc8e3296ece10418a6a255f9eece25b05eb5e039c892f2f31b52f3b7ca8668f8bd152ebfb8a90eb

diff --git a/dev-python/libusb1/libusb1-1.8.ebuild b/dev-python/libusb1/libusb1-1.8.ebuild
deleted file mode 100644
index 0b6b4bb4..00000000
--- a/dev-python/libusb1/libusb1-1.8.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"
-
-BDEPEND=""
-RDEPEND="virtual/libusb"
-
-distutils_enable_tests setup.py


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/
@ 2020-12-04 15:00 Andrew Ammerlaan
  0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-12-04 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     80e0f790b672737980753e60a64a63bb49e6c683
Author:     Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Fri Dec  4 08:51:04 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec  4 08:55:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80e0f790

dev-python/libusb1: version bump to 1.8.1

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>

 dev-python/libusb1/Manifest             |  1 +
 dev-python/libusb1/libusb1-1.8.1.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest
index fc0deac3..9e06fa44 100644
--- a/dev-python/libusb1/Manifest
+++ b/dev-python/libusb1/Manifest
@@ -1 +1,2 @@
+DIST libusb1-1.8.1.tar.gz 80921 BLAKE2B 68914f2108fc8954909bad4161cfc00ccb88e5de7dd2bf29d8f2dbd0dfd285ac6641ba16ec6543688490b56837fb1a9add804fbbff11e848c2ee1c2ffdde1995 SHA512 7539e8e29013135d80bf4e80b849487faadf0c2e40dd9b2ede09d739297e4dc5dbd86b66deaa33cc7e7c5975996109bcfe6ec631c04a09335493b81339e6570f
 DIST libusb1-1.8.tar.gz 78282 BLAKE2B 85a7a74ec13fd290053f9c6a99d6174e8b2d3b8b49067ee36cb90757488cb6a238c30327a27e7af3581ee9eace33d9ececb47c4e0ecb85f27dd6c1d91867f5c3 SHA512 756d091dbae089d719f8c2b21419fb850b00547152c457501dc8e3296ece10418a6a255f9eece25b05eb5e039c892f2f31b52f3b7ca8668f8bd152ebfb8a90eb

diff --git a/dev-python/libusb1/libusb1-1.8.1.ebuild b/dev-python/libusb1/libusb1-1.8.1.ebuild
new file mode 100644
index 00000000..0b6b4bb4
--- /dev/null
+++ b/dev-python/libusb1/libusb1-1.8.1.ebuild
@@ -0,0 +1,21 @@
+# 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"
+
+BDEPEND=""
+RDEPEND="virtual/libusb"
+
+distutils_enable_tests setup.py


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/
  2020-12-18 18:10 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-12-18 19:05 ` Andrew Ammerlaan
  0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     d5e25ae4f8206b907987d095b3e31ae2d593e582
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 18:03:11 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 18:03:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5e25ae4

dev-python/libusb1: version bump 1.9.1

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/libusb1/Manifest                                       | 2 +-
 dev-python/libusb1/{libusb1-1.8.1.ebuild => libusb1-1.9.1.ebuild} | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest
index b27a7bf9..3d73b1d3 100644
--- a/dev-python/libusb1/Manifest
+++ b/dev-python/libusb1/Manifest
@@ -1 +1 @@
-DIST libusb1-1.8.1.tar.gz 80921 BLAKE2B 68914f2108fc8954909bad4161cfc00ccb88e5de7dd2bf29d8f2dbd0dfd285ac6641ba16ec6543688490b56837fb1a9add804fbbff11e848c2ee1c2ffdde1995 SHA512 7539e8e29013135d80bf4e80b849487faadf0c2e40dd9b2ede09d739297e4dc5dbd86b66deaa33cc7e7c5975996109bcfe6ec631c04a09335493b81339e6570f
+DIST libusb1-1.9.1.tar.gz 79646 BLAKE2B c960efe5b14d5440944842f40d2783528dbdd899631aaa5ada0da575687051930f706e58fc0582e6ae68bebb8d26eaa49b6a5982e4b53ba088596740f4165ad8 SHA512 11559b963a958ccfa7ce957b65eb20af70ff2fcfe6b81f7939744d49df295a5f02ed8a80d2b67df61f945bca553f4424c98115c102bbacd4a0609d1e2e7fbf34

diff --git a/dev-python/libusb1/libusb1-1.8.1.ebuild b/dev-python/libusb1/libusb1-1.9.1.ebuild
similarity index 97%
rename from dev-python/libusb1/libusb1-1.8.1.ebuild
rename to dev-python/libusb1/libusb1-1.9.1.ebuild
index 0b6b4bb4..ccaaf8a4 100644
--- a/dev-python/libusb1/libusb1-1.8.1.ebuild
+++ b/dev-python/libusb1/libusb1-1.9.1.ebuild
@@ -15,7 +15,6 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-BDEPEND=""
 RDEPEND="virtual/libusb"
 
 distutils_enable_tests setup.py


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/
@ 2020-12-23 10:24 Andrew Ammerlaan
  0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2020-12-23 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8a00ca408fd26b062a7c3961a09c5d00bf10145c
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Dec 23 08:22:24 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Dec 23 08:22:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a00ca40

dev-python/libusb1: bdepend dev-python/{pip,wheel}

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-python/libusb1/libusb1-1.9.1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/libusb1/libusb1-1.9.1.ebuild b/dev-python/libusb1/libusb1-1.9.1.ebuild
index ccaaf8a4..7eb10df1 100644
--- a/dev-python/libusb1/libusb1-1.9.1.ebuild
+++ b/dev-python/libusb1/libusb1-1.9.1.ebuild
@@ -16,5 +16,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="virtual/libusb"
+BDEPEND="
+	dev-python/pip[${PYTHON_USEDEP}]
+	dev-python/wheel[${PYTHON_USEDEP}]
+"
 
 distutils_enable_tests setup.py


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/
@ 2021-03-18 10:24 Andrew Ammerlaan
  0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2021-03-18 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     50e96b7c84fd8a5515c98407967a876f9e66059a
Author:     Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Wed Mar 17 11:45:19 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <a.zuber <AT> 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


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/
@ 2021-03-18 10:24 Andrew Ammerlaan
  0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2021-03-18 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     cc204ca6d55f4acff206de89c39eb0d916bd2a38
Author:     Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Wed Mar 17 11:46:27 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <a.zuber <AT> 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


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/
@ 2021-11-08 13:02 Andrew Ammerlaan
  0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2021-11-08 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     a127ee81b6603b2fbbb666ca5b232837d204b4b8
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Nov  7 08:39:30 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 13:56:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a127ee81

dev-python/libusb1: add 2.0.1, drop 1.9.2

Closes: https://bugs.gentoo.org/816183
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/libusb1/Manifest                                       | 2 +-
 dev-python/libusb1/{libusb1-1.9.2.ebuild => libusb1-2.0.1.ebuild} | 7 +++----
 dev-python/libusb1/metadata.xml                                   | 2 +-
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest
index ea291aea0..90e2bb9d2 100644
--- a/dev-python/libusb1/Manifest
+++ b/dev-python/libusb1/Manifest
@@ -1 +1 @@
-DIST libusb1-1.9.2.tar.gz 80139 BLAKE2B 954fb72165e1bb94c5bad5b116e96272f3d8bd07215463a53a0f15f1c98e568dc2a710b23d46829ec870f2baec6184450d68ca280ac3c12af806cb1dde94e33a SHA512 cae50daa7abf367941bc136295adaac33996db5811d6fa302802b3a97d643c7145f0faa370d130d72bc356999e60003b0420700143739fee7c8ba8ddca264788
+DIST libusb1-2.0.1.tar.gz 82619 BLAKE2B 53b5302b0b2a6907b62493f56a041add928a20950542bf8034ada4240b65c51fd187aff3a97393d2cde64b4a7756a0aeebec449a62b25b5b7c82f4afe815c5a5 SHA512 d675ff9e0b89f53341182e69d62573a6494826abdfbcb56a3fe2de232920375ddcd37da1ee802a2315ef695418ce202a3c84b8ec4c7ed24799ed5aee37eaf242

diff --git a/dev-python/libusb1/libusb1-1.9.2.ebuild b/dev-python/libusb1/libusb1-2.0.1.ebuild
similarity index 71%
rename from dev-python/libusb1/libusb1-1.9.2.ebuild
rename to dev-python/libusb1/libusb1-2.0.1.ebuild
index 31eb439e0..5aa280970 100644
--- a/dev-python/libusb1/libusb1-1.9.2.ebuild
+++ b/dev-python/libusb1/libusb1-2.0.1.ebuild
@@ -1,14 +1,14 @@
 # Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="Pure-python wrapper for libusb-1.0"
-HOMEPAGE="https://github.com/vpelletier/python-libusb1"
+HOMEPAGE="https://github.com/vpelletier/python-libusb1 https://pypi.org/project/libusb1"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1+"
@@ -16,6 +16,5 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="virtual/libusb"
-DEPEND="dev-python/wheel[${PYTHON_USEDEP}]"
 
 distutils_enable_tests setup.py

diff --git a/dev-python/libusb1/metadata.xml b/dev-python/libusb1/metadata.xml
index c5e755c01..157471470 100644
--- a/dev-python/libusb1/metadata.xml
+++ b/dev-python/libusb1/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <maintainer type="person">
     <email>a.zuber@gmx.ch</email>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/
@ 2023-08-13 15:44 David Roman
  0 siblings, 0 replies; 14+ messages in thread
From: David Roman @ 2023-08-13 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ca0a5d8888a255b1b41b1bbd8b0689687604e7c6
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Aug 13 15:18:55 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Aug 13 15:18:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca0a5d88

dev-python/libusb1: enable py3.11

Closes: https://bugs.gentoo.org/897456
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-python/libusb1/libusb1-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/libusb1/libusb1-2.0.1.ebuild b/dev-python/libusb1/libusb1-2.0.1.ebuild
index 80390ac655..04c7ffcf70 100644
--- a/dev-python/libusb1/libusb1-2.0.1.ebuild
+++ b/dev-python/libusb1/libusb1-2.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 pypy3 )
+PYTHON_COMPAT=( python3_{10,11} pypy3 )
 
 inherit distutils-r1 pypi
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/
@ 2024-04-13 22:19 Julien Roy
  0 siblings, 0 replies; 14+ messages in thread
From: Julien Roy @ 2024-04-13 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     b98c06ae7be6fab447a70589b3542509909756b4
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 21:49:21 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 22:15:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b98c06ae

dev-python/libusb1: use PEP517

Closes: https://bugs.gentoo.org/921757
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/libusb1/{libusb1-2.0.1.ebuild => libusb1-2.0.1-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/libusb1/libusb1-2.0.1.ebuild b/dev-python/libusb1/libusb1-2.0.1-r1.ebuild
similarity index 85%
rename from dev-python/libusb1/libusb1-2.0.1.ebuild
rename to dev-python/libusb1/libusb1-2.0.1-r1.ebuild
index 04c7ffcf70..89d04b7cef 100644
--- a/dev-python/libusb1/libusb1-2.0.1.ebuild
+++ b/dev-python/libusb1/libusb1-2.0.1-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 pypi
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/
  2024-04-14  0:25 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-04-14  1:21 ` Julien Roy
  0 siblings, 0 replies; 14+ messages in thread
From: Julien Roy @ 2024-04-14  1:21 UTC (permalink / raw
  To: gentoo-commits

commit:     8e5f87c8405a59520b93503d39463dc40a332ae4
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 23:09:35 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 23:09:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e5f87c8

dev-python/libusb1: update HOMEPAGE

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/libusb1/libusb1-2.0.1-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/libusb1/libusb1-2.0.1-r1.ebuild b/dev-python/libusb1/libusb1-2.0.1-r1.ebuild
index 89d04b7cef..44ca74fd6d 100644
--- a/dev-python/libusb1/libusb1-2.0.1-r1.ebuild
+++ b/dev-python/libusb1/libusb1-2.0.1-r1.ebuild
@@ -9,7 +9,10 @@ DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 pypi
 
 DESCRIPTION="Pure-python wrapper for libusb-1.0"
-HOMEPAGE="https://github.com/vpelletier/python-libusb1 https://pypi.org/project/libusb1/"
+HOMEPAGE="
+	https://github.com/vpelletier/python-libusb1
+	https://pypi.org/project/libusb1/
+"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/
  2024-05-15 15:45 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-05-15 16:06 ` Julien Roy
  0 siblings, 0 replies; 14+ messages in thread
From: Julien Roy @ 2024-05-15 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d2b71bf2c8d4226805a72d91d0334e975037de30
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed May 15 15:33:42 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 15:33:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2b71bf2

dev-python/libusb1: drop 2.0.1-r1

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/libusb1/Manifest                |  1 -
 dev-python/libusb1/libusb1-2.0.1-r1.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest
index bbb5883a66..d53fe448a7 100644
--- a/dev-python/libusb1/Manifest
+++ b/dev-python/libusb1/Manifest
@@ -1,2 +1 @@
-DIST libusb1-2.0.1.tar.gz 82619 BLAKE2B 53b5302b0b2a6907b62493f56a041add928a20950542bf8034ada4240b65c51fd187aff3a97393d2cde64b4a7756a0aeebec449a62b25b5b7c82f4afe815c5a5 SHA512 d675ff9e0b89f53341182e69d62573a6494826abdfbcb56a3fe2de232920375ddcd37da1ee802a2315ef695418ce202a3c84b8ec4c7ed24799ed5aee37eaf242
 DIST libusb1-3.1.0.tar.gz 83013 BLAKE2B d2d09d6fd94714471357080ac10bf9e76158d59a43d16c82135898cd312829c611a18359b13a2d616eb574b50c9e0cd58bd2747e5eaa50f374893cf4c3251f7c SHA512 9ee841e3d6f31e5fbebc8112f6d00ddd959a5e882515e238a84fcf5516c636198d9b84d64e39ff848c9d93c32bc5ab0d8eb6b65bb6213b4af28522fcc6b6ee99

diff --git a/dev-python/libusb1/libusb1-2.0.1-r1.ebuild b/dev-python/libusb1/libusb1-2.0.1-r1.ebuild
deleted file mode 100644
index 44ca74fd6d..0000000000
--- a/dev-python/libusb1/libusb1-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10,11} pypy3 )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pure-python wrapper for libusb-1.0"
-HOMEPAGE="
-	https://github.com/vpelletier/python-libusb1
-	https://pypi.org/project/libusb1/
-"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="virtual/libusb"
-
-distutils_enable_tests setup.py


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/
  2024-05-15 15:45 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-05-15 16:06 ` Julien Roy
  0 siblings, 0 replies; 14+ messages in thread
From: Julien Roy @ 2024-05-15 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     3203ebd8949ac4b5f7223d5caf3f8166e6e08e44
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed May 15 15:33:13 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 15:33:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3203ebd8

dev-python/libusb1: add 3.1.0

Closes: https://bugs.gentoo.org/931378
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/libusb1/Manifest             |  1 +
 dev-python/libusb1/libusb1-3.1.0.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest
index 90e2bb9d26..bbb5883a66 100644
--- a/dev-python/libusb1/Manifest
+++ b/dev-python/libusb1/Manifest
@@ -1 +1,2 @@
 DIST libusb1-2.0.1.tar.gz 82619 BLAKE2B 53b5302b0b2a6907b62493f56a041add928a20950542bf8034ada4240b65c51fd187aff3a97393d2cde64b4a7756a0aeebec449a62b25b5b7c82f4afe815c5a5 SHA512 d675ff9e0b89f53341182e69d62573a6494826abdfbcb56a3fe2de232920375ddcd37da1ee802a2315ef695418ce202a3c84b8ec4c7ed24799ed5aee37eaf242
+DIST libusb1-3.1.0.tar.gz 83013 BLAKE2B d2d09d6fd94714471357080ac10bf9e76158d59a43d16c82135898cd312829c611a18359b13a2d616eb574b50c9e0cd58bd2747e5eaa50f374893cf4c3251f7c SHA512 9ee841e3d6f31e5fbebc8112f6d00ddd959a5e882515e238a84fcf5516c636198d9b84d64e39ff848c9d93c32bc5ab0d8eb6b65bb6213b4af28522fcc6b6ee99

diff --git a/dev-python/libusb1/libusb1-3.1.0.ebuild b/dev-python/libusb1/libusb1-3.1.0.ebuild
new file mode 100644
index 0000000000..3ee2f7fab7
--- /dev/null
+++ b/dev-python/libusb1/libusb1-3.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pure-python wrapper for libusb-1.0"
+HOMEPAGE="
+	https://github.com/vpelletier/python-libusb1
+	https://pypi.org/project/libusb1/
+"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="virtual/libusb"
+
+distutils_enable_tests setup.py


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-05-15 16:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-18 10:24 [gentoo-commits] repo/proj/guru:master commit in: dev-python/libusb1/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-05-15 15:45 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-15 16:06 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-15 15:45 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-15 16:06 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-14  0:25 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-14  1:21 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-13 22:19 Julien Roy
2023-08-13 15:44 David Roman
2021-11-08 13:02 Andrew Ammerlaan
2021-03-18 10:24 Andrew Ammerlaan
2020-12-23 10:24 Andrew Ammerlaan
2020-12-18 18:10 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-18 19:05 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-04 15:00 Andrew Ammerlaan
2020-12-04 15:00 Andrew Ammerlaan
2020-09-22 11:13 Andrew Ammerlaan
2020-08-25  8:41 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox