Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
Date: Tue, 01 Sep 2015 11:47:59
Message-Id: 1441025259.a8daf2c26155e7ad5df8a3cd8819a464fd4716f6.jlec@gentoo
1 commit: a8daf2c26155e7ad5df8a3cd8819a464fd4716f6
2 Author: Robbert Harms <robbert <AT> xkls <DOT> nl>
3 AuthorDate: Mon Aug 31 12:47:39 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 12:47:39 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a8daf2c2
7
8 Version bump to pydicom. Adds python 3.4 support
9
10 sci-libs/pydicom/pydicom-0.9.9.ebuild | 18 ++++++++++++++++++
11 1 file changed, 18 insertions(+)
12
13 diff --git a/sci-libs/pydicom/pydicom-0.9.9.ebuild b/sci-libs/pydicom/pydicom-0.9.9.ebuild
14 new file mode 100644
15 index 0000000..02ea11c
16 --- /dev/null
17 +++ b/sci-libs/pydicom/pydicom-0.9.9.ebuild
18 @@ -0,0 +1,18 @@
19 +# Copyright 1999-2015 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI="5"
24 +
25 +PYTHON_COMPAT=( python2_7 python3_4 )
26 +
27 +inherit distutils-r1
28 +
29 +DESCRIPTION="A pure python package for parsing DICOM files"
30 +HOMEPAGE="http://www.pydicom.org/"
31 +SRC_URI="https://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz"
32 +
33 +LICENSE="MIT"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""