diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-lockfile_0.9.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-lockfile_0.9.1.bb b/meta-openstack/recipes-devtools/python/python-lockfile_0.9.1.bb new file mode 100644 index 0000000..dc8e3e5 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-lockfile_0.9.1.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Platform-independent file locking module" | ||
| 2 | HOMEPAGE = "http://code.google.com/p/pylockfile/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2340dffbbfea534b58f1349984eeef72" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "lockfile" | ||
| 9 | |||
| 10 | SRC_URI = "https://pylockfile.googlecode.com/files/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "4e4c7ea4c4301500da5e7f3b51e01cfe" | ||
| 13 | SRC_URI[sha256sum] = "88d8ea8d435ee5691117a87d1ca8fed2f8da881eb145295bf6895ac2c416e95d" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit distutils | ||
