mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-09 06:10:17 +03:00
python-subprocess32: new package
A backport of the Python 3 subprocess module for use on Python 2. 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
476243ac3d
commit
5bc02beb94
14
package/python-subprocess32/python-subprocess32.mk
Normal file
14
package/python-subprocess32/python-subprocess32.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-subprocess32
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SUBPROCESS32_VERSION = 3.2.7
|
||||
PYTHON_SUBPROCESS32_SOURCE = subprocess32-$(PYTHON_SUBPROCESS32_VERSION).tar.gz
|
||||
PYTHON_SUBPROCESS32_SITE = https://files.pythonhosted.org/packages/b8/2f/49e53b0d0e94611a2dc624a1ad24d41b6d94d0f1b0a078443407ea2214c2
|
||||
PYTHON_SUBPROCESS32_SETUP_TYPE = distutils
|
||||
PYTHON_SUBPROCESS32_LICENSE = Python-2.0
|
||||
PYTHON_SUBPROCESS32_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user