mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
package/python-nfc: bump to version 0.13.5
- Switch site to github - Add python-nfc.hash - Add license file and its hash - Remove patch (not needed anymore) - Switch to setuptools (instead of distutils) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
faacdbf70a
commit
9ea528f84b
@@ -4,11 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_NFC_VERSION = 212
|
||||
PYTHON_NFC_SITE = https://launchpad.net/nfcpy
|
||||
PYTHON_NFC_SITE_METHOD = bzr
|
||||
PYTHON_NFC_VERSION = 0.13.5
|
||||
PYTHON_NFC_SITE = $(call github,nfcpy,nfcpy,v$(PYTHON_NFC_VERSION))
|
||||
PYTHON_NFC_DEPENDENCIES = libusb libusb-compat
|
||||
PYTHON_NFC_SETUP_TYPE = distutils
|
||||
PYTHON_NFC_SETUP_TYPE = setuptools
|
||||
PYTHON_NFC_LICENSE = EUPL-1.1+
|
||||
PYTHON_NFC_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user