From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B052139694 for ; Sun, 21 May 2017 20:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E549E0D43; Sun, 21 May 2017 20:06:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1579FE0D43 for ; Sun, 21 May 2017 20:06:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83A4F3416D1 for ; Sun, 21 May 2017 20:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27918745C for ; Sun, 21 May 2017 20:06:26 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1495397012.f2c24add681633e5b751a26d467c6f252c98600c.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/xopen/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/xopen/metadata.xml dev-python/xopen/xopen-0.1.1.ebuild X-VCS-Directories: dev-python/xopen/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: f2c24add681633e5b751a26d467c6f252c98600c X-VCS-Branch: master Date: Sun, 21 May 2017 20:06:26 +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: 220e38fa-8e7b-4a37-9128-1f64084be304 X-Archives-Hash: 9b9fb71916f007b12d2f465667f93370 commit: f2c24add681633e5b751a26d467c6f252c98600c Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sun May 21 20:03:32 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sun May 21 20:03:32 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f2c24add dev-python/xopen: new package (needed by sci-biology/cutadapt) Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/xopen/metadata.xml | 12 ++++++++++++ dev-python/xopen/xopen-0.1.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-python/xopen/metadata.xml b/dev-python/xopen/metadata.xml new file mode 100644 index 000000000..f68a1b6fa --- /dev/null +++ b/dev-python/xopen/metadata.xml @@ -0,0 +1,12 @@ + + + + + mmokrejs@fold.natur.cuni.cz + Martin Mokrejs + + + sci-biology@gentoo.org + Gentoo Biology Project + + diff --git a/dev-python/xopen/xopen-0.1.1.ebuild b/dev-python/xopen/xopen-0.1.1.ebuild new file mode 100644 index 000000000..18d1911b5 --- /dev/null +++ b/dev-python/xopen/xopen-0.1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_5 ) +inherit distutils-r1 + +DESCRIPTION="Open compressed files transparently" +HOMEPAGE="https://pypi.python.org/pypi/xopen" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"