From b9aead5a26aad52be0e8fd5293812c5df688ed32 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 17 Jul 2020 03:42:04 +0800 Subject: python3-cssselect: upgrade 0.9.1 -> 1.1.0 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-cssselect.inc | 20 -------------------- .../python/python3-cssselect_0.9.1.bb | 2 -- .../python/python3-cssselect_1.1.0.bb | 20 ++++++++++++++++++++ 3 files changed, 20 insertions(+), 22 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-cssselect.inc delete mode 100644 meta-openstack/recipes-devtools/python/python3-cssselect_0.9.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-cssselect_1.1.0.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-cssselect.inc b/meta-openstack/recipes-devtools/python/python-cssselect.inc deleted file mode 100644 index 377560e..0000000 --- a/meta-openstack/recipes-devtools/python/python-cssselect.inc +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "cssselect parses CSS3 Selectors and translates them to XPath 1.0" -HOMEPAGE = "http://packages.python.org/cssselect/" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=952026b3fd2f625f2a3c0aa21da2493d" - -SRC_URI[md5sum] = "c74f45966277dc7a0f768b9b0f3522ac" -SRC_URI[sha256sum] = "0535a7e27014874b27ae3a4d33e8749e345bdfa62766195208b7996bf1100682" - -inherit pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-cssselect_0.9.1.bb b/meta-openstack/recipes-devtools/python/python3-cssselect_0.9.1.bb deleted file mode 100644 index de194f8..0000000 --- a/meta-openstack/recipes-devtools/python/python3-cssselect_0.9.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-cssselect.inc -inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-cssselect_1.1.0.bb b/meta-openstack/recipes-devtools/python/python3-cssselect_1.1.0.bb new file mode 100644 index 0000000..e0a41b8 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-cssselect_1.1.0.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "cssselect parses CSS3 Selectors and translates them to XPath 1.0" +HOMEPAGE = "http://packages.python.org/cssselect/" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=952026b3fd2f625f2a3c0aa21da2493d" + +SRC_URI[md5sum] = "fa57704c1cb66cc8e537b782bd6b227e" +SRC_URI[sha256sum] = "f95f8dedd925fd8f54edb3d2dfb44c190d9d18512377d3c1e2388d16126879bc" + +inherit setuptools3 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf