diff options
author | 2015-03-31 14:51:22 +0200 | |
---|---|---|
committer | 2015-03-31 14:51:22 +0200 | |
commit | 2c5001376c10e706f3cbf131f455835e5dae86ae (patch) | |
tree | 425c5f76f8fb22c53045953b4ac524710f423141 /sci-libs | |
parent | removed python 3 support (only inofficial: (diff) | |
download | sci-2c5001376c10e706f3cbf131f455835e5dae86ae.tar.gz sci-2c5001376c10e706f3cbf131f455835e5dae86ae.tar.bz2 sci-2c5001376c10e706f3cbf131f455835e5dae86ae.zip |
new live ebuild
Package-Manager: portage-2.2.18
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/pydicom/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/pydicom/pydicom-9999.ebuild | 21 |
2 files changed, 26 insertions, 0 deletions
diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog index fa8073f59..b8ce55eff 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; <chymera@gentoo.org> +pydicom-9999.ebuild: + new live ebuild + 31 Mar 2015; <chymera@gentoo.org> 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 000000000..9823d813d --- /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" |