mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
python-bitstring: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
9ebf0a963f
commit
c9129558b9
14
package/python-bitstring/python-bitstring.mk
Normal file
14
package/python-bitstring/python-bitstring.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-bitstring
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BITSTRING_VERSION = 3.1.5
|
||||
PYTHON_BITSTRING_SOURCE = bitstring-$(PYTHON_BITSTRING_VERSION).tar.gz
|
||||
PYTHON_BITSTRING_SITE = https://github.com/scott-griffiths/bitstring/archive
|
||||
PYTHON_BITSTRING_SETUP_TYPE = distutils
|
||||
PYTHON_BITSTRING_LICENSE = MIT
|
||||
PYTHON_BITSTRING_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user