Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (b01675c9c51e3fa6778e3447651f54b4fc023fd7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (b01675c9c51e3fa6778e3447651f54b4fc023fd7)
  • Date: Mon, 6 Feb 2017 01:28:44 +0000

GIT changes to master grimoire by Jeremy Blosser <jblosser AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/boto3/DEPENDS | 2 ++
python-pypi/boto3/DETAILS | 16 ++++++++++++++++
python-pypi/boto3/HISTORY | 3 +++
python-pypi/s3transfer/DEPENDS | 2 ++
python-pypi/s3transfer/DETAILS | 14 ++++++++++++++
python-pypi/s3transfer/HISTORY | 3 +++
7 files changed, 44 insertions(+)

New commits:
commit b01675c9c51e3fa6778e3447651f54b4fc023fd7
Author: Jeremy Blosser <jblosser AT sourcemage.org>
Commit: Jeremy Blosser <jblosser AT sourcemage.org>

python-pypi/boto3: new spell, AWS boto3 SDK; python-pypi/s3transfer: new
spell, AWS s3transfer library

diff --git a/ChangeLog b/ChangeLog
index c303ba2..1dc9ac9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
2017-02-04 Thomas Orgis <sobukus AT sourcemage.org>
* libs/libirman: talk to irman-compatible IR receivers

+2017-02-02 Jeremy Blosser <jblosser AT sourcemage.org>
+ * python-pypi/boto3: new spell, AWS boto3 SDK
+ * python-pypi/s3transfer: new spell, AWS s3transfer library
+
2017-02-02 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/pycodestyle: new spell, Python style guide checker
* security/gopass: new spell, team password manager
diff --git a/python-pypi/boto3/DEPENDS b/python-pypi/boto3/DEPENDS
new file mode 100755
index 0000000..5d3fa7d
--- /dev/null
+++ b/python-pypi/boto3/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends botocore
diff --git a/python-pypi/boto3/DETAILS b/python-pypi/boto3/DETAILS
new file mode 100755
index 0000000..d46da4e
--- /dev/null
+++ b/python-pypi/boto3/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=boto3
+ VERSION=git
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+ SOURCE_URL[0]=git://github.com/boto/boto3.git
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://github.com/boto/boto3";
+ LICENSE[0]=APACHE
+ ENTERED=20170202
+ SHORT="AWS SDK for Python"
+cat << EOF
+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.
+EOF
diff --git a/python-pypi/boto3/HISTORY b/python-pypi/boto3/HISTORY
new file mode 100644
index 0000000..fc0ef09
--- /dev/null
+++ b/python-pypi/boto3/HISTORY
@@ -0,0 +1,3 @@
+2017-02-02 Jeremy Blosser <jblosser AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
+
diff --git a/python-pypi/s3transfer/DEPENDS b/python-pypi/s3transfer/DEPENDS
new file mode 100755
index 0000000..5d3fa7d
--- /dev/null
+++ b/python-pypi/s3transfer/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends botocore
diff --git a/python-pypi/s3transfer/DETAILS b/python-pypi/s3transfer/DETAILS
new file mode 100755
index 0000000..de20d11
--- /dev/null
+++ b/python-pypi/s3transfer/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=s3transfer
+ VERSION=git
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+ SOURCE_URL[0]=git://github.com/boto/s3transfer.git
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://github.com/boto/s3transfer";
+ LICENSE[0]=APACHE
+ ENTERED=20170202
+ SHORT="AWS s3 transfer manager for python"
+cat << EOF
+S3transfer is a Python library for managing Amazon S3 transfers.
+EOF
diff --git a/python-pypi/s3transfer/HISTORY b/python-pypi/s3transfer/HISTORY
new file mode 100644
index 0000000..fc0ef09
--- /dev/null
+++ b/python-pypi/s3transfer/HISTORY
@@ -0,0 +1,3 @@
+2017-02-02 Jeremy Blosser <jblosser AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (b01675c9c51e3fa6778e3447651f54b4fc023fd7), Jeremy Blosser, 02/05/2017

Archive powered by MHonArc 2.6.24.

Top of Page