diff options
Diffstat (limited to 'meta-python')
18 files changed, 18 insertions, 18 deletions
diff --git a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb index e235682cf4..7910fcd18a 100644 --- a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb +++ b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=76699830db7fa9e897f6a1ad05f98ec8" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "python3-twisted python3-six python3-vcversioner python3-six-native python3-vcversioner-native" | 7 | DEPENDS = "python3-twisted python3-six python3-vcversioner python3-six-native python3-vcversioner-native" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/MostAwesomeDude/txWS.git" | 9 | SRC_URI = "git://github.com/MostAwesomeDude/txWS.git;branch=master;protocol=https" |
| 10 | SRCREV= "88cf6d9b9b685ffa1720644bd53c742afb10a414" | 10 | SRCREV= "88cf6d9b9b685ffa1720644bd53c742afb10a414" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta-python/recipes-devtools/gyp/gyp_git.bb b/meta-python/recipes-devtools/gyp/gyp_git.bb index d668d1ca10..bc7ae89a85 100644 --- a/meta-python/recipes-devtools/gyp/gyp_git.bb +++ b/meta-python/recipes-devtools/gyp/gyp_git.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab828cb8ce4c62ee82945a11247b6bbd" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab828cb8ce4c62ee82945a11247b6bbd" |
| 5 | SECTION = "devel" | 5 | SECTION = "devel" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://chromium.googlesource.com/external/gyp;protocol=https" | 7 | SRC_URI = "git://chromium.googlesource.com/external/gyp;protocol=https;branch=master" |
| 8 | SRCREV = "caa60026e223fc501e8b337fd5086ece4028b1c6" | 8 | SRCREV = "caa60026e223fc501e8b337fd5086ece4028b1c6" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
diff --git a/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb index 5048e5bec9..bc3315f751 100644 --- a/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=561205fdabc3ec52cae2d30815b8ade7" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=561205fdabc3ec52cae2d30815b8ade7" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/berkerpeksag/astor.git \ | 7 | SRC_URI = "git://github.com/berkerpeksag/astor.git;branch=master;protocol=https \ |
| 8 | file://0001-rtrip.py-convert-to-python3.patch \ | 8 | file://0001-rtrip.py-convert-to-python3.patch \ |
| 9 | " | 9 | " |
| 10 | SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072" | 10 | SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072" |
diff --git a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb index 360df6a3ef..8032b59a43 100644 --- a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb +++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "http://cvxopt.org" | |||
| 3 | LICENSE = "GPL-3.0" | 3 | LICENSE = "GPL-3.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ba1a8a73d8ebea5c47a1173aaf476ddd" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ba1a8a73d8ebea5c47a1173aaf476ddd" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https" | 6 | SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https;branch=master" |
| 7 | 7 | ||
| 8 | SRCREV = "60fdb838e0bb2d8f32ba51129552c83b55acd2a7" | 8 | SRCREV = "60fdb838e0bb2d8f32ba51129552c83b55acd2a7" |
| 9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb index 08f5e940fe..029cc0eda8 100644 --- a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb +++ b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ldo/dbussy" | |||
| 3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/ldo/dbussy.git" | 6 | SRC_URI = "git://github.com/ldo/dbussy.git;branch=master;protocol=https" |
| 7 | 7 | ||
| 8 | SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45" | 8 | SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45" |
| 9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-dt-schema_git.bb b/meta-python/recipes-devtools/python/python3-dt-schema_git.bb index 06a9012ca4..d14b7de62a 100644 --- a/meta-python/recipes-devtools/python/python3-dt-schema_git.bb +++ b/meta-python/recipes-devtools/python/python3-dt-schema_git.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=2;endline=3;md5=c795d4924c5f739424 | |||
| 6 | 6 | ||
| 7 | inherit setuptools3 | 7 | inherit setuptools3 |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/robherring/dt-schema.git" | 9 | SRC_URI = "git://github.com/robherring/dt-schema.git;branch=master;protocol=https" |
| 10 | SRCREV = "5009e47c1c76e48871f5988e08dad61f3c91196b" | 10 | SRCREV = "5009e47c1c76e48871f5988e08dad61f3c91196b" |
| 11 | PV = "0.1+git${SRCPV}" | 11 | PV = "0.1+git${SRCPV}" |
| 12 | 12 | ||
diff --git a/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb b/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb index 81c5fde132..a87cde4997 100644 --- a/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb +++ b/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=258e3f39e2383fbd011035d04311008d" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=258e3f39e2383fbd011035d04311008d" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/marianoguerra/feedformatter.git" | 7 | SRC_URI = "git://github.com/marianoguerra/feedformatter.git;branch=master;protocol=https" |
| 8 | SRCREV = "7391193c83e10420b5a2d8ef846d23fc368c6d85" | 8 | SRCREV = "7391193c83e10420b5a2d8ef846d23fc368c6d85" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
diff --git a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb b/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb index 4293a63c1e..a124dd9f5b 100644 --- a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb +++ b/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=366e2fd3c9714f162d3663b6f97cfe41" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=366e2fd3c9714f162d3663b6f97cfe41" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/keras-team/keras-applications.git" | 7 | SRC_URI = "git://github.com/keras-team/keras-applications.git;branch=master;protocol=https" |
| 8 | SRCREV ?= "3b180cb10eda683dda7913ecee2e6487288d292d" | 8 | SRCREV ?= "3b180cb10eda683dda7913ecee2e6487288d292d" |
| 9 | 9 | ||
| 10 | 10 | ||
diff --git a/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb b/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb index 080c41e38b..aacc32a6d6 100644 --- a/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb +++ b/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb | |||
| @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" |
| 7 | 7 | ||
| 8 | SRCREV = "80681f6604e136e513550342f977edb98f5fc5ad" | 8 | SRCREV = "80681f6604e136e513550342f977edb98f5fc5ad" |
| 9 | SRC_URI = "git://github.com/atdt/monotonic.git" | 9 | SRC_URI = "git://github.com/atdt/monotonic.git;branch=master;protocol=https" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ntplib_0.3.4.bb b/meta-python/recipes-devtools/python/python3-ntplib_0.3.4.bb index ae4c10f381..4c65377d94 100644 --- a/meta-python/recipes-devtools/python/python3-ntplib_0.3.4.bb +++ b/meta-python/recipes-devtools/python/python3-ntplib_0.3.4.bb | |||
| @@ -3,7 +3,7 @@ SECTION = "devel/python" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://ntplib.py;beginline=1;endline=23;md5=afa07338a9595257e94c205c3e72224d" | 4 | LIC_FILES_CHKSUM = "file://ntplib.py;beginline=1;endline=23;md5=afa07338a9595257e94c205c3e72224d" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/cf-natali/ntplib.git" | 6 | SRC_URI = "git://github.com/cf-natali/ntplib.git;branch=master;protocol=https" |
| 7 | SRCREV ?= "aea7925c26152024ca8cf207e77f403f8127727a" | 7 | SRCREV ?= "aea7925c26152024ca8cf207e77f403f8127727a" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb b/meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb index 8b3a2996f4..8279544a8f 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb | |||
| @@ -5,7 +5,7 @@ HOMEPAGE = "https://pillow.readthedocs.io" | |||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.2.x \ | 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.2.x;protocol=https \ |
| 9 | file://0001-support-cross-compiling.patch \ | 9 | file://0001-support-cross-compiling.patch \ |
| 10 | file://0001-explicitly-set-compile-options.patch \ | 10 | file://0001-explicitly-set-compile-options.patch \ |
| 11 | file://0001-Limit-sprintf-modes-to-10-characters.patch \ | 11 | file://0001-Limit-sprintf-modes-to-10-characters.patch \ |
diff --git a/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.6.bb b/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.6.bb index c56c70ad37..ec8aef9f54 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.6.bb +++ b/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.6.bb | |||
| @@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause" | |||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0e25ff0ec476d06d366439e1120cce98" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0e25ff0ec476d06d366439e1120cce98" |
| 4 | 4 | ||
| 5 | SRCREV = "d1d00888bc0eb7c50dde6cff1a5eb4586e620b65" | 5 | SRCREV = "d1d00888bc0eb7c50dde6cff1a5eb4586e620b65" |
| 6 | SRC_URI = "git://github.com/pybind/pybind11_json" | 6 | SRC_URI = "git://github.com/pybind/pybind11_json;branch=master;protocol=https" |
| 7 | 7 | ||
| 8 | DEPENDS += "nlohmann-json python3-pybind11" | 8 | DEPENDS += "nlohmann-json python3-pybind11" |
| 9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.6.2.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.6.2.bb index bd16a6d0dc..c270983d18 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.6.2.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=774f65abd8a7fe3124be2cdf766cd06f" | |||
| 5 | 5 | ||
| 6 | DEPENDS = "boost" | 6 | DEPENDS = "boost" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/pybind/pybind11.git \ | 8 | SRC_URI = "git://github.com/pybind/pybind11.git;branch=master;protocol=https \ |
| 9 | file://0001-Do-not-strip-binaries.patch \ | 9 | file://0001-Do-not-strip-binaries.patch \ |
| 10 | file://0001-Do-not-check-pointer-size-when-cross-compiling.patch \ | 10 | file://0001-Do-not-check-pointer-size-when-cross-compiling.patch \ |
| 11 | " | 11 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb index ae9e42160f..7f53a90e30 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb +++ b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0fd5bb1dae91ba145745db55870be6a7" | |||
| 6 | 6 | ||
| 7 | inherit setuptools3 | 7 | inherit setuptools3 |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/seebz/pydbus-manager.git" | 9 | SRC_URI = "git://github.com/seebz/pydbus-manager.git;branch=master;protocol=https" |
| 10 | SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc" | 10 | SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc" |
| 11 | PV = "git${SRCPV}" | 11 | PV = "git${SRCPV}" |
| 12 | 12 | ||
diff --git a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb index 8587ea8f33..92becc3eba 100644 --- a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=00ea1e843a43c20d9b63a8112239b0d1" | |||
| 9 | SRC_URI[sha256sum] = "f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88" | 9 | SRC_URI[sha256sum] = "f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88" |
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/python-excel/xlrd.git \ | 12 | SRC_URI = "git://github.com/python-excel/xlrd.git;branch=master;protocol=https \ |
| 13 | file://run-ptest \ | 13 | file://run-ptest \ |
| 14 | " | 14 | " |
| 15 | SRCREV = "b8d573e11ec149da695d695c81a156232b89a949" | 15 | SRCREV = "b8d573e11ec149da695d695c81a156232b89a949" |
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb index 2b5b253b5d..52ae91484a 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb | |||
| @@ -9,7 +9,7 @@ S = "${WORKDIR}/git" | |||
| 9 | B = "${S}" | 9 | B = "${S}" |
| 10 | 10 | ||
| 11 | SRCREV = "9b5ad2d5b5df159963e1c6c24523e1dfe1f71435" | 11 | SRCREV = "9b5ad2d5b5df159963e1c6c24523e1dfe1f71435" |
| 12 | SRC_URI = "git://github.com/rhinstaller/blivet;branch=3.1-release \ | 12 | SRC_URI = "git://github.com/rhinstaller/blivet;branch=3.1-release;protocol=https \ |
| 13 | file://0001-comment-out-selinux.patch \ | 13 | file://0001-comment-out-selinux.patch \ |
| 14 | file://0002-run_program-support-timeout.patch \ | 14 | file://0002-run_program-support-timeout.patch \ |
| 15 | file://0003-support-infinit-timeout.patch \ | 15 | file://0003-support-infinit-timeout.patch \ |
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb index 92402bee56..809d09e3ad 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb | |||
| @@ -9,7 +9,7 @@ S = "${WORKDIR}/git" | |||
| 9 | B = "${S}" | 9 | B = "${S}" |
| 10 | 10 | ||
| 11 | SRCREV = "67ec0b7a0e065ba24ab87963409bfb21b2aac6dd" | 11 | SRCREV = "67ec0b7a0e065ba24ab87963409bfb21b2aac6dd" |
| 12 | SRC_URI = "git://github.com/rhinstaller/blivet-gui;branch=master \ | 12 | SRC_URI = "git://github.com/rhinstaller/blivet-gui;branch=master;protocol=https \ |
| 13 | file://0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch \ | 13 | file://0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
diff --git a/meta-python/recipes-extended/python-cson/python3-cson_git.bb b/meta-python/recipes-extended/python-cson/python3-cson_git.bb index 5c74c7a307..4d234d311d 100644 --- a/meta-python/recipes-extended/python-cson/python3-cson_git.bb +++ b/meta-python/recipes-extended/python-cson/python3-cson_git.bb | |||
| @@ -8,7 +8,7 @@ SECTION = "devel/python" | |||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7709d2635e63ab96973055a23c2a4cac" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7709d2635e63ab96973055a23c2a4cac" |
| 9 | 9 | ||
| 10 | SRCREV = "f3f2898c44bb16b951d3e9f2fbf6d1c4158edda2" | 10 | SRCREV = "f3f2898c44bb16b951d3e9f2fbf6d1c4158edda2" |
| 11 | SRC_URI = "git://github.com/gt3389b/python-cson.git" | 11 | SRC_URI = "git://github.com/gt3389b/python-cson.git;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
