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:
7
package/python-pluggy/Config.in
Normal file
7
package/python-pluggy/Config.in
Normal file
@@ -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
|
||||
5
package/python-pluggy/python-pluggy.hash
Normal file
5
package/python-pluggy/python-pluggy.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pluggy/json
|
||||
md5 7f610e28b8b34487336b585a3dfb803d pluggy-0.13.1.tar.gz
|
||||
sha256 15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0 pluggy-0.13.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 d6b65e6c213a5d0b577911d34d6e5949b9f59d76c238c5071a2f3fc16cfb2606 LICENSE
|
||||
15
package/python-pluggy/python-pluggy.mk
Normal file
15
package/python-pluggy/python-pluggy.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pluggy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PLUGGY_VERSION = 0.13.1
|
||||
PYTHON_PLUGGY_SOURCE = pluggy-$(PYTHON_PLUGGY_VERSION).tar.gz
|
||||
PYTHON_PLUGGY_SITE = https://files.pythonhosted.org/packages/f8/04/7a8542bed4b16a65c2714bf76cf5a0b026157da7f75e87cc88774aa10b14
|
||||
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