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-hatch-vcs/python-hatch-vcs.hash
Normal file
5
package/python-hatch-vcs/python-hatch-vcs.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/hatch_vcs/json
|
||||
md5 c2f2cbe6851b7b2969cb4aa24c4b9b2f hatch_vcs-0.3.0.tar.gz
|
||||
sha256 cec5107cfce482c67f8bc96f18bbc320c9aa0d068180e14ad317bbee5a153fee hatch_vcs-0.3.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 117aa5006d8475562f04442ab06dd2a4c501af3a77255eae0deef1f0c2499a1a LICENSE.txt
|
||||
17
package/python-hatch-vcs/python-hatch-vcs.mk
Normal file
17
package/python-hatch-vcs/python-hatch-vcs.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-hatch-vcs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_HATCH_VCS_VERSION = 0.3.0
|
||||
PYTHON_HATCH_VCS_SOURCE = hatch_vcs-$(PYTHON_HATCH_VCS_VERSION).tar.gz
|
||||
PYTHON_HATCH_VCS_SITE = https://files.pythonhosted.org/packages/04/33/b68d68e532392d938472d16a03e4ce0ccd749ea31b42d18f8baa6547cbfd
|
||||
PYTHON_HATCH_VCS_LICENSE = MIT
|
||||
PYTHON_HATCH_VCS_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_HATCH_VCS_SETUP_TYPE = pep517
|
||||
HOST_PYTHON_HATCH_VCS_DEPENDENCIES = \
|
||||
host-python-hatchling \
|
||||
host-python-setuptools-scm
|
||||
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user