mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
9
package/python-apispec/Config.in
Normal file
9
package/python-apispec/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_APISPEC
|
||||
bool "python-apispec"
|
||||
select BR2_PACKAGE_PYTHON_PACKAGING # runtime
|
||||
help
|
||||
A pluggable API specification generator. Currently supports
|
||||
the OpenAPI Specification (f.k.a. the Swagger
|
||||
specification).
|
||||
|
||||
https://github.com/marshmallow-code/apispec
|
||||
5
package/python-apispec/python-apispec.hash
Normal file
5
package/python-apispec/python-apispec.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/apispec/json
|
||||
md5 d6cc7586754cf1c653ffb7ee83955d3a apispec-6.3.0.tar.gz
|
||||
sha256 6cb08d92ce73ff0b3bf46cb2ea5c00d57289b0f279fb0256a3df468182ba5344 apispec-6.3.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a452afcef750956a8396f7e7a6f913a117d28ef99a13170c29dc74c3b7a95f29 LICENSE
|
||||
14
package/python-apispec/python-apispec.mk
Normal file
14
package/python-apispec/python-apispec.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-apispec
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_APISPEC_VERSION = 6.3.0
|
||||
PYTHON_APISPEC_SOURCE = apispec-$(PYTHON_APISPEC_VERSION).tar.gz
|
||||
PYTHON_APISPEC_SITE = https://files.pythonhosted.org/packages/3f/1e/207c3e61c805eef214d7e5c58106312f9af4733b07f470224e4e309dc65e
|
||||
PYTHON_APISPEC_SETUP_TYPE = setuptools
|
||||
PYTHON_APISPEC_LICENSE = MIT
|
||||
PYTHON_APISPEC_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user