diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:32:03 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:53:49 +0000 |
| commit | 52e67d4e6307a161491825bdfca01dd36b2228e1 (patch) | |
| tree | f4c2bea6dab8d9df21d41323f120aeb34bfaf96a /recipes-devtools/python/python3-boto3_1.11.7.bb | |
| parent | cceef93ba83497dcce2c1cdac91555d82371450a (diff) | |
| download | meta-virtualization-52e67d4e6307a161491825bdfca01dd36b2228e1.tar.gz | |
python: update support packages to python3
Updating the python support packages to python3. Some packages are
dropped in favour of variants that are in meta-python, some are
updated and update to the new python3 name for others.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-boto3_1.11.7.bb')
| -rw-r--r-- | recipes-devtools/python/python3-boto3_1.11.7.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-boto3_1.11.7.bb b/recipes-devtools/python/python3-boto3_1.11.7.bb new file mode 100644 index 00000000..ae623cf1 --- /dev/null +++ b/recipes-devtools/python/python3-boto3_1.11.7.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | HOMEPAGE = "https://github.com/boto/boto" | ||
| 2 | SUMMARY = "Amazon Web Services API" | ||
| 3 | DESCRIPTION = "\ | ||
| 4 | Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, \ | ||
| 5 | which allows Python developers to write software that makes use of services like \ | ||
| 6 | Amazon S3 and Amazon EC2. \ | ||
| 7 | " | ||
| 8 | SECTION = "devel/python" | ||
| 9 | LICENSE = "MIT" | ||
| 10 | LIC_FILES_CHKSUM = "file://setup.py;md5=0149f3d994965905689bbefa0212efe2" | ||
| 11 | |||
| 12 | SRCNAME = "boto3" | ||
| 13 | |||
| 14 | SRC_URI = "https://pypi.python.org/packages/source/b/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "79936a15612b8ef762eb1274a936cea5" | ||
| 17 | SRC_URI[sha256sum] = "5222edc5b20d5c6ab7440fc4f89f987ead05be37ff5cc5359a3b9148d9b5a51e" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 20 | |||
| 21 | inherit setuptools3 | ||
| 22 | |||
