Skip to content

Commit

Permalink
dev-python/s3transfer: Initial import, ebuild by me
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0_rc1
  • Loading branch information
patricklauer committed Jun 20, 2016
1 parent 4649df6 commit 0c684c2
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/s3transfer/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST s3transfer-0.0.1.tar.gz 9465 SHA256 2bb9ed8db58af94dfa78f75f554d646dfe4b4741fc87f63a20c2bfb3f70f4355 SHA512 77ef39d2043b7ca7cfa105d3a682881392ae8048dd2e1263a9c88390a28e24578e49733afc330ace78027c1a3e3ff5401b30fc12f8a5fac70544bda099f33461 WHIRLPOOL 6a31f8d40c649a244d6f43deb97bc844ad2cb61856ab9e07bf527d8afa576decc22d962baeeec64ea96c715e01a6f9731bc4db49a68f48017a189d8aa95db7b9
11 changes: 11 additions & 0 deletions dev-python/s3transfer/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">s3transfer</remote-id>
</upstream>
</pkgmetadata>
25 changes: 25 additions & 0 deletions dev-python/s3transfer/s3transfer-0.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

PYTHON_COMPAT=( python{2_7,3_4,3_5} )

inherit distutils-r1

DESCRIPTION="Amazon S3 Transfer Manager"
HOMEPAGE="http://pypi.python.org/pypi/s3transfer"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="
dev-python/botocore[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
"

0 comments on commit 0c684c2

Please sign in to comment.