2d0451030f
Rebased patch 0001 due to upstream commit: https://github.com/pyudev/pyudev/commit/6d760e7eefb8ad1df55e69067ccd7d023a1e9be5 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
541 B
Makefile
15 lines
541 B
Makefile
################################################################################
|
|
#
|
|
# python-pyudev
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYUDEV_VERSION = 0.24.4
|
|
PYTHON_PYUDEV_SOURCE = pyudev-$(PYTHON_PYUDEV_VERSION).tar.gz
|
|
PYTHON_PYUDEV_SITE = https://files.pythonhosted.org/packages/5e/1d/8bdbf651de1002e8b58fbe817bee22b1e8bfcdd24341d42c3238ce9a75f4
|
|
PYTHON_PYUDEV_LICENSE = LGPL-2.1+
|
|
PYTHON_PYUDEV_LICENSE_FILES = COPYING
|
|
PYTHON_PYUDEV_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|