mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
python-pathtools: 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
cb5e791644
commit
15daa91333
14
package/python-pathtools/python-pathtools.mk
Normal file
14
package/python-pathtools/python-pathtools.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pathtools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PATHTOOLS_VERSION = 0.1.2
|
||||
PYTHON_PATHTOOLS_SOURCE = pathtools-$(PYTHON_PATHTOOLS_VERSION).tar.gz
|
||||
PYTHON_PATHTOOLS_SITE = https://pypi.python.org/packages/e7/7f/470d6fcdf23f9f3518f6b0b76be9df16dcc8630ad409947f8be2eb0ed13a
|
||||
PYTHON_PATHTOOLS_SETUP_TYPE = setuptools
|
||||
PYTHON_PATHTOOLS_LICENSE = MIT
|
||||
PYTHON_PATHTOOLS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user