From a9438feb11ce85cadef6b1b669ad12d4ad6df114 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 29 Apr 2015 11:08:27 +0800 Subject: python-lockfile: upgrade to 0.10.2 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-lockfile_0.10.2.bb | 16 ++++++++++++++++ .../recipes-devtools/python/python-lockfile_0.9.1.bb | 17 ----------------- 2 files changed, 16 insertions(+), 17 deletions(-) create mode 100644 meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-lockfile_0.9.1.bb (limited to 'meta-openstack/recipes-devtools/python') 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 @@ +DESCRIPTION = "Platform-independent file locking module" +HOMEPAGE = "http://code.google.com/p/pylockfile/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2340dffbbfea534b58f1349984eeef72" + +SRCNAME = "lockfile" + +SRC_URI = "https://pypi.python.org/packages/source/l/lockfile/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "1aa6175a6d57f082cd12e7ac6102ab15" +SRC_URI[sha256sum] = "9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils 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 deleted file mode 100644 index 0449f08..0000000 --- a/meta-openstack/recipes-devtools/python/python-lockfile_0.9.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Platform-independent file locking module" -HOMEPAGE = "http://code.google.com/p/pylockfile/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2340dffbbfea534b58f1349984eeef72" - -PR = "r0" -SRCNAME = "lockfile" - -SRC_URI = "https://pypi.python.org/packages/source/l/lockfile/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "ce61468d4c1263e3005737bbed2641f0" -SRC_URI[sha256sum] = "23da589c91f59cb7c644d5ce5df539d448341bd479917d6dde973f82e2719147" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils -- cgit v1.2.3-54-g00ecf