mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-12 22:09:53 +03:00
package/python-bitstring: bump to version 3.1.7
* License was changed from UNIX to Windows line endings. * SETUP_TYPE is actually distutils, and not setuptools. * Use two spaces for hash file indentation. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
980d47c88d
commit
b691cc6a4c
@@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BITSTRING_VERSION = 3.1.6
|
||||
PYTHON_BITSTRING_VERSION = 3.1.7
|
||||
PYTHON_BITSTRING_SOURCE = bitstring-$(PYTHON_BITSTRING_VERSION).tar.gz
|
||||
PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/f4/87/fe6f7093088f4396e84c1b5d5dfb08c4840487ad46ff4805b7008c8f5ffc
|
||||
PYTHON_BITSTRING_SETUP_TYPE = setuptools
|
||||
PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/c3/fc/ffac2c199d2efe1ec5111f55efeb78f5f2972456df6939fea849f103f9f5
|
||||
PYTHON_BITSTRING_SETUP_TYPE = distutils
|
||||
PYTHON_BITSTRING_LICENSE = MIT
|
||||
PYTHON_BITSTRING_LICENSE_FILES = LICENSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user