summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.3.0.0.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-11-26 16:47:22 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-01 09:34:59 -0500
commit85bc9521e2b091b1c653e7e52591ea34192b2015 (patch)
treea7a4264c1ec470480d0c6b5564db28c98b650b0f /meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.3.0.0.bb
parent97f27b7f6a87857af4cb01af21611351c68b7322 (diff)
downloadmeta-cloud-services-85bc9521e2b091b1c653e7e52591ea34192b2015.tar.gz
python-xstatic-font-awesome: upgrade to 4.3.0.0
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.3.0.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.3.0.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.3.0.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.3.0.0.bb
new file mode 100644
index 0000000..4f90fbb
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.3.0.0.bb
@@ -0,0 +1,26 @@
1DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip."
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome"
3SECTION = "devel/python"
4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=821ae461252f11e98fefe8bdfaa130ca"
6
7
8SRCNAME = "XStatic-Font-Awesome"
9SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "56e637fe7b3dcdd2ebd683996ad60759"
12SRC_URI[sha256sum] = "d2c0548990a22744ad20013e1d095de8ba1ea56b1878d8393a721205b03885c3"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18# DEPENDS_default: python-pip
19
20DEPENDS += " \
21 python-pip \
22 "
23
24# RDEPENDS_default:
25RDEPENDS_${PN} += " \
26 "