From de486cdcab10f23b19b89cd5b17a2c321a94dcc9 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Fri, 17 May 2013 17:33:38 +0300 Subject: python-setuptools-git: added 1.0 Signed-off-by: Mihai Prica --- .../python/python-setuptools-git_1.0.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb new file mode 100644 index 0000000..f03645c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Plugin for setuptools that enables git integration" +HOMEPAGE = "https://github.com/wichert/setuptools-git" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3775480a712fc46a69647678acb234cb" + +PR = "r0" +SRCNAME = "setuptools-git" + +SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}b1.tar.gz" + +SRC_URI[md5sum] = "ac67cbaa1336b7de25b1b5ff93b4e90d" +SRC_URI[sha256sum] = "dccd496b4166315c2b6b842f3dcd417b22e2cb43aaa4a8983b1ea0ceae0fe328" + +S = "${WORKDIR}/${SRCNAME}-${PV}b1" + +inherit setuptools + -- cgit v1.2.3-54-g00ecf