mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package/python-zeroconf: bump to version 0.123.0
License hash changed due to formatting changes:
755ceae1f6
Migrate from setuptools to poetry build backend.
Add new host-python-cython build dependency.
Add host-python-setuptools build dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
c6804b4863
commit
c0613d45fb
@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/zeroconf/json
|
||||
md5 f85fb9d239397b53836495fd49b85e5f zeroconf-0.39.4.tar.gz
|
||||
sha256 701e4d697f89fe952aa9c13a512ed6bf472dcf4f0a6d275e71085604b3882295 zeroconf-0.39.4.tar.gz
|
||||
md5 c4d49cca10d8d10f12e9152d6380de35 zeroconf-0.123.0.tar.gz
|
||||
sha256 c50f24c9a7a6c7ba4bb301defad03a9d85dffb3ee280953de44eee9f432f2550 zeroconf-0.123.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 35e4136e96aace60757a8b939741959d8627c4bc1fce62af99df325395276c56 COPYING
|
||||
sha256 4d1d974999ae8655ee47afb47ac3b327cd1baeea3509aecb35341ba1a1a53c94 COPYING
|
||||
|
@ -4,11 +4,15 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ZEROCONF_VERSION = 0.39.4
|
||||
PYTHON_ZEROCONF_VERSION = 0.123.0
|
||||
PYTHON_ZEROCONF_SOURCE = zeroconf-$(PYTHON_ZEROCONF_VERSION).tar.gz
|
||||
PYTHON_ZEROCONF_SITE = https://files.pythonhosted.org/packages/f5/4f/c47cea73d7ae5467b63de3999d7207fd5b14d70cb2f35ce81c4ab7d7a52e
|
||||
PYTHON_ZEROCONF_SETUP_TYPE = setuptools
|
||||
PYTHON_ZEROCONF_SITE = https://files.pythonhosted.org/packages/db/47/85eafb277f6ef78e1a1895cc72f0035dfa6a5e51396134eb9ce21564c72f
|
||||
PYTHON_ZEROCONF_SETUP_TYPE = pep517
|
||||
PYTHON_ZEROCONF_LICENSE = LGPL-2.1+
|
||||
PYTHON_ZEROCONF_LICENSE_FILES = COPYING
|
||||
PYTHON_ZEROCONF_DEPENDENCIES = \
|
||||
host-python-cython \
|
||||
host-python-poetry-core \
|
||||
host-python-setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
|
Loading…
Reference in New Issue
Block a user