mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
14
package/python-twisted/Config.in
Normal file
14
package/python-twisted/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_PYTHON_TWISTED
|
||||
bool "python-twisted"
|
||||
select BR2_PACKAGE_PYTHON_INCREMENTAL
|
||||
select BR2_PACKAGE_PYTHON_ATTRS # runtime
|
||||
select BR2_PACKAGE_PYTHON_AUTOMAT # runtime
|
||||
select BR2_PACKAGE_PYTHON_CONSTANTLY # runtime
|
||||
select BR2_PACKAGE_PYTHON_HYPERLINK # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYHAMCREST # runtime
|
||||
select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE # runtime
|
||||
help
|
||||
Twisted is an event-driven networking engine written in
|
||||
Python.
|
||||
|
||||
https://twistedmatrix.com/trac/
|
5
package/python-twisted/python-twisted.hash
Normal file
5
package/python-twisted/python-twisted.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/twisted/json
|
||||
md5 528b7856938edc2a752c244aebd94981 Twisted-19.2.1.tar.bz2
|
||||
sha256 fa2c04c2d68a9be7fc3975ba4947f653a57a656776f24be58ff0fe4b9aaf3e52 Twisted-19.2.1.tar.bz2
|
||||
# Locally computed sha256
|
||||
sha256 61f0a3ad5048489bd985aa4b4e4a2e254a71461b3ad4a6e7a71a7f067a095010 LICENSE
|
15
package/python-twisted/python-twisted.mk
Normal file
15
package/python-twisted/python-twisted.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-twisted
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TWISTED_VERSION = 19.2.1
|
||||
PYTHON_TWISTED_SOURCE = Twisted-$(PYTHON_TWISTED_VERSION).tar.bz2
|
||||
PYTHON_TWISTED_SITE = https://files.pythonhosted.org/packages/79/59/035de19362320e632301ed7bbde23e4c8cd6fc5e2f1cf8d354cdba857854
|
||||
PYTHON_TWISTED_SETUP_TYPE = setuptools
|
||||
PYTHON_TWISTED_LICENSE = MIT
|
||||
PYTHON_TWISTED_LICENSE_FILES = LICENSE
|
||||
PYTHON_TWISTED_DEPENDENCIES = python-incremental host-python-incremental
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user