Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-ply \
python3-pocketsphinx \
python3-polyline \
python3-portalocker \
python3-prctl \
python3-precise-runner \
python3-pretend \
Expand Down
2 changes: 2 additions & 0 deletions meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ RDEPENDS:${PN} += "\
${PYTHON_PN}-sqlalchemy \
${PYTHON_PN}-misc \
"

BBCLASSEXTEND = "native nativesdk"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray"
LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"

SRC_URI[sha256sum] = "4bee3ba9164b66cef64f1099e9a3b88e99ddcd0c943807e99443613e184b48b4"
SRC_URI[sha256sum] = "0edf630a4471a48627aec0b840cf3b8e10901191d328f6511560420459de282e"

inherit setuptools3 pypi

Expand Down
2 changes: 2 additions & 0 deletions meta-python/recipes-devtools/python/python3-editor_1.0.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ SRC_URI[sha256sum] = "51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec78477138
PYPI_PACKAGE = "python-editor"

inherit pypi setuptools3

BBCLASSEXTEND = "native nativesdk"
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ BUGTRACKER = "https://sourceforge.net/p/lrparsing/tickets/"
UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lrparsing/files/"
UPSTREAM_CHECK_REGEX = "lrparsing-(?P<pver>\d+(\.\d+)+)"
SRC_URI = "${SOURCEFORGE_MIRROR}/lrparsing/lrparsing-${PV}.tar.gz"
SRC_URI[md5sum] = "34357d69bce87654d792cd8f02d148b2"
SRC_URI[sha256sum] = "b45afda44001dc5ba632934f74c043d40cce653f1a7526cfbcb68f6be055b8d7"
SRC_URI[sha256sum] = "7c060d9f03cf582fdbc0ae0fef0ea2ff6fd56251047ba7e425af97e23f46f582"

RDEPENDS:${PN} = " \
python3-crypt \
"

inherit setuptools3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.3.x \
file://0001-support-cross-compiling.patch \
file://0001-explicitly-set-compile-options.patch \
"
SRCREV ?= "92933b86574b9c80764bf52c357ed29e1ef53382"
SRCREV ?= "8013f130a5077b238a4346b73e149432b180a8ea"

inherit setuptools3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ RDEPENDS:${PN} += " \
${PYTHON_PN}-compression \
${PYTHON_PN}-profile \
"

BBCLASSEXTEND = "native nativesdk"
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=baac7be1f4c17620df74188e23da6d47"

inherit pypi setuptools3

SRC_URI[sha256sum] = "e7a86b31a161a76133f189b3ae9dad2755a80ea4c1e0eee1805648d021fb677d"
SRC_URI[sha256sum] = "fc2ec6d6b6f986cd7e28e119eeb9ba1c9cc51ab4fbbdb7f2dedad01983fd2de0"

RDEPENDS:${PN} += "python3-six"
RDEPENDS:${PN} += "python3-six python3-logging"
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SUMMARY = "Cross-platform locking library"
DESCRIPTION = "Portalocker is a library to provide an easy API to file locking"
LICENSE = "PSF"

LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14"

SRC_URI[md5sum] = "bd4908d035464aa440dd7f262ef78345"
SRC_URI[sha256sum] = "75cfe02f702737f1726d83e04eedfa0bda2cc5b974b1ceafb8d6b42377efbd5f"

inherit pypi setuptools3

BBCLASSEXTEND = "native nativesdk"