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/python-boto_2.34.0.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/python-boto_2.34.0.bb')
| -rw-r--r-- | recipes-devtools/python/python-boto_2.34.0.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-devtools/python/python-boto_2.34.0.bb b/recipes-devtools/python/python-boto_2.34.0.bb deleted file mode 100644 index f94f3244..00000000 --- a/recipes-devtools/python/python-boto_2.34.0.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | HOMEPAGE = "https://github.com/boto/boto" | ||
| 2 | SUMMARY = "Amazon Web Services API" | ||
| 3 | DESCRIPTION = "\ | ||
| 4 | Boto is a Python package that provides interfaces to Amazon Web Services. \ | ||
| 5 | Currently, all features work with Python 2.6 and 2.7. Work is under way to \ | ||
| 6 | support Python 3.3+ in the same codebase. Modules are being ported one at \ | ||
| 7 | a time with the help of the open source community, so please check below \ | ||
| 8 | for compatibility with Python 3.3+. \ | ||
| 9 | " | ||
| 10 | SECTION = "devel/python" | ||
| 11 | LICENSE = "MIT" | ||
| 12 | LIC_FILES_CHKSUM = "file://setup.py;md5=182ef81236d3fac2c6ed8e8d3c988ec8" | ||
| 13 | |||
| 14 | PR = "r0" | ||
| 15 | SRCNAME = "boto" | ||
| 16 | |||
| 17 | SRC_URI = "https://pypi.python.org/packages/source/b/boto/${SRCNAME}-${PV}.tar.gz" | ||
| 18 | |||
| 19 | SRC_URI[md5sum] = "5556223d2d0cc4d06dd4829e671dcecd" | ||
| 20 | SRC_URI[sha256sum] = "33baab022ecb803414ad0d6cf4041d010cfc2755ff8acc3bea7b32e77ba98be0" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 23 | |||
| 24 | inherit setuptools | ||
| 25 | |||
