pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: nia
Date: Fri Apr 3 23:04:54 UTC 2020
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/py-libusb1: DESCR Makefile PLIST distinfo
Log Message:
devel: Add py-libusb1. Based on work by leot in pkgsrc-wip.
Pure Python wrapper for libusb-1.0.
Supports all transfer types, both in synchronous and asynchronous mode.
To generate a diff of this commit:
cvs rdiff -u -r1.3087 -r1.3088 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-libusb1/DESCR \
pkgsrc/devel/py-libusb1/Makefile pkgsrc/devel/py-libusb1/PLIST \
pkgsrc/devel/py-libusb1/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3087 pkgsrc/devel/Makefile:1.3088
--- pkgsrc/devel/Makefile:1.3087 Thu Apr 2 10:33:09 2020
+++ pkgsrc/devel/Makefile Fri Apr 3 23:04:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3087 2020/04/02 10:33:09 wiz Exp $
+# $NetBSD: Makefile,v 1.3088 2020/04/03 23:04:54 nia Exp $
#
COMMENT= Development utilities
@@ -2291,6 +2291,7 @@ SUBDIR+= py-lazr.delegates
SUBDIR+= py-lazy-object-proxy
SUBDIR+= py-libevent-rpcgen
SUBDIR+= py-libmc
+SUBDIR+= py-libusb1
SUBDIR+= py-limits
SUBDIR+= py-line_profiler
SUBDIR+= py-linecache2
Added files:
Index: pkgsrc/devel/py-libusb1/DESCR
diff -u /dev/null pkgsrc/devel/py-libusb1/DESCR:1.1
--- /dev/null Fri Apr 3 23:04:54 2020
+++ pkgsrc/devel/py-libusb1/DESCR Fri Apr 3 23:04:54 2020
@@ -0,0 +1,3 @@
+Pure Python wrapper for libusb-1.0.
+
+Supports all transfer types, both in synchronous and asynchronous mode.
Index: pkgsrc/devel/py-libusb1/Makefile
diff -u /dev/null pkgsrc/devel/py-libusb1/Makefile:1.1
--- /dev/null Fri Apr 3 23:04:54 2020
+++ pkgsrc/devel/py-libusb1/Makefile Fri Apr 3 23:04:54 2020
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/04/03 23:04:54 nia Exp $
+
+DISTNAME= libusb1-1.7.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=l/libusb1/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/vpelletier/python-libusb1
+COMMENT= Python ctype-based wrapper around libusb1
+LICENSE= gnu-lgpl-v2
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-libusb1/PLIST
diff -u /dev/null pkgsrc/devel/py-libusb1/PLIST:1.1
--- /dev/null Fri Apr 3 23:04:54 2020
+++ pkgsrc/devel/py-libusb1/PLIST Fri Apr 3 23:04:54 2020
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2020/04/03 23:04:54 nia Exp $
+${PYSITELIB}/libusb1.pyo
+${PYSITELIB}/libusb1.pyc
+${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}/usb1/__init__.py
+${PYSITELIB}/usb1/__init__.pyo
+${PYSITELIB}/usb1/__init__.pyc
+${PYSITELIB}/usb1/_version.pyo
+${PYSITELIB}/usb1/_version.pyc
+${PYSITELIB}/usb1/libusb1.pyo
+${PYSITELIB}/usb1/libusb1.pyc
+${PYSITELIB}/usb1/testUSB1.pyo
+${PYSITELIB}/usb1/testUSB1.pyc
+${PYSITELIB}/usb1/_version.py
+${PYSITELIB}/usb1/libusb1.py
+${PYSITELIB}/usb1/testUSB1.py
Index: pkgsrc/devel/py-libusb1/distinfo
diff -u /dev/null pkgsrc/devel/py-libusb1/distinfo:1.1
--- /dev/null Fri Apr 3 23:04:54 2020
+++ pkgsrc/devel/py-libusb1/distinfo Fri Apr 3 23:04:54 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/03 23:04:54 nia Exp $
+
+SHA1 (libusb1-1.7.1.tar.gz) = 05fd9b765741ed64be871ee0d5bfa5e61eeebe1e
+RMD160 (libusb1-1.7.1.tar.gz) = 7357f508102c556d48a248bb044e59421d7eebfb
+SHA512 (libusb1-1.7.1.tar.gz) = 8a7029a70dba0fee9448a485e7e1205e695dd5f0db15ef5143a7bf6d1e0739e307e139a46fa7d38fb767b12f60610b9408e6c580cc0513e964214faa13ed7b0f
+Size (libusb1-1.7.1.tar.gz) = 78016 bytes
Home |
Main Index |
Thread Index |
Old Index