diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb b/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb new file mode 100644 index 0000000..35131a7 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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 | SRCNAME = "lockfile" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/l/lockfile/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "1aa6175a6d57f082cd12e7ac6102ab15" | ||
| 12 | SRC_URI[sha256sum] = "9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit distutils | ||
