commit: 2c5001376c10e706f3cbf131f455835e5dae86ae Author: Horea Christian <h.chr <AT> mail <DOT> ru> AuthorDate: Tue Mar 31 12:51:22 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Mar 31 12:51:22 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2c500137
new live ebuild Package-Manager: portage-2.2.18 sci-libs/pydicom/ChangeLog | 5 +++++ sci-libs/pydicom/pydicom-9999.ebuild | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog index fa8073f..b8ce55e 100644 --- a/sci-libs/pydicom/ChangeLog +++ b/sci-libs/pydicom/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*pydicom-9999 (31 Mar 2015) + + 31 Mar 2015; <[email protected]> +pydicom-9999.ebuild: + new live ebuild + 31 Mar 2015; <[email protected]> pydicom-0.9.8.ebuild: removed python 3 support (only inofficial: https://dcmstack.readthedocs.org/en/latest/Introduction.html#dependencies ) diff --git a/sci-libs/pydicom/pydicom-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild new file mode 100644 index 0000000..9823d81 --- /dev/null +++ b/sci-libs/pydicom/pydicom-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 python3_4 ) + +inherit distutils-r1 git-r3 + +DESCRIPTION="A pure python package for parsing DICOM files" +HOMEPAGE="https://code.google.com/p/pydicom/" +SRC_URI="" +EGIT_REPO_UIR="https://github.com/darcymason/pydicom" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}/source"
