summaryrefslogtreecommitdiffstats
path: root/package/python-pathpy
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2017-01-17 11:17:21 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-01-24 22:53:23 +1300
commit93400cec61e73d06f1b518beca99fa58b9ce5265 (patch)
tree9149cbb2ba06114fd0c6c1399edd8eb2c301b198 /package/python-pathpy
parent3022787c73e7474e4ebb2647a561bea2d2bc45b3 (diff)
downloadbuildroot-93400cec61e73d06f1b518beca99fa58b9ce5265.tar.gz
buildroot-93400cec61e73d06f1b518beca99fa58b9ce5265.zip
python-pathpy: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pathpy')
-rw-r--r--package/python-pathpy/Config.in8
-rw-r--r--package/python-pathpy/python-pathpy.hash3
-rw-r--r--package/python-pathpy/python-pathpy.mk14
3 files changed, 25 insertions, 0 deletions
diff --git a/package/python-pathpy/Config.in b/package/python-pathpy/Config.in
new file mode 100644
index 0000000000..98c05126bf
--- /dev/null
+++ b/package/python-pathpy/Config.in
@@ -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
diff --git a/package/python-pathpy/python-pathpy.hash b/package/python-pathpy/python-pathpy.hash
new file mode 100644
index 0000000000..4824e2a3c8
--- /dev/null
+++ b/package/python-pathpy/python-pathpy.hash
@@ -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
diff --git a/package/python-pathpy/python-pathpy.mk b/package/python-pathpy/python-pathpy.mk
new file mode 100644
index 0000000000..5776586027
--- /dev/null
+++ b/package/python-pathpy/python-pathpy.mk
@@ -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))
OpenPOWER on IntegriCloud