mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
python-shutilwhich: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: fix license, it's not MIT, but PSF.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
3116fd4797
commit
96a7a3cb76
13
package/python-shutilwhich/python-shutilwhich.mk
Normal file
13
package/python-shutilwhich/python-shutilwhich.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-shutilwhich
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SHUTILWHICH_VERSION = 1.1.0
|
||||
PYTHON_SHUTILWHICH_SOURCE = shutilwhich-$(PYTHON_SHUTILWHICH_VERSION).tar.gz
|
||||
PYTHON_SHUTILWHICH_SITE = http://pypi.python.org/packages/source/s/shutilwhich
|
||||
PYTHON_SHUTILWHICH_LICENSE = Python Software Foundation License
|
||||
PYTHON_SHUTILWHICH_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user