blob: ee3aee638fbcf388f662f215d75b1bd548f6aafb [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 Bishop1a4b7ee2018-12-16 17:11:34 -08006SRC_URI[md5sum] = "38e82b59a1c27bbf98ccf0564ead7426"
7SRC_URI[sha256sum] = "eb9271f0874f53106a2719c0c35ce67631f6cc27cf81a60c6f8c9817b35a3f6e"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008
9PYPI_PACKAGE = "Django"
10inherit pypi
11
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012UPSTREAM_CHECK_REGEX = "(?P<pver>1(\.\d+)+)"
13
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014FILES_${PN} += "${datadir}/django"
15
Brad Bishop316dfdd2018-06-25 12:45:53 -040016BBCLASSEXTEND = "native nativesdk"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050017
18RDEPENDS_${PN} += "\
Brad Bishop316dfdd2018-06-25 12:45:53 -040019 ${PYTHON_PN}-compression \
20 ${PYTHON_PN}-ctypes \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050021 ${PYTHON_PN}-datetime \
Brad Bishop316dfdd2018-06-25 12:45:53 -040022 ${PYTHON_PN}-email \
23 ${PYTHON_PN}-html \
24 ${PYTHON_PN}-json \
25 ${PYTHON_PN}-logging \
26 ${PYTHON_PN}-multiprocessing \
27 ${PYTHON_PN}-netserver \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050028 ${PYTHON_PN}-numbers \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050029 ${PYTHON_PN}-pkgutil \
Brad Bishop316dfdd2018-06-25 12:45:53 -040030 ${PYTHON_PN}-pytz \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050031 ${PYTHON_PN}-threading \
Brad Bishop316dfdd2018-06-25 12:45:53 -040032 ${PYTHON_PN}-unixadmin \
33 ${PYTHON_PN}-xml \
34"