From 9ca1c53850440c30e0722aefbc4eb7f1d27b6a47 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 7 Oct 2021 16:13:54 +0300 Subject: python: remove left over python modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These are now all in meta-qt6, no need to keep any of them here. Change-Id: I4f8364a2d2336d120277df61a3d0c8d4c0fe6b69 Reviewed-by: Pasi Petäjäjärvi (cherry picked from commit 48905aca7053079b990adbf3a75b5ebb15b15b2e) Reviewed-by: Mikko Gronoff --- .../python/antlr4-python3-runtime_4.7.1.bb | 38 -------------------- .../python/python3-jinja2_%.bbappend | 2 -- .../python/python3-markupsafe_%.bbappend | 2 -- .../python/python3-path.py_12.0.1.bb | 42 ---------------------- .../python/python3-pathtools_0.2.1.bb | 38 -------------------- .../python/python3-setuptools-scm_%.bbappend | 2 -- .../python/python3-watchdog_0.9.0.bb | 41 --------------------- 7 files changed, 165 deletions(-) delete mode 100644 meta-boot2qt/recipes-devtools/python/antlr4-python3-runtime_4.7.1.bb delete mode 100644 meta-boot2qt/recipes-devtools/python/python3-jinja2_%.bbappend delete mode 100644 meta-boot2qt/recipes-devtools/python/python3-markupsafe_%.bbappend delete mode 100644 meta-boot2qt/recipes-devtools/python/python3-path.py_12.0.1.bb delete mode 100644 meta-boot2qt/recipes-devtools/python/python3-pathtools_0.2.1.bb delete mode 100644 meta-boot2qt/recipes-devtools/python/python3-setuptools-scm_%.bbappend delete mode 100644 meta-boot2qt/recipes-devtools/python/python3-watchdog_0.9.0.bb diff --git a/meta-boot2qt/recipes-devtools/python/antlr4-python3-runtime_4.7.1.bb b/meta-boot2qt/recipes-devtools/python/antlr4-python3-runtime_4.7.1.bb deleted file mode 100644 index 17640b0b..00000000 --- a/meta-boot2qt/recipes-devtools/python/antlr4-python3-runtime_4.7.1.bb +++ /dev/null @@ -1,38 +0,0 @@ -############################################################################ -## -## Copyright (C) 2019 Luxoft -## Contact: https://www.qt.io/licensing/ -## -## This file is part of the Boot to Qt meta layer. -## -## $QT_BEGIN_LICENSE:GPL$ -## Commercial License Usage -## Licensees holding valid commercial Qt licenses may use this file in -## accordance with the commercial license agreement provided with the -## Software or, alternatively, in accordance with the terms contained in -## a written agreement between you and The Qt Company. For licensing terms -## and conditions see https://www.qt.io/terms-conditions. For further -## information use the contact form at https://www.qt.io/contact-us. -## -## GNU General Public License Usage -## Alternatively, this file may be used under the terms of the GNU -## General Public License version 3 or (at your option) any later version -## approved by the KDE Free Qt Foundation. The licenses are as published by -## the Free Software Foundation and appearing in the file LICENSE.GPL3 -## included in the packaging of this file. Please review the following -## information to ensure the GNU General Public License requirements will -## be met: https://www.gnu.org/licenses/gpl-3.0.html. -## -## $QT_END_LICENSE$ -## -############################################################################ - -PYPI_PACKAGE = "antlr4-python3-runtime" -inherit pypi setuptools3 - -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=82cf535e84b8bb409a9f58ee1475511a" -SRC_URI[md5sum] = "9535eeef56e96699106c04c8937c2ef6" -SRC_URI[sha256sum] = "1b26b72c4492cef310542da10bf6b2ab4aa1775618fc6003f75b55ae9eaa3fd3" - -BBCLASSEXTEND = "nativesdk native" diff --git a/meta-boot2qt/recipes-devtools/python/python3-jinja2_%.bbappend b/meta-boot2qt/recipes-devtools/python/python3-jinja2_%.bbappend deleted file mode 100644 index 454eb39f..00000000 --- a/meta-boot2qt/recipes-devtools/python/python3-jinja2_%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -BBCLASSEXTEND = "nativesdk native" - diff --git a/meta-boot2qt/recipes-devtools/python/python3-markupsafe_%.bbappend b/meta-boot2qt/recipes-devtools/python/python3-markupsafe_%.bbappend deleted file mode 100644 index 454eb39f..00000000 --- a/meta-boot2qt/recipes-devtools/python/python3-markupsafe_%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -BBCLASSEXTEND = "nativesdk native" - diff --git a/meta-boot2qt/recipes-devtools/python/python3-path.py_12.0.1.bb b/meta-boot2qt/recipes-devtools/python/python3-path.py_12.0.1.bb deleted file mode 100644 index d761263e..00000000 --- a/meta-boot2qt/recipes-devtools/python/python3-path.py_12.0.1.bb +++ /dev/null @@ -1,42 +0,0 @@ -############################################################################ -## -## Copyright (C) 2019 Luxoft -## Contact: https://www.qt.io/licensing/ -## -## This file is part of the Boot to Qt meta layer. -## -## $QT_BEGIN_LICENSE:GPL$ -## Commercial License Usage -## Licensees holding valid commercial Qt licenses may use this file in -## accordance with the commercial license agreement provided with the -## Software or, alternatively, in accordance with the terms contained in -## a written agreement between you and The Qt Company. For licensing terms -## and conditions see https://www.qt.io/terms-conditions. For further -## information use the contact form at https://www.qt.io/contact-us. -## -## GNU General Public License Usage -## Alternatively, this file may be used under the terms of the GNU -## General Public License version 3 or (at your option) any later version -## approved by the KDE Free Qt Foundation. The licenses are as published by -## the Free Software Foundation and appearing in the file LICENSE.GPL3 -## included in the packaging of this file. Please review the following -## information to ensure the GNU General Public License requirements will -## be met: https://www.gnu.org/licenses/gpl-3.0.html. -## -## $QT_END_LICENSE$ -## -############################################################################ - -DEPENDS += " python3-setuptools-scm \ - python3-setuptools-scm-native \ - " - -PYPI_PACKAGE = "path.py" -inherit pypi setuptools3 - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a33f38bbf47d48c70fe0d40e5f77498e" -SRC_URI[md5sum] = "307098b1827af6031687edb49ce2c39c" -SRC_URI[sha256sum] = "9f2169633403aa0423f6ec000e8701dd1819526c62465f5043952f92527fea0f" - -BBCLASSEXTEND = "nativesdk native" diff --git a/meta-boot2qt/recipes-devtools/python/python3-pathtools_0.2.1.bb b/meta-boot2qt/recipes-devtools/python/python3-pathtools_0.2.1.bb deleted file mode 100644 index ac040d5a..00000000 --- a/meta-boot2qt/recipes-devtools/python/python3-pathtools_0.2.1.bb +++ /dev/null @@ -1,38 +0,0 @@ -############################################################################ -## -## Copyright (C) 2019 Luxoft -## Contact: https://www.qt.io/licensing/ -## -## This file is part of the Boot to Qt meta layer. -## -## $QT_BEGIN_LICENSE:GPL$ -## Commercial License Usage -## Licensees holding valid commercial Qt licenses may use this file in -## accordance with the commercial license agreement provided with the -## Software or, alternatively, in accordance with the terms contained in -## a written agreement between you and The Qt Company. For licensing terms -## and conditions see https://www.qt.io/terms-conditions. For further -## information use the contact form at https://www.qt.io/contact-us. -## -## GNU General Public License Usage -## Alternatively, this file may be used under the terms of the GNU -## General Public License version 3 or (at your option) any later version -## approved by the KDE Free Qt Foundation. The licenses are as published by -## the Free Software Foundation and appearing in the file LICENSE.GPL3 -## included in the packaging of this file. Please review the following -## information to ensure the GNU General Public License requirements will -## be met: https://www.gnu.org/licenses/gpl-3.0.html. -## -## $QT_END_LICENSE$ -## -############################################################################ - -PYPI_PACKAGE = "pathtools3" -inherit pypi setuptools3 - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=56bd93578433bb99b4fdf7ff481722df" -SRC_URI[md5sum] = "08bb008161e305909740076c5c422159" -SRC_URI[sha256sum] = "630c1edc09ef93abea40fc06b10067e5734d8f38cc85867bc61d1a5c9eb7796f" - -BBCLASSEXTEND = "nativesdk native" diff --git a/meta-boot2qt/recipes-devtools/python/python3-setuptools-scm_%.bbappend b/meta-boot2qt/recipes-devtools/python/python3-setuptools-scm_%.bbappend deleted file mode 100644 index 454eb39f..00000000 --- a/meta-boot2qt/recipes-devtools/python/python3-setuptools-scm_%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -BBCLASSEXTEND = "nativesdk native" - diff --git a/meta-boot2qt/recipes-devtools/python/python3-watchdog_0.9.0.bb b/meta-boot2qt/recipes-devtools/python/python3-watchdog_0.9.0.bb deleted file mode 100644 index 94628a19..00000000 --- a/meta-boot2qt/recipes-devtools/python/python3-watchdog_0.9.0.bb +++ /dev/null @@ -1,41 +0,0 @@ -############################################################################ -## -## Copyright (C) 2019 Luxoft -## Contact: https://www.qt.io/licensing/ -## -## This file is part of the Boot to Qt meta layer. -## -## $QT_BEGIN_LICENSE:GPL$ -## Commercial License Usage -## Licensees holding valid commercial Qt licenses may use this file in -## accordance with the commercial license agreement provided with the -## Software or, alternatively, in accordance with the terms contained in -## a written agreement between you and The Qt Company. For licensing terms -## and conditions see https://www.qt.io/terms-conditions. For further -## information use the contact form at https://www.qt.io/contact-us. -## -## GNU General Public License Usage -## Alternatively, this file may be used under the terms of the GNU -## General Public License version 3 or (at your option) any later version -## approved by the KDE Free Qt Foundation. The licenses are as published by -## the Free Software Foundation and appearing in the file LICENSE.GPL3 -## included in the packaging of this file. Please review the following -## information to ensure the GNU General Public License requirements will -## be met: https://www.gnu.org/licenses/gpl-3.0.html. -## -## $QT_END_LICENSE$ -## -############################################################################ - -PYPI_PACKAGE = "watchdog" -DEPS = "python3-pathtools" -DEPENDS = "${DEPS}" -RDEPENDS_${PN} = "${DEPS}" -inherit pypi setuptools3 - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[md5sum] = "7cdc103f607e72fc32c206301a72d1b2" -SRC_URI[sha256sum] = "965f658d0732de3188211932aeb0bb457587f04f63ab4c1e33eab878e9de961d" - -BBCLASSEXTEND = "nativesdk native" -- cgit v1.2.3