[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2023-05-24 Thread Horea Christian
commit: fc44a7bc7b0c3d199ac721118fa4565978e95bb3
Author: Horea Christian  chymera  eu>
AuthorDate: Thu May 25 05:34:31 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Thu May 25 05:34:31 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=fc44a7bc

sci-libs/pydicom: enable py3.12

Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/pydicom/pydicom-2.2.2.ebuild | 2 +-
 sci-libs/pydicom/pydicom-2.3.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/pydicom/pydicom-2.2.2.ebuild 
b/sci-libs/pydicom/pydicom-2.2.2.ebuild
index 410014399..0d1ec6954 100644
--- a/sci-libs/pydicom/pydicom-2.2.2.ebuild
+++ b/sci-libs/pydicom/pydicom-2.2.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 

diff --git a/sci-libs/pydicom/pydicom-2.3.1.ebuild 
b/sci-libs/pydicom/pydicom-2.3.1.ebuild
index 410014399..0d1ec6954 100644
--- a/sci-libs/pydicom/pydicom-2.3.1.ebuild
+++ b/sci-libs/pydicom/pydicom-2.3.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2023-05-24 Thread Horea Christian
commit: 816016b900fbd243eca3ba6e6419fb8a403248da
Author: Horea Christian  chymera  eu>
AuthorDate: Thu May 25 05:40:36 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Thu May 25 05:40:36 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=816016b9

sci-libs/pydicom: updated bug reference

Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/pydicom/pydicom-2.2.2.ebuild | 3 ++-
 sci-libs/pydicom/pydicom-2.3.1.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-libs/pydicom/pydicom-2.2.2.ebuild 
b/sci-libs/pydicom/pydicom-2.2.2.ebuild
index 0d1ec6954..69cbed0c7 100644
--- a/sci-libs/pydicom/pydicom-2.2.2.ebuild
+++ b/sci-libs/pydicom/pydicom-2.2.2.ebuild
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-# Upstream bug: https://github.com/pydicom/pydicom/issues/663
+# Reported upstream:
+# https://github.com/pydicom/pydicom/issues/1800
 RESTRICT="test"
 
 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"

diff --git a/sci-libs/pydicom/pydicom-2.3.1.ebuild 
b/sci-libs/pydicom/pydicom-2.3.1.ebuild
index 0d1ec6954..69cbed0c7 100644
--- a/sci-libs/pydicom/pydicom-2.3.1.ebuild
+++ b/sci-libs/pydicom/pydicom-2.3.1.ebuild
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-# Upstream bug: https://github.com/pydicom/pydicom/issues/663
+# Reported upstream:
+# https://github.com/pydicom/pydicom/issues/1800
 RESTRICT="test"
 
 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2023-05-24 Thread Horea Christian
commit: babb92da970668a47043ad600e9dbd3e029357e5
Author: Horea Christian  chymera  eu>
AuthorDate: Thu May 25 05:33:34 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Thu May 25 05:33:34 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=babb92da

sci-libs/pydicom: update HOMEPAGE

Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/pydicom/pydicom-2.2.2.ebuild | 2 +-
 sci-libs/pydicom/pydicom-2.3.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/pydicom/pydicom-2.2.2.ebuild 
b/sci-libs/pydicom/pydicom-2.2.2.ebuild
index a767c2d03..410014399 100644
--- a/sci-libs/pydicom/pydicom-2.2.2.ebuild
+++ b/sci-libs/pydicom/pydicom-2.2.2.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{10..11} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="A pure python package for parsing DICOM files"
-HOMEPAGE="http://www.pydicom.org/;
+HOMEPAGE="https://pydicom.github.io/pydicom/dev/;
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/sci-libs/pydicom/pydicom-2.3.1.ebuild 
b/sci-libs/pydicom/pydicom-2.3.1.ebuild
index a767c2d03..410014399 100644
--- a/sci-libs/pydicom/pydicom-2.3.1.ebuild
+++ b/sci-libs/pydicom/pydicom-2.3.1.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{10..11} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="A pure python package for parsing DICOM files"
-HOMEPAGE="http://www.pydicom.org/;
+HOMEPAGE="https://pydicom.github.io/pydicom/dev/;
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2023-05-22 Thread Horea Christian
commit: 4f301f7cc0b58c2f3eaf61c123c696a86d2046bb
Author: Horea Christian  chymera  eu>
AuthorDate: Mon May 22 11:03:19 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon May 22 11:03:19 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4f301f7c

sci-libs/pydicom: update SRC_URI

Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/pydicom/pydicom-2.2.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/pydicom/pydicom-2.2.2.ebuild 
b/sci-libs/pydicom/pydicom-2.2.2.ebuild
index 50e001227..a767c2d03 100644
--- a/sci-libs/pydicom/pydicom-2.2.2.ebuild
+++ b/sci-libs/pydicom/pydicom-2.2.2.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{10..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="A pure python package for parsing DICOM files"
 HOMEPAGE="http://www.pydicom.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -23,5 +23,5 @@ DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 python_test() {
distutils-r1_install_for_testing
-   py.test --cov=pydicom -r sx --pyargs pydicom --verbose || die
+   py.test -r sx --pyargs pydicom --verbose || die
 }



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2023-05-22 Thread Horea Christian
commit: 1588e5df8b55124c02801f8872ae2b7fa927ffc5
Author: Horea Christian  chymera  eu>
AuthorDate: Mon May 22 11:03:38 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon May 22 11:03:38 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1588e5df

sci-libs/pydicom: add 2.3.1

Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/pydicom/pydicom-2.3.1.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/sci-libs/pydicom/pydicom-2.3.1.ebuild 
b/sci-libs/pydicom/pydicom-2.3.1.ebuild
new file mode 100644
index 0..a767c2d03
--- /dev/null
+++ b/sci-libs/pydicom/pydicom-2.3.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A pure python package for parsing DICOM files"
+HOMEPAGE="http://www.pydicom.org/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# Upstream bug: https://github.com/pydicom/pydicom/issues/663
+RESTRICT="test"
+
+DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   distutils-r1_install_for_testing
+   py.test -r sx --pyargs pydicom --verbose || die
+}



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2023-05-10 Thread Horea Christian
commit: a0ffd36315535130f0537d5dee23db1b5d237656
Author: Horea Christian  chymera  eu>
AuthorDate: Wed May 10 09:23:29 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Wed May 10 09:23:29 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a0ffd363

sci-libs/pydicom: enable py3.11

Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/pydicom/pydicom-2.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/pydicom/pydicom-2.2.2.ebuild 
b/sci-libs/pydicom/pydicom-2.2.2.ebuild
index c10e76bdf..50e001227 100644
--- a/sci-libs/pydicom/pydicom-2.2.2.ebuild
+++ b/sci-libs/pydicom/pydicom-2.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1
 



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2023-05-02 Thread Andrew Ammerlaan
commit: 368a1025f9fc8a80ad0f28b1c02312c471365042
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue May  2 12:21:38 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue May  2 12:21:38 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=368a1025

sci-libs/pydicom: disable py3.7, py3.8, py3.9

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/pydicom/pydicom-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/pydicom/pydicom-2.2.2.ebuild 
b/sci-libs/pydicom/pydicom-2.2.2.ebuild
index f36be3a78..c10e76bdf 100644
--- a/sci-libs/pydicom/pydicom-2.2.2.ebuild
+++ b/sci-libs/pydicom/pydicom-2.2.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_10 )
 
 inherit distutils-r1
 



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2023-05-02 Thread Andrew Ammerlaan
commit: 96fb0e4d71b642b34b1431d23ba73b03dd4688c4
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue May  2 12:13:22 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue May  2 12:15:26 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=96fb0e4d

sci-libs/pydicom: drop 1.1.0, 1.4.2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/pydicom/pydicom-1.1.0.ebuild | 27 ---
 sci-libs/pydicom/pydicom-1.4.2.ebuild | 26 --
 2 files changed, 53 deletions(-)

diff --git a/sci-libs/pydicom/pydicom-1.1.0.ebuild 
b/sci-libs/pydicom/pydicom-1.1.0.ebuild
deleted file mode 100644
index 523da2654..0
--- a/sci-libs/pydicom/pydicom-1.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A pure python package for parsing DICOM files"
-HOMEPAGE="http://www.pydicom.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-# Upstream bug: https://github.com/pydicom/pydicom/issues/663
-RESTRICT="test"
-
-DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-   distutils-r1_install_for_testing
-   py.test --cov=pydicom -r sx --pyargs pydicom --verbose || die
-}

diff --git a/sci-libs/pydicom/pydicom-1.4.2.ebuild 
b/sci-libs/pydicom/pydicom-1.4.2.ebuild
deleted file mode 100644
index f02b71a97..0
--- a/sci-libs/pydicom/pydicom-1.4.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A pure python package for parsing DICOM files"
-HOMEPAGE="http://www.pydicom.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-   distutils-r1_install_for_testing
-   py.test -r sx --pyargs pydicom --verbose || die
-}



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2022-01-18 Thread Horea Christian
commit: 18aaa9f314ed173897168c6a4d934edfaed12951
Author: Miezhiko  gmail  com>
AuthorDate: Tue Jan 18 07:24:25 2022 +
Commit: Horea Christian  gmail  com>
CommitDate: Tue Jan 18 16:03:19 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=18aaa9f3

sci-libs/pydicom: update to 2.2.2, py3.10 support

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miezhiko  gmail.com>
Closes: https://github.com/gentoo/sci/pull/1139
Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/pydicom/pydicom-2.2.2.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/sci-libs/pydicom/pydicom-2.2.2.ebuild 
b/sci-libs/pydicom/pydicom-2.2.2.ebuild
new file mode 100644
index 0..f36be3a78
--- /dev/null
+++ b/sci-libs/pydicom/pydicom-2.2.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A pure python package for parsing DICOM files"
+HOMEPAGE="http://www.pydicom.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# Upstream bug: https://github.com/pydicom/pydicom/issues/663
+RESTRICT="test"
+
+DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   distutils-r1_install_for_testing
+   py.test --cov=pydicom -r sx --pyargs pydicom --verbose || die
+}



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2020-09-26 Thread Horea Christian
commit: 345ed850dfacd1eca12fa02afdd61dc8fc90e92b
Author: Horea Christian  chymera  eu>
AuthorDate: Sun Sep 27 03:20:22 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Sep 27 03:20:22 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=345ed850

sci-libs/pydicom: rm old, live versions; updated PYTHON_COMPAT

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/pydicom/pydicom-0.9.9.ebuild | 17 -
 sci-libs/pydicom/pydicom-1.1.0.ebuild |  4 ++--
 sci-libs/pydicom/pydicom-1.4.2.ebuild |  2 +-
 sci-libs/pydicom/pydicom-.ebuild  | 20 
 4 files changed, 3 insertions(+), 40 deletions(-)

diff --git a/sci-libs/pydicom/pydicom-0.9.9.ebuild 
b/sci-libs/pydicom/pydicom-0.9.9.ebuild
deleted file mode 100644
index df6e11172..0
--- a/sci-libs/pydicom/pydicom-0.9.9.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A pure python package for parsing DICOM files"
-HOMEPAGE="http://www.pydicom.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""

diff --git a/sci-libs/pydicom/pydicom-1.1.0.ebuild 
b/sci-libs/pydicom/pydicom-1.1.0.ebuild
index 0c2e1b15e..1838de682 100644
--- a/sci-libs/pydicom/pydicom-1.1.0.ebuild
+++ b/sci-libs/pydicom/pydicom-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 

diff --git a/sci-libs/pydicom/pydicom-1.4.2.ebuild 
b/sci-libs/pydicom/pydicom-1.4.2.ebuild
index 2ab96e750..ef819cd72 100644
--- a/sci-libs/pydicom/pydicom-1.4.2.ebuild
+++ b/sci-libs/pydicom/pydicom-1.4.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 

diff --git a/sci-libs/pydicom/pydicom-.ebuild 
b/sci-libs/pydicom/pydicom-.ebuild
deleted file mode 100644
index 10a12a436..0
--- a/sci-libs/pydicom/pydicom-.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="A pure python package for parsing DICOM files"
-HOMEPAGE="http://www.pydicom.org/;
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/darcymason/pydicom;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-S="${S}/source"



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2020-03-13 Thread Horea Christian
commit: 93db1deef32d195a5ae05947b2eeed8e3e209d7c
Author: Horea Christian  chymera  eu>
AuthorDate: Fri Mar 13 17:23:59 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Fri Mar 13 17:23:59 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=93db1dee

sci-libs/pydicom: version bump 1.4.2

with PYTHON_COMPAT 3_7 bump and test suite fix

Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/pydicom/pydicom-1.4.2.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/sci-libs/pydicom/pydicom-1.4.2.ebuild 
b/sci-libs/pydicom/pydicom-1.4.2.ebuild
new file mode 100644
index 0..2ab96e750
--- /dev/null
+++ b/sci-libs/pydicom/pydicom-1.4.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A pure python package for parsing DICOM files"
+HOMEPAGE="http://www.pydicom.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   distutils-r1_install_for_testing
+   py.test -r sx --pyargs pydicom --verbose || die
+}



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2018-07-31 Thread Horea Christian
commit: eada628c39c5c56447fab296d318155f957bc416
Author: Horea Christian  yandex  com>
AuthorDate: Tue Jul 31 18:36:39 2018 +
Commit: Horea Christian  gmail  com>
CommitDate: Tue Jul 31 18:36:39 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=eada628c

sci-libs/pydicom: version bump

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 sci-libs/pydicom/pydicom-1.1.0.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/sci-libs/pydicom/pydicom-1.1.0.ebuild 
b/sci-libs/pydicom/pydicom-1.1.0.ebuild
new file mode 100644
index 0..0c2e1b15e
--- /dev/null
+++ b/sci-libs/pydicom/pydicom-1.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A pure python package for parsing DICOM files"
+HOMEPAGE="http://www.pydicom.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# Upstream bug: https://github.com/pydicom/pydicom/issues/663
+RESTRICT="test"
+
+DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   distutils-r1_install_for_testing
+   py.test --cov=pydicom -r sx --pyargs pydicom --verbose || die
+}



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2018-07-27 Thread Horea Christian
commit: 9c2e7e56a4d981ec230afe180a51fbb2456e745d
Author: Horea Christian  yandex  com>
AuthorDate: Thu Jul 26 19:39:11 2018 +
Commit: Horea Christian  gmail  com>
CommitDate: Thu Jul 26 19:39:11 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=9c2e7e56

sci-libs/pydicom: EAPI and PYTHON_COMPAT bump

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sci-libs/pydicom/pydicom-0.9.9.ebuild | 6 +++---
 sci-libs/pydicom/pydicom-.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-libs/pydicom/pydicom-0.9.9.ebuild 
b/sci-libs/pydicom/pydicom-0.9.9.ebuild
index e25cde5c3..df6e11172 100644
--- a/sci-libs/pydicom/pydicom-0.9.9.ebuild
+++ b/sci-libs/pydicom/pydicom-0.9.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 

diff --git a/sci-libs/pydicom/pydicom-.ebuild 
b/sci-libs/pydicom/pydicom-.ebuild
index 78a868e2b..10a12a436 100644
--- a/sci-libs/pydicom/pydicom-.ebuild
+++ b/sci-libs/pydicom/pydicom-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 git-r3
 



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2016-11-28 Thread Marius Brehler
commit: a103963268f7ac38adffcff328be188afcfd
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Mon Nov 28 21:21:33 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Nov 28 21:21:33 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1039632

sci-libs/pydicom: Drop 0.9.8

Package-Manager: portage-2.3.0

 sci-libs/pydicom/pydicom-0.9.8.ebuild | 18 --
 1 file changed, 18 deletions(-)

diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild 
b/sci-libs/pydicom/pydicom-0.9.8.ebuild
deleted file mode 100644
index 2bc0eaf..000
--- a/sci-libs/pydicom/pydicom-0.9.8.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A pure python package for parsing DICOM files"
-HOMEPAGE="http://www.pydicom.org/;
-SRC_URI="https://pydicom.googlecode.com/files/${P}.zip;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2015-09-07 Thread Justin Lecher
commit: 790ff553a9a781a0d34ee7a5b29898f8eb4cdb3d
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Fri Sep  4 09:37:08 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Sep  4 09:37:08 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=790ff553

sci-libs/pydicom: Fix SRC_URI

Package-Manager: portage-2.2.20.1

 sci-libs/pydicom/ChangeLog| 3 +++
 sci-libs/pydicom/pydicom-0.9.9.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog
index 8d2aa11..2289ceb 100644
--- a/sci-libs/pydicom/ChangeLog
+++ b/sci-libs/pydicom/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  04 Sep 2015; Marius Brehler  pydicom-0.9.9.ebuild:
+  sci-libs/pydicom: Fix SRC_URI
+
   04 May 2015; Horea Christian  pydicom-0.9.8.ebuild,
   pydicom-.ebuild:
   updated homepage

diff --git a/sci-libs/pydicom/pydicom-0.9.9.ebuild 
b/sci-libs/pydicom/pydicom-0.9.9.ebuild
index 02ea11c..ec432d6 100644
--- a/sci-libs/pydicom/pydicom-0.9.9.ebuild
+++ b/sci-libs/pydicom/pydicom-0.9.9.ebuild
@@ -10,7 +10,7 @@ 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;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2015-09-01 Thread Justin Lecher
commit: a8daf2c26155e7ad5df8a3cd8819a464fd4716f6
Author: Robbert Harms  xkls  nl>
AuthorDate: Mon Aug 31 12:47:39 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Aug 31 12:47:39 2015 +
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 000..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=""



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/, sci-biology/spm/, sci-biology/dcmstack/, sci-biology/fsl/

2015-05-30 Thread Justin Lecher
commit: e1609a961c6d3140ba3a53f64665bf2e3a25d910
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Fri May 29 07:58:54 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Fri May 29 07:58:54 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e1609a96

Correct ChangeLogs

 sci-biology/dcmstack/ChangeLog | 13 ++-
 sci-biology/fsl/ChangeLog  | 53 ++
 sci-biology/spm/ChangeLog  | 18 +++---
 sci-libs/pydicom/ChangeLog | 16 +++--
 4 files changed, 54 insertions(+), 46 deletions(-)

diff --git a/sci-biology/dcmstack/ChangeLog b/sci-biology/dcmstack/ChangeLog
index 91a0d5d..6b8c0b1 100644
--- a/sci-biology/dcmstack/ChangeLog
+++ b/sci-biology/dcmstack/ChangeLog
@@ -2,22 +2,23 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
-  31 Mar 2015;  chym...@gentoo.org dcmstack-.ebuild:
+  31 Mar 2015; Horea Christian h@mail.ru dcmstack-.ebuild:
   gentoo does not support python 2_6
 
-  31 Mar 2015;  chym...@gentoo.org dcmstack-.ebuild:
+  31 Mar 2015; Horea Christian h@mail.ru dcmstack-.ebuild:
   corrected python compatibilities
 
-  31 Mar 2015;  chym...@gentoo.org dcmstack-.ebuild:
+  31 Mar 2015; Horea Christian h@mail.ru dcmstack-.ebuild:
   added python 3.3 compatibility
 
-  31 Mar 2015;  chym...@gentoo.org dcmstack-.ebuild:
+  31 Mar 2015; Horea Christian h@mail.ru dcmstack-.ebuild:
   removed unneeded bits, sorted eclasses
 
-  31 Mar 2015;  chym...@gentoo.org dcmstack-.ebuild:
+  31 Mar 2015; Horea Christian h@mail.ru dcmstack-.ebuild:
   updated deps
 
 *dcmstack- (31 Mar 2015)
 
-  31 Mar 2015;  chym...@gentoo.org +dcmstack-.ebuild, +metadata.xml:
+  31 Mar 2015; Horea Christian h@mail.ru +dcmstack-.ebuild,
+  +metadata.xml:
   new package, initial draft

diff --git a/sci-biology/fsl/ChangeLog b/sci-biology/fsl/ChangeLog
index f97b5da..086612d 100644
--- a/sci-biology/fsl/ChangeLog
+++ b/sci-biology/fsl/ChangeLog
@@ -2,78 +2,81 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
-  09 Apr 2015;  chym...@gentoo.org -files/fsl-5.0.4-fsldir_redux.patch:
+  09 Apr 2015; Horea Christian h@mail.ru
+  -files/fsl-5.0.4-fsldir_redux.patch:
   removed 5.0.4 redux patch
 
-  07 Apr 2015;  chym...@gentoo.org -fsl-5.0.4.ebuild, -fsl-5.0.5.ebuild:
+  07 Apr 2015; Horea Christian h@mail.ru -fsl-5.0.4.ebuild,
+  -fsl-5.0.5.ebuild:
   removed ebuilds with unavailable sources
 
-  07 Apr 2015;  chym...@gentoo.org fsl-5.0.6.ebuild:
+  07 Apr 2015; Horea Christian h@mail.ru fsl-5.0.6.ebuild:
   added new gentoo fsl-5.0.6 source location
 
-  30 Mar 2015;  chym...@gentoo.org +files/fsl-5.0.8-fsldir_redux.patch,
-  -files/fsl-5.0.8-redux.patch, fsl-5.0.8.ebuild:
+  30 Mar 2015; Horea Christian h@mail.ru
+  +files/fsl-5.0.8-fsldir_redux.patch, -files/fsl-5.0.8-redux.patch,
+  fsl-5.0.8.ebuild:
   implemented 5.0.8 fsldir redux patch
 
-  30 Mar 2015;  chym...@gentoo.org +files/fsl-5.0.8-redux.patch:
+  30 Mar 2015; Horea Christian h@mail.ru +files/fsl-5.0.8-redux.patch:
   5.0.8 redux patch by François Bissey
 
-  29 Mar 2015;  chym...@gentoo.org fsl-5.0.8.ebuild:
+  29 Mar 2015; Horea Christian h@mail.ru fsl-5.0.8.ebuild:
   using the 5.0.8 headers patch
 
-  29 Mar 2015;  chym...@gentoo.org +files/fsl-5.0.8-headers.patch,
+  29 Mar 2015; Horea Christian h@mail.ru +files/fsl-5.0.8-headers.patch,
   files/fsl-5.0.4-headers.patch:
   reimplmented pathc fsl-5.0.4-headers
 
-  28 Mar 2015;  chym...@gentoo.org fsl-5.0.8.ebuild:
+  28 Mar 2015; Horea Christian h@mail.ru fsl-5.0.8.ebuild:
   ported changes from 5.0.6 regarding FSLDIR
 
-  28 Mar 2015;  chym...@gentoo.org files/fsl-5.0.4-headers.patch:
+  28 Mar 2015; Horea Christian h@mail.ru files/fsl-5.0.4-headers.patch:
   hunk implemented by upstream
 
-  28 Mar 2015;  h@mail.ru fsl-5.0.8.ebuild:
+  28 Mar 2015; Horea Christian h@mail.ru fsl-5.0.8.ebuild:
   using new setup patch file for new ebuild
 
-  28 Mar 2015;  h@mail.ru +files/fsl-5.0.8-setup.patch:
+  28 Mar 2015; Horea Christian h@mail.ru +files/fsl-5.0.8-setup.patch:
   new pathc by François Bissey
 
-  25 Mar 2015;  h@mail.ru fsl-5.0.4.ebuild, fsl-5.0.5.ebuild,
-  fsl-5.0.8.ebuild:
+  25 Mar 2015; Horea Christian h@mail.ru fsl-5.0.4.ebuild,
+  fsl-5.0.5.ebuild, fsl-5.0.8.ebuild:
   added licences to all versions
 
-  25 Mar 2015;  h@mail.ru fsl-5.0.6.ebuild:
+  25 Mar 2015; Horea Christian h@mail.ru fsl-5.0.6.ebuild:
   added license for included gdchart
 
-  25 Mar 2015;  h@mail.ru fsl-5.0.6.ebuild:
+  25 Mar 2015; Horea Christian h@mail.ru fsl-5.0.6.ebuild:
   set the correct licences
 
-  11 Mar 2015;  h@mail.ru fsl-5.0.6.ebuild:
+  11 Mar 2015; Horea Christian h@mail.ru fsl-5.0.6.ebuild:
   installing fslversion
 
-  11 Mar 2015;  

[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/, sci-biology/spm/, sci-biology/dcmstack/, sci-biology/fsl/

2015-05-30 Thread Justin Lecher
commit: 35a5730109336111b4fafe8e7606cef0f9006f6b
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Fri May 29 07:58:54 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sat May 30 06:03:32 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=35a57301

Correct ChangeLogs

 sci-biology/dcmstack/ChangeLog | 13 ++-
 sci-biology/fsl/ChangeLog  | 53 ++
 sci-biology/spm/ChangeLog  | 18 +++---
 sci-libs/pydicom/ChangeLog | 16 +++--
 4 files changed, 54 insertions(+), 46 deletions(-)

diff --git a/sci-biology/dcmstack/ChangeLog b/sci-biology/dcmstack/ChangeLog
index 91a0d5d..6b8c0b1 100644
--- a/sci-biology/dcmstack/ChangeLog
+++ b/sci-biology/dcmstack/ChangeLog
@@ -2,22 +2,23 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
-  31 Mar 2015;  chym...@gentoo.org dcmstack-.ebuild:
+  31 Mar 2015; Horea Christian h@mail.ru dcmstack-.ebuild:
   gentoo does not support python 2_6
 
-  31 Mar 2015;  chym...@gentoo.org dcmstack-.ebuild:
+  31 Mar 2015; Horea Christian h@mail.ru dcmstack-.ebuild:
   corrected python compatibilities
 
-  31 Mar 2015;  chym...@gentoo.org dcmstack-.ebuild:
+  31 Mar 2015; Horea Christian h@mail.ru dcmstack-.ebuild:
   added python 3.3 compatibility
 
-  31 Mar 2015;  chym...@gentoo.org dcmstack-.ebuild:
+  31 Mar 2015; Horea Christian h@mail.ru dcmstack-.ebuild:
   removed unneeded bits, sorted eclasses
 
-  31 Mar 2015;  chym...@gentoo.org dcmstack-.ebuild:
+  31 Mar 2015; Horea Christian h@mail.ru dcmstack-.ebuild:
   updated deps
 
 *dcmstack- (31 Mar 2015)
 
-  31 Mar 2015;  chym...@gentoo.org +dcmstack-.ebuild, +metadata.xml:
+  31 Mar 2015; Horea Christian h@mail.ru +dcmstack-.ebuild,
+  +metadata.xml:
   new package, initial draft

diff --git a/sci-biology/fsl/ChangeLog b/sci-biology/fsl/ChangeLog
index f97b5da..086612d 100644
--- a/sci-biology/fsl/ChangeLog
+++ b/sci-biology/fsl/ChangeLog
@@ -2,78 +2,81 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
-  09 Apr 2015;  chym...@gentoo.org -files/fsl-5.0.4-fsldir_redux.patch:
+  09 Apr 2015; Horea Christian h@mail.ru
+  -files/fsl-5.0.4-fsldir_redux.patch:
   removed 5.0.4 redux patch
 
-  07 Apr 2015;  chym...@gentoo.org -fsl-5.0.4.ebuild, -fsl-5.0.5.ebuild:
+  07 Apr 2015; Horea Christian h@mail.ru -fsl-5.0.4.ebuild,
+  -fsl-5.0.5.ebuild:
   removed ebuilds with unavailable sources
 
-  07 Apr 2015;  chym...@gentoo.org fsl-5.0.6.ebuild:
+  07 Apr 2015; Horea Christian h@mail.ru fsl-5.0.6.ebuild:
   added new gentoo fsl-5.0.6 source location
 
-  30 Mar 2015;  chym...@gentoo.org +files/fsl-5.0.8-fsldir_redux.patch,
-  -files/fsl-5.0.8-redux.patch, fsl-5.0.8.ebuild:
+  30 Mar 2015; Horea Christian h@mail.ru
+  +files/fsl-5.0.8-fsldir_redux.patch, -files/fsl-5.0.8-redux.patch,
+  fsl-5.0.8.ebuild:
   implemented 5.0.8 fsldir redux patch
 
-  30 Mar 2015;  chym...@gentoo.org +files/fsl-5.0.8-redux.patch:
+  30 Mar 2015; Horea Christian h@mail.ru +files/fsl-5.0.8-redux.patch:
   5.0.8 redux patch by François Bissey
 
-  29 Mar 2015;  chym...@gentoo.org fsl-5.0.8.ebuild:
+  29 Mar 2015; Horea Christian h@mail.ru fsl-5.0.8.ebuild:
   using the 5.0.8 headers patch
 
-  29 Mar 2015;  chym...@gentoo.org +files/fsl-5.0.8-headers.patch,
+  29 Mar 2015; Horea Christian h@mail.ru +files/fsl-5.0.8-headers.patch,
   files/fsl-5.0.4-headers.patch:
   reimplmented pathc fsl-5.0.4-headers
 
-  28 Mar 2015;  chym...@gentoo.org fsl-5.0.8.ebuild:
+  28 Mar 2015; Horea Christian h@mail.ru fsl-5.0.8.ebuild:
   ported changes from 5.0.6 regarding FSLDIR
 
-  28 Mar 2015;  chym...@gentoo.org files/fsl-5.0.4-headers.patch:
+  28 Mar 2015; Horea Christian h@mail.ru files/fsl-5.0.4-headers.patch:
   hunk implemented by upstream
 
-  28 Mar 2015;  h@mail.ru fsl-5.0.8.ebuild:
+  28 Mar 2015; Horea Christian h@mail.ru fsl-5.0.8.ebuild:
   using new setup patch file for new ebuild
 
-  28 Mar 2015;  h@mail.ru +files/fsl-5.0.8-setup.patch:
+  28 Mar 2015; Horea Christian h@mail.ru +files/fsl-5.0.8-setup.patch:
   new pathc by François Bissey
 
-  25 Mar 2015;  h@mail.ru fsl-5.0.4.ebuild, fsl-5.0.5.ebuild,
-  fsl-5.0.8.ebuild:
+  25 Mar 2015; Horea Christian h@mail.ru fsl-5.0.4.ebuild,
+  fsl-5.0.5.ebuild, fsl-5.0.8.ebuild:
   added licences to all versions
 
-  25 Mar 2015;  h@mail.ru fsl-5.0.6.ebuild:
+  25 Mar 2015; Horea Christian h@mail.ru fsl-5.0.6.ebuild:
   added license for included gdchart
 
-  25 Mar 2015;  h@mail.ru fsl-5.0.6.ebuild:
+  25 Mar 2015; Horea Christian h@mail.ru fsl-5.0.6.ebuild:
   set the correct licences
 
-  11 Mar 2015;  h@mail.ru fsl-5.0.6.ebuild:
+  11 Mar 2015; Horea Christian h@mail.ru fsl-5.0.6.ebuild:
   installing fslversion
 
-  11 Mar 2015;  

[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2015-05-25 Thread Christoph Junghans
commit: 2430d6de80d325403e962867ee542b091bc1ca74
Author: Horea Christian h.chr AT mail DOT ru
AuthorDate: Tue Mar 31 13:01:03 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Tue Mar 31 13:01:21 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2430d6de

new live ebuild supporting various python versions

Package-Manager: portage-2.2.18

 sci-libs/pydicom/ChangeLog   | 3 +++
 sci-libs/pydicom/pydicom-.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog
index b8ce55e..bb11332 100644
--- a/sci-libs/pydicom/ChangeLog
+++ b/sci-libs/pydicom/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 Mar 2015;  chym...@gentoo.org pydicom-.ebuild:
+  new live ebuild supporting various python versions
+
 *pydicom- (31 Mar 2015)
 
   31 Mar 2015;  chym...@gentoo.org +pydicom-.ebuild:

diff --git a/sci-libs/pydicom/pydicom-.ebuild 
b/sci-libs/pydicom/pydicom-.ebuild
index 9823d81..2d7786f 100644
--- a/sci-libs/pydicom/pydicom-.ebuild
+++ b/sci-libs/pydicom/pydicom-.ebuild
@@ -11,11 +11,11 @@ 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;
+EGIT_REPO_URI=https://github.com/darcymason/pydicom;
 
 LICENSE=MIT
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=
 
-S=${WORKDIR}/source
+S=${S}/source



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2015-05-25 Thread Christoph Junghans
commit: 2c5001376c10e706f3cbf131f455835e5dae86ae
Author: Horea Christian h.chr AT mail DOT ru
AuthorDate: Tue Mar 31 12:51:22 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Tue Mar 31 12:51:22 2015 +
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-.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- (31 Mar 2015)
+
+  31 Mar 2015;  chym...@gentoo.org +pydicom-.ebuild:
+  new live ebuild
+
   31 Mar 2015;  chym...@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-.ebuild 
b/sci-libs/pydicom/pydicom-.ebuild
new file mode 100644
index 000..9823d81
--- /dev/null
+++ b/sci-libs/pydicom/pydicom-.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



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2015-05-25 Thread Christoph Junghans
commit: 0cba5b2ddee2f6c20e2b5088e724fc5ade3bd46d
Author: Horea Christian h.chr AT mail DOT ru
AuthorDate: Mon May  4 10:13:30 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Mon May  4 10:13:30 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0cba5b2d

updated homepage

Package-Manager: portage-2.2.18

 sci-libs/pydicom/ChangeLog| 3 +++
 sci-libs/pydicom/pydicom-0.9.8.ebuild | 2 +-
 sci-libs/pydicom/pydicom-.ebuild  | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog
index dac4df3..b8014d9 100644
--- a/sci-libs/pydicom/ChangeLog
+++ b/sci-libs/pydicom/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 May 2015;  chym...@gentoo.org pydicom-0.9.8.ebuild, pydicom-.ebuild:
+  updated homepage
+
   06 Apr 2015;  chym...@gentoo.org pydicom-.ebuild:
   no keywords in live ebuilds
 

diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild 
b/sci-libs/pydicom/pydicom-0.9.8.ebuild
index c65f082..ad575a6 100644
--- a/sci-libs/pydicom/pydicom-0.9.8.ebuild
+++ b/sci-libs/pydicom/pydicom-0.9.8.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION=A pure python package for parsing DICOM files
-HOMEPAGE=https://code.google.com/p/pydicom/;
+HOMEPAGE=http://www.pydicom.org/;
 SRC_URI=https://pydicom.googlecode.com/files/${P}.zip;
 
 LICENSE=MIT

diff --git a/sci-libs/pydicom/pydicom-.ebuild 
b/sci-libs/pydicom/pydicom-.ebuild
index fd90534..bc09e8c 100644
--- a/sci-libs/pydicom/pydicom-.ebuild
+++ b/sci-libs/pydicom/pydicom-.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 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/;
+HOMEPAGE=http://www.pydicom.org/;
 SRC_URI=
 EGIT_REPO_URI=https://github.com/darcymason/pydicom;
 



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2015-05-25 Thread Christoph Junghans
commit: f6f250598147939411e96e1ee937fc2a7ff26d79
Author: Horea Christian h.chr AT mail DOT ru
AuthorDate: Tue Mar 31 12:31:56 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Tue Mar 31 12:31:56 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f6f25059

added python 3.3 compatibility

Package-Manager: portage-2.2.18

 sci-libs/pydicom/ChangeLog| 6 --
 sci-libs/pydicom/pydicom-0.9.8.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog
index dd3589e..2a0e443 100644
--- a/sci-libs/pydicom/ChangeLog
+++ b/sci-libs/pydicom/ChangeLog
@@ -1,8 +1,10 @@
 # ChangeLog for sci-libs/pydicom
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 Mar 2015;  chym...@gentoo.org pydicom-0.9.8.ebuild:
+  added python 3.3 compatibility
+
   06 Jan 2014; Justin Lecher j...@gentoo.org pydicom-0.9.8.ebuild,
   +metadata.xml:
   Add missing metadata.xml
-

diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild 
b/sci-libs/pydicom/pydicom-0.9.8.ebuild
index 923ef5a..c534c60 100644
--- a/sci-libs/pydicom/pydicom-0.9.8.ebuild
+++ b/sci-libs/pydicom/pydicom-0.9.8.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_3)
 
 inherit distutils-r1
 



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2015-05-25 Thread Christoph Junghans
commit: 01c1fc7a70859d35fdecd3990609096dc273b106
Author: Horea Christian h.chr AT mail DOT ru
AuthorDate: Tue Mar 31 13:20:07 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Tue Mar 31 13:20:07 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=01c1fc7a

gentoo does not support python 2.6 and 3.2

Package-Manager: portage-2.2.18

 sci-libs/pydicom/ChangeLog| 3 +++
 sci-libs/pydicom/pydicom-0.9.8.ebuild | 2 +-
 sci-libs/pydicom/pydicom-.ebuild  | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog
index bb11332..1fe98fc 100644
--- a/sci-libs/pydicom/ChangeLog
+++ b/sci-libs/pydicom/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 Mar 2015;  chym...@gentoo.org pydicom-0.9.8.ebuild, pydicom-.ebuild:
+  gentoo does not support python 2.6 and 3.2
+
   31 Mar 2015;  chym...@gentoo.org pydicom-.ebuild:
   new live ebuild supporting various python versions
 

diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild 
b/sci-libs/pydicom/pydicom-0.9.8.ebuild
index 1b3129d..c65f082 100644
--- a/sci-libs/pydicom/pydicom-0.9.8.ebuild
+++ b/sci-libs/pydicom/pydicom-0.9.8.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_6 python2_7 )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 

diff --git a/sci-libs/pydicom/pydicom-.ebuild 
b/sci-libs/pydicom/pydicom-.ebuild
index 2d7786f..10e9d38 100644
--- a/sci-libs/pydicom/pydicom-.ebuild
+++ b/sci-libs/pydicom/pydicom-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1 git-r3
 



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2015-05-25 Thread Christoph Junghans
commit: 6e0a06e2594e758c320a3c883d42ba4d37741cd1
Author: Horea Christian h.chr AT mail DOT ru
AuthorDate: Mon Apr  6 16:05:45 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Mon Apr  6 16:05:45 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6e0a06e2

no keywords in live ebuilds

Package-Manager: portage-2.2.18

 sci-libs/pydicom/ChangeLog   | 3 +++
 sci-libs/pydicom/pydicom-.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog
index 1fe98fc..dac4df3 100644
--- a/sci-libs/pydicom/ChangeLog
+++ b/sci-libs/pydicom/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Apr 2015;  chym...@gentoo.org pydicom-.ebuild:
+  no keywords in live ebuilds
+
   31 Mar 2015;  chym...@gentoo.org pydicom-0.9.8.ebuild, pydicom-.ebuild:
   gentoo does not support python 2.6 and 3.2
 

diff --git a/sci-libs/pydicom/pydicom-.ebuild 
b/sci-libs/pydicom/pydicom-.ebuild
index 10e9d38..fd90534 100644
--- a/sci-libs/pydicom/pydicom-.ebuild
+++ b/sci-libs/pydicom/pydicom-.ebuild
@@ -15,7 +15,7 @@ EGIT_REPO_URI=https://github.com/darcymason/pydicom;
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=
 IUSE=
 
 S=${S}/source



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2015-05-25 Thread Christoph Junghans
commit: 354a72412a76bae4234a3e57fd529f3dd98d68f1
Author: Horea Christian h.chr AT mail DOT ru
AuthorDate: Tue Mar 31 12:38:07 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Tue Mar 31 12:38:07 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=354a7241

removed python 3 support (only inofficial:
https://dcmstack.readthedocs.org/en/latest/Introduction.html#dependencies )
added python 2.6 support

Package-Manager: portage-2.2.18

 sci-libs/pydicom/ChangeLog| 5 +
 sci-libs/pydicom/pydicom-0.9.8.ebuild | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog
index 2a0e443..fa8073f 100644
--- a/sci-libs/pydicom/ChangeLog
+++ b/sci-libs/pydicom/ChangeLog
@@ -3,6 +3,11 @@
 # $Header: $
 
   31 Mar 2015;  chym...@gentoo.org pydicom-0.9.8.ebuild:
+  removed python 3 support (only inofficial:
+  https://dcmstack.readthedocs.org/en/latest/Introduction.html#dependencies )
+  added python 2.6 support
+
+  31 Mar 2015;  chym...@gentoo.org pydicom-0.9.8.ebuild:
   added python 3.3 compatibility
 
   06 Jan 2014; Justin Lecher j...@gentoo.org pydicom-0.9.8.ebuild,

diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild 
b/sci-libs/pydicom/pydicom-0.9.8.ebuild
index c534c60..1b3129d 100644
--- a/sci-libs/pydicom/pydicom-0.9.8.ebuild
+++ b/sci-libs/pydicom/pydicom-0.9.8.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_3)
+PYTHON_COMPAT=( python2_6 python2_7 )
 
 inherit distutils-r1