summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2018-03-06 19:53:58 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2018-03-18 14:25:37 +0000
commit5f346fde10c5391a768a4119af823f2e01509548 (patch)
tree228e3b364caca5dae1d20d5a8bc1caa40ba805e0 /dev-python
parentapp-crypt/trezord: Version bump (diff)
downloadportage-5f346fde10c5391a768a4119af823f2e01509548.tar.xz
dev-python/libusb1: Pure-python wrapper for dev-libs/libusb
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/libusb1/Manifest1
-rw-r--r--dev-python/libusb1/libusb1-1.6.4.ebuild19
-rw-r--r--dev-python/libusb1/metadata.xml8
3 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest
new file mode 100644
index 00000000..93e83ac1
--- /dev/null
+++ b/dev-python/libusb1/Manifest
@@ -0,0 +1 @@
+DIST libusb1-1.6.4.tar.gz 55491 BLAKE2B 2435862ecb24944e97baf362e84758d59f84d60f2c0a659405c55ac00db641220db86196f55e83e4e49f3835bc95170802e9b9ba1d0e84b592dd1f660884090a SHA512 103a2332ea1d9135c9768fbdb821cbe393f721b4104c3a6f7ef98e3159380fd25827665f3a85cea7b299135d03c905d51e1c6ad68728dd3a2130b32b1448a1a0
diff --git a/dev-python/libusb1/libusb1-1.6.4.ebuild b/dev-python/libusb1/libusb1-1.6.4.ebuild
new file mode 100644
index 00000000..1d208776
--- /dev/null
+++ b/dev-python/libusb1/libusb1-1.6.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="Pure-python wrapper for dev-libs/libusb"
+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"
+IUSE=""
+
+DEPEND="virtual/libusb:0"
+RDEPEND="${DEPEND}"
diff --git a/dev-python/libusb1/metadata.xml b/dev-python/libusb1/metadata.xml
new file mode 100644
index 00000000..82f7232e
--- /dev/null
+++ b/dev-python/libusb1/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>bertrand@jacquin.bzh</email>
+ <name>Bertrand Jacquin</name>
+ </maintainer>
+</pkgmetadata>