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:
5
package/python-hatchling/python-hatchling.hash
Normal file
5
package/python-hatchling/python-hatchling.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/hatchling/json
|
||||
md5 5a6e2fd0c877feea7e71b9d72bbdbed9 hatchling-1.12.2.tar.gz
|
||||
sha256 8a6d719d96653a0f3901072b12710c9c3cc934f9061b443775c6789b45333495 hatchling-1.12.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 7f143a8127ad4873862d70854b5bd2abd0085aa73e64fd2b08704a3b9f5c07fc LICENSE.txt
|
||||
19
package/python-hatchling/python-hatchling.mk
Normal file
19
package/python-hatchling/python-hatchling.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-hatchling
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_HATCHLING_VERSION = 1.12.2
|
||||
PYTHON_HATCHLING_SOURCE = hatchling-$(PYTHON_HATCHLING_VERSION).tar.gz
|
||||
PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/f5/ea/3ed5a7ecdd8a8f7e84cffd3b5ec24279a09ce2694c218ff922c35c6f1a77
|
||||
PYTHON_HATCHLING_LICENSE = MIT
|
||||
PYTHON_HATCHLING_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_HATCHLING_SETUP_TYPE = pep517
|
||||
HOST_PYTHON_HATCHLING_DEPENDENCIES = \
|
||||
host-python-editables \
|
||||
host-python-packaging \
|
||||
host-python-pathspec \
|
||||
host-python-pluggy
|
||||
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user