mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-pysendfile: update tarball URL
Updated package as computed by scanpypi.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 2952d38125)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
acc6b5d3d0
commit
5222d152d3
@@ -1,3 +1,5 @@
|
||||
# Locally computed:
|
||||
sha256 f4ca8a7f0be67e3d710c0633dd9aadab6881203c31cb9eb9be4f10361ad3f937 python-pysendfile-2.0.1.tar.gz
|
||||
# md5, sha256 from https://pypi.org/pypi/pysendfile/json
|
||||
md5 e7b301eddd703ab74a48c59a8fda1f97 pysendfile-2.0.1.tar.gz
|
||||
sha256 510a414b270986fba3c79cb76d90a4c910c701bfb43ff983a5d4e92846050e17 pysendfile-2.0.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 259f433563cfe0296c84c00381c600e82e0ab1b617ce20fe6e7f555a2b95af26 LICENSE
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYSENDFILE_VERSION = 2.0.1
|
||||
PYTHON_PYSENDFILE_SITE = $(call github,giampaolo,pysendfile,release-$(PYTHON_PYSENDFILE_VERSION))
|
||||
PYTHON_PYSENDFILE_SOURCE = pysendfile-$(PYTHON_PYSENDFILE_VERSION).tar.gz
|
||||
PYTHON_PYSENDFILE_SITE = https://files.pythonhosted.org/packages/cd/3f/4aa268afd0252f06b3b487c296a066a01ddd4222a46b7a3748599c8fc8c3
|
||||
PYTHON_PYSENDFILE_SETUP_TYPE = setuptools
|
||||
PYTHON_PYSENDFILE_LICENSE = MIT
|
||||
PYTHON_PYSENDFILE_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user