diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-pathlib_1.0.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-pathlib_1.0.1.bb | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-pathlib_1.0.1.bb b/meta-openstack/recipes-devtools/python/python3-pathlib_1.0.1.bb index afed21e..059b4ff 100644 --- a/meta-openstack/recipes-devtools/python/python3-pathlib_1.0.1.bb +++ b/meta-openstack/recipes-devtools/python/python3-pathlib_1.0.1.bb | |||
| @@ -1,2 +1,23 @@ | |||
| 1 | require python-pathlib.inc | 1 | SUMMARY = "Object-oriented filesystem paths" |
| 2 | inherit setuptools3 | 2 | DESCRIPTION = "pathlib offers a set of classes to handle filesystem paths. \ |
| 3 | It offers the following advantages over using string objects: \ | ||
| 4 | - No more cumbersome use of os and os.path functions. \ | ||
| 5 | - Embodies the semantics of different path types. \ | ||
| 6 | - Well-defined semantics, eliminating any warts or ambiguities. \ | ||
| 7 | " | ||
| 8 | HOMEPAGE = "https://pypi.python.org/pypi/pathlib" | ||
| 9 | SECTION = "devel/python" | ||
| 10 | LICENSE = "MIT" | ||
| 11 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b6557c860f0fc867aeab30afd649753" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "5099ed48be9b1ee29b31c82819240537" | ||
| 14 | SRC_URI[sha256sum] = "6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f" | ||
| 15 | |||
| 16 | inherit setuptools3 pypi | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | ${PYTHON_PN}-pip \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS_${PN} += " \ | ||
| 23 | " | ||
