Signed-off-by: Saul Wold <[email protected]> --- meta/recipes-devtools/python/python-south_1.0.1.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/recipes-devtools/python/python-south_1.0.1.bb
diff --git a/meta/recipes-devtools/python/python-south_1.0.1.bb b/meta/recipes-devtools/python/python-south_1.0.1.bb new file mode 100644 index 0000000..57f8045 --- /dev/null +++ b/meta/recipes-devtools/python/python-south_1.0.1.bb @@ -0,0 +1,19 @@ + +SUMMARY = "Migrations for Django" +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." +HOMEPAGE = "http://south.aeracode.org/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=17;endline=18;md5=2155d8ae21e7c23101d5febac696b27e" + +SRCNAME = "South" + +SRC_URI = "https://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "9977423e4c4f7ca9345f1428a0a57505" +SRC_URI[sha256sum] = "1ce97c634107df324eb2fd53cd904d7c04fc8cc6a8fe0800e5f85345b0c75ad3" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + -- 1.8.3.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
