initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PLUGGY
|
||||
bool "python-pluggy"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
plugin and hook calling mechanisms for python.
|
||||
|
||||
https://github.com/pytest-dev/pluggy
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pluggy/json
|
||||
md5 daa6fddfb6cd364f3c82e52098911e4b pluggy-1.0.0.tar.gz
|
||||
sha256 4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159 pluggy-1.0.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 d6b65e6c213a5d0b577911d34d6e5949b9f59d76c238c5071a2f3fc16cfb2606 LICENSE
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pluggy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PLUGGY_VERSION = 1.0.0
|
||||
PYTHON_PLUGGY_SOURCE = pluggy-$(PYTHON_PLUGGY_VERSION).tar.gz
|
||||
PYTHON_PLUGGY_SITE = https://files.pythonhosted.org/packages/a1/16/db2d7de3474b6e37cbb9c008965ee63835bba517e22cdb8c35b5116b5ce1
|
||||
PYTHON_PLUGGY_SETUP_TYPE = setuptools
|
||||
PYTHON_PLUGGY_LICENSE = MIT
|
||||
PYTHON_PLUGGY_LICENSE_FILES = LICENSE
|
||||
PYTHON_PLUGGY_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user