blob: e030ff40877121ecb9b952d2ab329bf20463eb75 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "A high-level Python Web framework"
2HOMEPAGE = "http://www.djangoproject.com/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
5
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006PYPI_PACKAGE = "Django"
7inherit pypi
8
Andrew Geissler82c905d2020-04-13 13:39:40 -05009UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010
Patrick Williams213cb262021-08-07 19:21:33 -050011FILES:${PN} += "${datadir}/django"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012
Brad Bishop316dfdd2018-06-25 12:45:53 -040013BBCLASSEXTEND = "native nativesdk"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014
Patrick Williams213cb262021-08-07 19:21:33 -050015RDEPENDS:${PN} += "\
Brad Bishop316dfdd2018-06-25 12:45:53 -040016 ${PYTHON_PN}-compression \
17 ${PYTHON_PN}-ctypes \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050018 ${PYTHON_PN}-datetime \
Brad Bishop316dfdd2018-06-25 12:45:53 -040019 ${PYTHON_PN}-email \
20 ${PYTHON_PN}-html \
21 ${PYTHON_PN}-json \
22 ${PYTHON_PN}-logging \
23 ${PYTHON_PN}-multiprocessing \
24 ${PYTHON_PN}-netserver \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050025 ${PYTHON_PN}-numbers \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050026 ${PYTHON_PN}-pkgutil \
Brad Bishop316dfdd2018-06-25 12:45:53 -040027 ${PYTHON_PN}-pytz \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050028 ${PYTHON_PN}-threading \
Brad Bishop316dfdd2018-06-25 12:45:53 -040029 ${PYTHON_PN}-unixadmin \
30 ${PYTHON_PN}-xml \
Andrew Geissler89770b02020-06-13 10:40:47 -050031 ${PYTHON_PN}-distutils \
Brad Bishop316dfdd2018-06-25 12:45:53 -040032"
Andrew Geissler89770b02020-06-13 10:40:47 -050033
34CVE_PRODUCT = "django"