mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-28 21:42:10 +00:00
python-libusb1: new package
License info from PyPI is wrong: it is LGPL-2.1+, not GPL-2.0. The package includes a COPYING file with GPL-2.0, but since it is really LGPL-2.1+ only the COPYING.LESSER file is relevant. Signed-off-by: Jaap Crezee <jaap@jcz.nl> [Arnout: regenerate with scanpypi, fix legal info] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
0866a280e4
commit
34b62af1e0
15
package/python-libusb1/python-libusb1.mk
Normal file
15
package/python-libusb1/python-libusb1.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-libusb1
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_LIBUSB1_VERSION = 1.6.4
|
||||
PYTHON_LIBUSB1_SOURCE = libusb1-$(PYTHON_LIBUSB1_VERSION).tar.gz
|
||||
PYTHON_LIBUSB1_SITE = https://pypi.python.org/packages/ec/5d/4fdac6c53525786fe35cff035c3345452e24e2bee5627893be65d12555cb
|
||||
PYTHON_LIBUSB1_SETUP_TYPE = setuptools
|
||||
PYTHON_LIBUSB1_LICENSE = LGPL-2.1+
|
||||
PYTHON_LIBUSB1_LICENSE_FILES = COPYING.LESSER
|
||||
PYTHON_LIBUSB1_DEPENDENCIES = libusb
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user