summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-oe/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-oe/recipes-devtools/python')
-rw-r--r--meta-openembedded/meta-oe/recipes-devtools/python/python3-pefile_2024.8.26.bb (renamed from meta-openembedded/meta-oe/recipes-devtools/python/python3-pefile_2023.2.7.bb)4
-rw-r--r--meta-openembedded/meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.bb14
2 files changed, 16 insertions, 2 deletions
diff --git a/meta-openembedded/meta-oe/recipes-devtools/python/python3-pefile_2023.2.7.bb b/meta-openembedded/meta-oe/recipes-devtools/python/python3-pefile_2024.8.26.bb
index e30b362323..87e651d9d5 100644
--- a/meta-openembedded/meta-oe/recipes-devtools/python/python3-pefile_2023.2.7.bb
+++ b/meta-openembedded/meta-oe/recipes-devtools/python/python3-pefile_2024.8.26.bb
@@ -2,10 +2,10 @@ SUMMARY = "Python PE parsing module"
DESCRIPTION = "A multi-platform Python module to parse and work with Portable Executable (PE) files."
HOMEPAGE = "https://github.com/erocarrera/pefile"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=38066667888b01d8118ff9cc23da1873"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e34c75178086aca0a17551ffbacaca53"
inherit setuptools3 ptest
-SRCREV = "1ab2807c4eec16041e791d7a6acc68cc23fd5266"
+SRCREV = "4b3b1e2e568a88d4f1897d694d684f23d9e270c4"
SRC_URI = "git://github.com/erocarrera/pefile;branch=master;protocol=https \
file://run-ptest"
S = "${WORKDIR}/git"
diff --git a/meta-openembedded/meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.bb b/meta-openembedded/meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.bb
new file mode 100644
index 0000000000..f92c556005
--- /dev/null
+++ b/meta-openembedded/meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Psycopg 3 is the implementation of a PostgreSQL adapter for Python."
+DESCRIPTION = "Psycopg is the most popular PostgreSQL adapter for the Python \
+programming language. Its core is a complete implementation of the Python DB \
+API 2.0 specifications. Several extensions allow access to many of the \
+features offered by PostgreSQL."
+
+LICENSE = "LGPL-3.0-only"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404"
+
+SRC_URI[sha256sum] = "8bad2e497ce22d556dac1464738cb948f8d6bab450d965cf1d8a8effd52412e0"
+
+inherit pypi python_setuptools_build_meta
+
+RDEPENDS:${PN} = "libpq"