python3-django-south_1.0.2.bb 654 B

123456789101112131415161718
  1. SUMMARY = "Migrations for Django"
  2. DESCRIPTION = "South is an intelligent database migrations library for the Django web framework. It is database-independent and DVCS-friendly, as well as a whole host of other features."
  3. HOMEPAGE = "http://south.aeracode.org/"
  4. LICENSE = "Apache-2.0"
  5. LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=17;endline=18;md5=2155d8ae21e7c23101d5febac696b27e"
  6. SRC_URI[sha256sum] = "d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4"
  7. PYPI_PACKAGE = "South"
  8. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  9. inherit pypi setuptools3
  10. BBCLASSEXTEND = "native nativesdk"
  11. RDEPENDS:${PN} += "\
  12. python3-django \
  13. "