python-bson: updating to 0.4.3 and improving license info

This commit is contained in:
Lukas Bulwahn 2016-09-13 09:51:09 +02:00
parent 032fcccd75
commit ba0fd812c7
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
DESCRIPTION = "Independent BSON codec for Python that doesn't depend on MongoDB" DESCRIPTION = "Independent BSON codec for Python that doesn't depend on MongoDB"
SECTION = "devel" SECTION = "devel"
LICENSE = "MIT" LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=db7a1eab1d8b38da1e06abbf08d2498d" LIC_FILES_CHKSUM = "file://LICENSE;md5=db7a1eab1d8b38da1e06abbf08d2498d"
SRC_URI = "https://github.com/py-bson/bson/archive/${PV}.tar.gz;downloadfilename=py-bson_{PV}.tar.gz" SRC_URI = "https://github.com/py-bson/bson/archive/${PV}.tar.gz;downloadfilename=py-bson_${PV}.tar.gz"
SRC_URI[md5sum] = "9319364259c7b4eb77a218f7948f9fe8" SRC_URI[md5sum] = "989acb13782d20c71b8bae03d600a6da"
SRC_URI[sha256sum] = "b84569685426374242dfc7d4fa08c9694951e85203d085c256866cf87dcb0b7e" SRC_URI[sha256sum] = "dcdcf3e8a01ac13375faf791e1ed47ee178c0ec19332252ba539a3a131ca7739"
S = "${WORKDIR}/bson-${PV}" S = "${WORKDIR}/bson-${PV}"