python3-boto3: uprev 1.11.7 > 1.14.7

Also drop SRCNAME/SRC_URI/S, change to inherit pypi.

Signed-off-by: Ming Liu <ming.liu@toradex.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Ming Liu 2020-06-23 10:45:55 +02:00 committed by Bruce Ashfield
parent a6893e27ef
commit bbca3cb2e3
2 changed files with 15 additions and 22 deletions

View File

@ -1,22 +0,0 @@
HOMEPAGE = "https://github.com/boto/boto"
SUMMARY = "Amazon Web Services API"
DESCRIPTION = "\
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, \
which allows Python developers to write software that makes use of services like \
Amazon S3 and Amazon EC2. \
"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://setup.py;md5=0149f3d994965905689bbefa0212efe2"
SRCNAME = "boto3"
SRC_URI = "https://pypi.python.org/packages/source/b/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
SRC_URI[md5sum] = "79936a15612b8ef762eb1274a936cea5"
SRC_URI[sha256sum] = "5222edc5b20d5c6ab7440fc4f89f987ead05be37ff5cc5359a3b9148d9b5a51e"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools3

View File

@ -0,0 +1,15 @@
HOMEPAGE = "https://github.com/boto/boto"
SUMMARY = "Amazon Web Services API"
DESCRIPTION = "\
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, \
which allows Python developers to write software that makes use of services like \
Amazon S3 and Amazon EC2. \
"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
SRC_URI[md5sum] = "fb8b77d4ac10a971570419dd3613196e"
SRC_URI[sha256sum] = "4856c8cb4150b900cc7dccbdf16f542fb8c12e97b17639979e58760847f7cf35"
inherit pypi setuptools3