From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AF8AC58973 for ; Fri, 5 Feb 2016 19:45:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E150D21C090; Fri, 5 Feb 2016 19:45:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B7FF21C04C for ; Fri, 5 Feb 2016 19:45:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46F0A340B6A for ; Fri, 5 Feb 2016 19:45:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D799E8F8 for ; Fri, 5 Feb 2016 19:45:15 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1454701503.ba9836121c5b9c44f59c2c2e7cbfc1ba2590b73b.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fs/Manifest dev-python/fs/fs-0.5.4.ebuild dev-python/fs/metadata.xml X-VCS-Directories: dev-python/fs/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ba9836121c5b9c44f59c2c2e7cbfc1ba2590b73b X-VCS-Branch: master Date: Fri, 5 Feb 2016 19:45:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2add7979-8be6-4a95-b6d6-fb49153790a5 X-Archives-Hash: 4e61577c9b6e2d05495c5a23773620ab commit: ba9836121c5b9c44f59c2c2e7cbfc1ba2590b73b Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 5 18:24:36 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 5 19:45:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba983612 dev-python/fs: New package, ebuild written by me Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/fs/Manifest | 1 + dev-python/fs/fs-0.5.4.ebuild | 45 +++++++++++++++++++++++++++++++++++++++++++ dev-python/fs/metadata.xml | 16 +++++++++++++++ 3 files changed, 62 insertions(+) diff --git a/dev-python/fs/Manifest b/dev-python/fs/Manifest new file mode 100644 index 0000000..fbe789d --- /dev/null +++ b/dev-python/fs/Manifest @@ -0,0 +1 @@ +DIST fs-0.5.4.tar.gz 231333 SHA256 ba2cca8773435a7c86059d57cb4b8ea30fda40f8610941f7822d1ce3ffd36197 SHA512 d67c85f2816cf1a84c25664a6cf71dac551c3eec4eb34154bc92d52eb0efa9739adca6d0ec86b9978ff6af408cfa17b913ee8fd4c143cd2adf862ca0a1dd4c5d WHIRLPOOL 13ca379c6b563ec29985ff6dafa68f601c43459e75d7de99afaac55c21c7c5c581784f3f8dcb2b14b97adf00034e4890a8674f8a5263718c11b4c39051b1b902 diff --git a/dev-python/fs/fs-0.5.4.ebuild b/dev-python/fs/fs-0.5.4.ebuild new file mode 100644 index 0000000..f5e662e --- /dev/null +++ b/dev-python/fs/fs-0.5.4.ebuild @@ -0,0 +1,45 @@ +# 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_{3,4,5}} pypy ) + +inherit distutils-r1 eutils + +DESCRIPTION="Filesystem abstraction layer" +HOMEPAGE=" + http://pypi.python.org/pypi/fs + http://docs.pyfilesystem.org + http://www.willmcgugan.com/tag/fs/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND=" + dev-python/dexml[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/mako[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + )" + +# Tries to access FUSE +RESTRICT=test + +python_test() { + nosetests --verbose || die +} + +pkg_postinst() { + optfeature "S3 support" dev-python/boto + optfeature "SFTP support" dev-python/paramiko + optfeature "Browser support" dev-python/wxpython +} diff --git a/dev-python/fs/metadata.xml b/dev-python/fs/metadata.xml new file mode 100644 index 0000000..a329347 --- /dev/null +++ b/dev-python/fs/metadata.xml @@ -0,0 +1,16 @@ + + + + + python@gentoo.org + Python + + + fs + http://docs.pyfilesystem.org/ + + will@willmcgugan.com + Will McGugan + + +