package/python-crc16: switch SITE to pypi.org
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 4adcc7cac31c71f44d50c3db39db8b19c2b41f0d) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
c8f90ae393
commit
951530dae0
@@ -1,3 +1,5 @@
|
||||
# locally computed
|
||||
sha256 10aeda70fbe8b284874b3b1b8f74b9c1f6d5e8dee20ac8f9d5bc49f45f12a42a python-crc16-0.1.1.tar.gz
|
||||
# md5, sha256 from https://pypi.org/pypi/crc16/json
|
||||
md5 3cb6a4f5fd10a58c09792e321cc467e5 crc16-0.1.1.tar.gz
|
||||
sha256 c1f86aa0390f4baf07d2631b16b979580eae1d9a973a826ce45353a22ee8d396 crc16-0.1.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 ea7d049c7705dc13afc202dd18e1827f3484f8212fd3fa7b82fc4a0c363432c9 COPYING.txt
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
PYTHON_CRC16_VERSION = 0.1.1
|
||||
PYTHON_CRC16_SITE = $(call github,gennady,pycrc16,v$(PYTHON_CRC16_VERSION))
|
||||
PYTHON_CRC16_SOURCE = crc16-$(PYTHON_CRC16_VERSION).tar.gz
|
||||
PYTHON_CRC16_SITE = https://files.pythonhosted.org/packages/a6/e0/70a44c4385f2b33df82e518005aae16b5c1feaf082c73c0acebe3426fc0a
|
||||
PYTHON_CRC16_LICENSE = LGPL-3.0+
|
||||
PYTHON_CRC16_LICENSE_FILES = COPYING.txt
|
||||
PYTHON_CRC16_SETUP_TYPE = setuptools
|
||||
|
||||
Reference in New Issue
Block a user