summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-pid_2.2.5.bb
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2019-12-16 23:15:45 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2019-12-16 23:15:45 +0300
commit506611d226c82d05215ec3d2dab50a43a531b691 (patch)
tree302e0e255b959be532f5e26329db97740118f5f5 /meta-openembedded/meta-python/recipes-devtools/python/python3-pid_2.2.5.bb
parent243c130a919c7037b5edd3a8097317340796ce85 (diff)
parent9dfc7e69bc505f474dd4117a8d690b1287e2a48f (diff)
downloadopenbmc-506611d226c82d05215ec3d2dab50a43a531b691.tar.xz
Merge branch 'master' of ssh://git-amr-1.devtools.intel.com:29418/openbmc-openbmc into update
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-pid_2.2.5.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-pid_2.2.5.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-pid_2.2.5.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-pid_2.2.5.bb
new file mode 100644
index 000000000..b8dd0d747
--- /dev/null
+++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-pid_2.2.5.bb
@@ -0,0 +1,10 @@
+SUMMARY = "Pidfile featuring stale detection and file-locking, can also \
+be used as context-manager or decorator"
+HOMEPAGE = "https://github.com/trbs/pid/"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=83d53cbd3105063f20305bc313464e29"
+
+SRC_URI[md5sum] = "ad352ee1dc28b9746a15451c0c53e9d7"
+SRC_URI[sha256sum] = "96eb7dba326b88f5164bc1afdc986c7793e0d32d7f62366256a3903c7b0614ef"
+
+inherit pypi setuptools3