mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
34
package/python-twisted/Config.in
Normal file
34
package/python-twisted/Config.in
Normal file
@@ -0,0 +1,34 @@
|
||||
config BR2_PACKAGE_PYTHON_TWISTED
|
||||
bool "python-twisted"
|
||||
depends on BR2_PACKAGE_PYTHON3 # python-hyperlink -> python-idna
|
||||
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/
|
||||
|
||||
if BR2_PACKAGE_PYTHON_TWISTED
|
||||
|
||||
config BR2_PACKAGE_PYTHON_TWISTED_HTTP2
|
||||
bool "HTTP2 support"
|
||||
select BR2_PACKAGE_PYTHON_H2 # runtime
|
||||
select BR2_PACKAGE_PYTHON_PRIORITY # runtime
|
||||
|
||||
config BR2_PACKAGE_PYTHON_TWISTED_TLS
|
||||
bool "TLS support"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-{pyopenssl,service-identity}
|
||||
select BR2_PACKAGE_PYTHON_IDNA # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime
|
||||
select BR2_PACKAGE_PYTHON_SERVICE_IDENTITY # runtime
|
||||
|
||||
comment "TLS support needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
|
||||
endif
|
||||
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 fc16d575730db7d0cddd09fc35af3eea Twisted-20.3.0.tar.bz2
|
||||
sha256 d72c55b5d56e176563b91d11952d13b01af8725c623e498db5507b6614fc1e10 Twisted-20.3.0.tar.bz2
|
||||
# Locally computed sha256
|
||||
sha256 98426fd47315df70098e0d85efbb5d7dd8001c9c536386937354640d6d8d75b9 LICENSE
|
||||
17
package/python-twisted/python-twisted.mk
Normal file
17
package/python-twisted/python-twisted.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-twisted
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TWISTED_VERSION = 20.3.0
|
||||
PYTHON_TWISTED_SOURCE = Twisted-$(PYTHON_TWISTED_VERSION).tar.bz2
|
||||
PYTHON_TWISTED_SITE = https://files.pythonhosted.org/packages/4a/b4/4973c7ccb5be2ec0abc779b7d5f9d5f24b17b0349e23240cfc9dc3bd83cc
|
||||
PYTHON_TWISTED_SETUP_TYPE = setuptools
|
||||
PYTHON_TWISTED_LICENSE = MIT
|
||||
PYTHON_TWISTED_LICENSE_FILES = LICENSE
|
||||
PYTHON_TWISTED_CPE_ID_VENDOR = twistedmatrix
|
||||
PYTHON_TWISTED_CPE_ID_PRODUCT = twisted
|
||||
PYTHON_TWISTED_DEPENDENCIES = python-incremental host-python-incremental
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user