mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
13 lines
459 B
Makefile
13 lines
459 B
Makefile
################################################################################
|
|
#
|
|
# python-selene-api
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SELENE_API_VERSION = 8d11a9f8c6b0f7bb2877069506a330eb12da96e6
|
|
PYTHON_SELENE_API_SITE = $(call github,OpenVoiceOS,selene_api,$(PYTHON_SELENE_API_VERSION))
|
|
PYTHON_SELENE_API_SETUP_TYPE = setuptools
|
|
PYTHON_SELENE_API_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|