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 3B98E1384C1 for ; Tue, 1 Sep 2015 11:47:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0B0614235; Tue, 1 Sep 2015 11:47:56 +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 3B03214235 for ; Tue, 1 Sep 2015 11:47:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D946A3406AD for ; Tue, 1 Sep 2015 11:47:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6369717F for ; Tue, 1 Sep 2015 11:47:53 +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: <1441025259.a8daf2c26155e7ad5df8a3cd8819a464fd4716f6.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pydicom/pydicom-0.9.9.ebuild X-VCS-Directories: sci-libs/pydicom/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a8daf2c26155e7ad5df8a3cd8819a464fd4716f6 X-VCS-Branch: master Date: Tue, 1 Sep 2015 11:47:53 +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: 7f6a260d-7295-4f4a-bf64-57d82f1bb977 X-Archives-Hash: 72c5c1a54255049d86d836b68ab2e471 commit: a8daf2c26155e7ad5df8a3cd8819a464fd4716f6 Author: Robbert Harms xkls nl> AuthorDate: Mon Aug 31 12:47:39 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Aug 31 12:47:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a8daf2c2 Version bump to pydicom. Adds python 3.4 support sci-libs/pydicom/pydicom-0.9.9.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/sci-libs/pydicom/pydicom-0.9.9.ebuild b/sci-libs/pydicom/pydicom-0.9.9.ebuild new file mode 100644 index 0000000..02ea11c --- /dev/null +++ b/sci-libs/pydicom/pydicom-0.9.9.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_4 ) + +inherit distutils-r1 + +DESCRIPTION="A pure python package for parsing DICOM files" +HOMEPAGE="http://www.pydicom.org/" +SRC_URI="https://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE=""