summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb
diff options
context:
space:
mode:
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.bb16
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 @@
1DESCRIPTION = "Platform-independent file locking module"
2HOMEPAGE = "http://code.google.com/p/pylockfile/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2340dffbbfea534b58f1349984eeef72"
6
7SRCNAME = "lockfile"
8
9SRC_URI = "https://pypi.python.org/packages/source/l/lockfile/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "1aa6175a6d57f082cd12e7ac6102ab15"
12SRC_URI[sha256sum] = "9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit distutils