blob: f94f32445efc6ee7a143c2ccbb556f0db9af6a17 [file] [log] [blame]
Patrick Williamsd849ec72016-08-17 14:59:38 -05001HOMEPAGE = "https://github.com/boto/boto"
2SUMMARY = "Amazon Web Services API"
3DESCRIPTION = "\
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 "
10SECTION = "devel/python"
11LICENSE = "MIT"
12LIC_FILES_CHKSUM = "file://setup.py;md5=182ef81236d3fac2c6ed8e8d3c988ec8"
13
14PR = "r0"
15SRCNAME = "boto"
16
17SRC_URI = "https://pypi.python.org/packages/source/b/boto/${SRCNAME}-${PV}.tar.gz"
18
19SRC_URI[md5sum] = "5556223d2d0cc4d06dd4829e671dcecd"
20SRC_URI[sha256sum] = "33baab022ecb803414ad0d6cf4041d010cfc2755ff8acc3bea7b32e77ba98be0"
21
22S = "${WORKDIR}/${SRCNAME}-${PV}"
23
24inherit setuptools
25