From 9311b2888536ed82d73eb27ef558189e134ea722 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 7 Nov 2017 15:27:14 -0500 Subject: python-xstatic-jquery-tablesorter: rename to python-xstatic-jquery.tablesorter By renaming we match the upstream naming convention. This allows for better automation around dependencies and requirements.txt. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python-xstatic-jquery-tablesorter_2.14.5.1.bb | 27 ---------------------- .../python-xstatic-jquery.tablesorter_2.14.5.1.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-jquery-tablesorter_2.14.5.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-jquery.tablesorter_2.14.5.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jquery-tablesorter_2.14.5.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-jquery-tablesorter_2.14.5.1.bb deleted file mode 100644 index eddbe6d..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-jquery-tablesorter_2.14.5.1.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "JQuery.TableSorter JavaScript library packaged for setuptools" -HOMEPAGE = "https://pypi.python.org/pypi/XStatic-JQuery.TableSorter" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a9ef3319547ce4563718db4b4657fb94" - -PR = "r0" - -SRCNAME = "XStatic-JQuery.TableSorter" -SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "fc05a6731b6ac3f6489b893f96a5d29a" -SRC_URI[sha256sum] = "3ba24aecd9a3dc71a79dd4096fa5a8a041c3a7b892c61d05e6e46de0605070f0" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jquery.tablesorter_2.14.5.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-jquery.tablesorter_2.14.5.1.bb new file mode 100644 index 0000000..eddbe6d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-jquery.tablesorter_2.14.5.1.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "JQuery.TableSorter JavaScript library packaged for setuptools" +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-JQuery.TableSorter" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a9ef3319547ce4563718db4b4657fb94" + +PR = "r0" + +SRCNAME = "XStatic-JQuery.TableSorter" +SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "fc05a6731b6ac3f6489b893f96a5d29a" +SRC_URI[sha256sum] = "3ba24aecd9a3dc71a79dd4096fa5a8a041c3a7b892c61d05e6e46de0605070f0" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf