mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
15
package/python-daphne/python-daphne.mk
Normal file
15
package/python-daphne/python-daphne.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-daphne
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_DAPHNE_VERSION = 2.4.1
|
||||
PYTHON_DAPHNE_SOURCE = daphne-$(PYTHON_DAPHNE_VERSION).tar.gz
|
||||
PYTHON_DAPHNE_SITE = https://files.pythonhosted.org/packages/03/6c/847d1c962f8c45aa2ab0791583c4a41669d158e28fd6369ce940b8ea8417
|
||||
PYTHON_DAPHNE_SETUP_TYPE = setuptools
|
||||
# https://github.com/django/daphne/blob/master/LICENSE
|
||||
PYTHON_DAPHNE_LICENSE = BSD-3-Clause
|
||||
PYTHON_DAPHNE_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user