mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
python-pathpy: 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:
parent
3022787c73
commit
93400cec61
@ -731,6 +731,7 @@ menu "External python modules"
|
||||
source "package/python-paho-mqtt/Config.in"
|
||||
source "package/python-pam/Config.in"
|
||||
source "package/python-paramiko/Config.in"
|
||||
source "package/python-pathpy/Config.in"
|
||||
source "package/python-pathtools/Config.in"
|
||||
source "package/python-pathvalidate/Config.in"
|
||||
source "package/python-pexpect/Config.in"
|
||||
|
8
package/python-pathpy/Config.in
Normal file
8
package/python-pathpy/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_PATHPY
|
||||
bool "python-pathpy"
|
||||
help
|
||||
path.py implements a path objects as first-class
|
||||
entities, allowing common operations on files to
|
||||
be invoked on those path objects directly.
|
||||
|
||||
https://github.com/jaraco/path.py
|
3
package/python-pathpy/python-pathpy.hash
Normal file
3
package/python-pathpy/python-pathpy.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/path.py/json, sha256 locally computed
|
||||
md5 eb8469ad498d2e462bff8f3b2b5ea68d path.py-10.0.tar.gz
|
||||
sha256 ba984a2b536158a8841dd33150fce16bcf04210e83f92da674cad0a8a8f61e00 path.py-10.0.tar.gz
|
14
package/python-pathpy/python-pathpy.mk
Normal file
14
package/python-pathpy/python-pathpy.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pathpy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PATHPY_VERSION = 10.0
|
||||
PYTHON_PATHPY_SOURCE = path.py-$(PYTHON_PATHPY_VERSION).tar.gz
|
||||
PYTHON_PATHPY_SITE = https://pypi.python.org/packages/f3/4e/3bce93c0d9e20abc6ed3aa7866beb688e889828ca2666743df11d9a30050
|
||||
PYTHON_PATHPY_SETUP_TYPE = setuptools
|
||||
PYTHON_PATHPY_LICENSE = MIT
|
||||
PYTHON_PATHPY_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
Loading…
Reference in New Issue
Block a user