pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-libusb1: Import py-libusb1-1.6.4 as wip/py-libusb1



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Mar 29 09:20:56 2018 +0200
Changeset:	ad57be90bcc00906da47cb18115ff7fa5f3a7b00

Modified Files:
	Makefile
Added Files:
	py-libusb1/DESCR
	py-libusb1/Makefile
	py-libusb1/PLIST
	py-libusb1/distinfo

Log Message:
py-libusb1: Import py-libusb1-1.6.4 as wip/py-libusb1

Pure-python wrapper for libusb-1.0.

Supports all transfer types, both in synchronous and asynchronous mode.

XXX: ATM I have only build tested it.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ad57be90bcc00906da47cb18115ff7fa5f3a7b00

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |  1 +
 py-libusb1/DESCR    |  3 +++
 py-libusb1/Makefile | 16 ++++++++++++++++
 py-libusb1/PLIST    | 17 +++++++++++++++++
 py-libusb1/distinfo |  6 ++++++
 5 files changed, 43 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 3190471222..4bfefb9cad 100644
--- a/Makefile
+++ b/Makefile
@@ -3334,6 +3334,7 @@ SUBDIR+=	py-librabbitmq
 SUBDIR+=	py-libtextcat
 SUBDIR+=	py-libtorrent-rasterbar
 SUBDIR+=	py-libtunepimp
+SUBDIR+=	py-libusb1
 SUBDIR+=	py-lifelines
 SUBDIR+=	py-linearalgebra
 SUBDIR+=	py-lingpy
diff --git a/py-libusb1/DESCR b/py-libusb1/DESCR
new file mode 100644
index 0000000000..3925b05e41
--- /dev/null
+++ b/py-libusb1/DESCR
@@ -0,0 +1,3 @@
+Pure-python wrapper for libusb-1.0.
+
+Supports all transfer types, both in synchronous and asynchronous mode.
diff --git a/py-libusb1/Makefile b/py-libusb1/Makefile
new file mode 100644
index 0000000000..602da1d3df
--- /dev/null
+++ b/py-libusb1/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/04/14 12:10:26 leot Exp $
+
+DISTNAME=	libusb1-1.6.4
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=l/libusb1/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://github.com/vpelletier/python-libusb1
+COMMENT=	Pure-Python wrapper for libusb-1.0
+LICENSE=	gnu-lgpl-v2
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-libusb1/PLIST b/py-libusb1/PLIST
new file mode 100644
index 0000000000..6c7e593137
--- /dev/null
+++ b/py-libusb1/PLIST
@@ -0,0 +1,17 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/libusb1.py
+${PYSITELIB}/libusb1.pyc
+${PYSITELIB}/libusb1.pyo
+${PYSITELIB}/usb1/__init__.py
+${PYSITELIB}/usb1/__init__.pyc
+${PYSITELIB}/usb1/__init__.pyo
+${PYSITELIB}/usb1/libusb1.py
+${PYSITELIB}/usb1/libusb1.pyc
+${PYSITELIB}/usb1/libusb1.pyo
+${PYSITELIB}/usb1/testUSB1.py
+${PYSITELIB}/usb1/testUSB1.pyc
+${PYSITELIB}/usb1/testUSB1.pyo
diff --git a/py-libusb1/distinfo b/py-libusb1/distinfo
new file mode 100644
index 0000000000..956831b110
--- /dev/null
+++ b/py-libusb1/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/14 12:10:26 leot Exp $
+
+SHA1 (libusb1-1.6.4.tar.gz) = 5bfe5f44ae857aa719ebedad54e3f8a57dc9368c
+RMD160 (libusb1-1.6.4.tar.gz) = 7012776c6636a0ac0d1ec1a652db38be1aab1752
+SHA512 (libusb1-1.6.4.tar.gz) = 103a2332ea1d9135c9768fbdb821cbe393f721b4104c3a6f7ef98e3159380fd25827665f3a85cea7b299135d03c905d51e1c6ad68728dd3a2130b32b1448a1a0
+Size (libusb1-1.6.4.tar.gz) = 55491 bytes


Home | Main Index | Thread Index | Old Index