summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-boto3_1.11.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-boto3_1.11.7.bb')
-rw-r--r--recipes-devtools/python/python3-boto3_1.11.7.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-devtools/python/python3-boto3_1.11.7.bb b/recipes-devtools/python/python3-boto3_1.11.7.bb
deleted file mode 100644
index ae623cf1..00000000
--- a/recipes-devtools/python/python3-boto3_1.11.7.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1HOMEPAGE = "https://github.com/boto/boto"
2SUMMARY = "Amazon Web Services API"
3DESCRIPTION = "\
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 "
8SECTION = "devel/python"
9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://setup.py;md5=0149f3d994965905689bbefa0212efe2"
11
12SRCNAME = "boto3"
13
14SRC_URI = "https://pypi.python.org/packages/source/b/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
15
16SRC_URI[md5sum] = "79936a15612b8ef762eb1274a936cea5"
17SRC_URI[sha256sum] = "5222edc5b20d5c6ab7440fc4f89f987ead05be37ff5cc5359a3b9148d9b5a51e"
18
19S = "${WORKDIR}/${SRCNAME}-${PV}"
20
21inherit setuptools3
22