From b2a66eead114d77f69360b9b8c3cd83a476eb9aa Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 31 Oct 2024 14:41:14 +0100 Subject: python3-django: rename .inc file to BPN.inc * this one has 2 versions, so the .inc file cannot be folded into .bb files but we can at least rename it to start with BPN for consistency Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-django.inc | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-django.inc (limited to 'meta-python/recipes-devtools/python/python3-django.inc') diff --git a/meta-python/recipes-devtools/python/python3-django.inc b/meta-python/recipes-devtools/python/python3-django.inc new file mode 100644 index 0000000000..d9ab3fd21f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django.inc @@ -0,0 +1,33 @@ +SUMMARY = "A high-level Python Web framework" +HOMEPAGE = "http://www.djangoproject.com/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" + +PYPI_PACKAGE = "Django" +inherit pypi + +UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)/" + +FILES:${PN} += "${datadir}/django" + +BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += "\ + python3-compression \ + python3-ctypes \ + python3-datetime \ + python3-email \ + python3-html \ + python3-json \ + python3-logging \ + python3-multiprocessing \ + python3-netserver \ + python3-numbers \ + python3-pkgutil \ + python3-pytz \ + python3-threading \ + python3-unixadmin \ + python3-xml \ +" + +CVE_PRODUCT = "django" -- cgit v1.2.3-54-g00ecf