* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2015-09-01 11:47 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2015-09-01 11:47 UTC (permalink / raw
To: gentoo-commits
commit: a8daf2c26155e7ad5df8a3cd8819a464fd4716f6
Author: Robbert Harms <robbert <AT> xkls <DOT> nl>
AuthorDate: Mon Aug 31 12:47:39 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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=""
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2023-05-25 5:40 Horea Christian
0 siblings, 0 replies; 24+ messages in thread
From: Horea Christian @ 2023-05-25 5:40 UTC (permalink / raw
To: gentoo-commits
commit: 816016b900fbd243eca3ba6e6419fb8a403248da
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu May 25 05:40:36 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu May 25 05:40:36 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=816016b9
sci-libs/pydicom: updated bug reference
Signed-off-by: Horea Christian <chr <AT> 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}] )"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2023-05-25 5:40 Horea Christian
0 siblings, 0 replies; 24+ messages in thread
From: Horea Christian @ 2023-05-25 5:40 UTC (permalink / raw
To: gentoo-commits
commit: fc44a7bc7b0c3d199ac721118fa4565978e95bb3
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu May 25 05:34:31 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu May 25 05:34:31 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fc44a7bc
sci-libs/pydicom: enable py3.12
Signed-off-by: Horea Christian <chr <AT> 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
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2023-05-25 5:40 Horea Christian
0 siblings, 0 replies; 24+ messages in thread
From: Horea Christian @ 2023-05-25 5:40 UTC (permalink / raw
To: gentoo-commits
commit: babb92da970668a47043ad600e9dbd3e029357e5
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu May 25 05:33:34 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu May 25 05:33:34 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=babb92da
sci-libs/pydicom: update HOMEPAGE
Signed-off-by: Horea Christian <chr <AT> 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"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2023-05-22 11:03 Horea Christian
0 siblings, 0 replies; 24+ messages in thread
From: Horea Christian @ 2023-05-22 11:03 UTC (permalink / raw
To: gentoo-commits
commit: 4f301f7cc0b58c2f3eaf61c123c696a86d2046bb
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon May 22 11:03:19 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon May 22 11:03:19 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4f301f7c
sci-libs/pydicom: update SRC_URI
Signed-off-by: Horea Christian <chr <AT> 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
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2023-05-22 11:03 Horea Christian
0 siblings, 0 replies; 24+ messages in thread
From: Horea Christian @ 2023-05-22 11:03 UTC (permalink / raw
To: gentoo-commits
commit: 1588e5df8b55124c02801f8872ae2b7fa927ffc5
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon May 22 11:03:38 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon May 22 11:03:38 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1588e5df
sci-libs/pydicom: add 2.3.1
Signed-off-by: Horea Christian <chr <AT> 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 000000000..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
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2023-05-10 9:23 Horea Christian
0 siblings, 0 replies; 24+ messages in thread
From: Horea Christian @ 2023-05-10 9:23 UTC (permalink / raw
To: gentoo-commits
commit: a0ffd36315535130f0537d5dee23db1b5d237656
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed May 10 09:23:29 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed May 10 09:23:29 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a0ffd363
sci-libs/pydicom: enable py3.11
Signed-off-by: Horea Christian <chr <AT> 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
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2023-05-02 12:25 Andrew Ammerlaan
0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2023-05-02 12:25 UTC (permalink / raw
To: gentoo-commits
commit: 368a1025f9fc8a80ad0f28b1c02312c471365042
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue May 2 12:21:38 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May 2 12:21:38 2023 +0000
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 <andrewammerlaan <AT> 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
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2023-05-02 12:15 Andrew Ammerlaan
0 siblings, 0 replies; 24+ messages in thread
From: Andrew Ammerlaan @ 2023-05-02 12:15 UTC (permalink / raw
To: gentoo-commits
commit: 96fb0e4d71b642b34b1431d23ba73b03dd4688c4
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue May 2 12:13:22 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May 2 12:15:26 2023 +0000
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 <andrewammerlaan <AT> 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..000000000
--- 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..000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2022-01-18 16:14 Horea Christian
0 siblings, 0 replies; 24+ messages in thread
From: Horea Christian @ 2022-01-18 16:14 UTC (permalink / raw
To: gentoo-commits
commit: 18aaa9f314ed173897168c6a4d934edfaed12951
Author: Miezhiko <Miezhiko <AT> gmail <DOT> com>
AuthorDate: Tue Jan 18 07:24:25 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jan 18 16:03:19 2022 +0000
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 <Miezhiko <AT> gmail.com>
Closes: https://github.com/gentoo/sci/pull/1139
Signed-off-by: Horea Christian <chr <AT> 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 000000000..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
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2020-09-27 3:20 Horea Christian
0 siblings, 0 replies; 24+ messages in thread
From: Horea Christian @ 2020-09-27 3:20 UTC (permalink / raw
To: gentoo-commits
commit: 345ed850dfacd1eca12fa02afdd61dc8fc90e92b
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Sep 27 03:20:22 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Sep 27 03:20:22 2020 +0000
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 <chr <AT> 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-9999.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..000000000
--- 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-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild
deleted file mode 100644
index 10a12a436..000000000
--- a/sci-libs/pydicom/pydicom-9999.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"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2020-03-13 17:24 Horea Christian
0 siblings, 0 replies; 24+ messages in thread
From: Horea Christian @ 2020-03-13 17:24 UTC (permalink / raw
To: gentoo-commits
commit: 93db1deef32d195a5ae05947b2eeed8e3e209d7c
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Mar 13 17:23:59 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Mar 13 17:23:59 2020 +0000
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 <chr <AT> 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 000000000..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
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2018-07-31 18:36 Horea Christian
0 siblings, 0 replies; 24+ messages in thread
From: Horea Christian @ 2018-07-31 18:36 UTC (permalink / raw
To: gentoo-commits
commit: eada628c39c5c56447fab296d318155f957bc416
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Tue Jul 31 18:36:39 2018 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jul 31 18:36:39 2018 +0000
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 000000000..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
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2018-07-27 15:38 Horea Christian
0 siblings, 0 replies; 24+ messages in thread
From: Horea Christian @ 2018-07-27 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 9c2e7e56a4d981ec230afe180a51fbb2456e745d
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Thu Jul 26 19:39:11 2018 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Jul 26 19:39:11 2018 +0000
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-9999.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-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild
index 78a868e2b..10a12a436 100644
--- a/sci-libs/pydicom/pydicom-9999.ebuild
+++ b/sci-libs/pydicom/pydicom-9999.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
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2016-11-28 21:22 Marius Brehler
0 siblings, 0 replies; 24+ messages in thread
From: Marius Brehler @ 2016-11-28 21:22 UTC (permalink / raw
To: gentoo-commits
commit: a103963268f7ac3bbbb8adffcff328be188afcfd
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Nov 28 21:21:33 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Nov 28 21:21:33 2016 +0000
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..0000000
--- 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=""
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2015-09-07 6:49 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2015-09-07 6:49 UTC (permalink / raw
To: gentoo-commits
commit: 790ff553a9a781a0d34ee7a5b29898f8eb4cdb3d
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Sep 4 09:37:08 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 4 09:37:08 2015 +0000
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 <marbre@linux.sungazer.de> pydicom-0.9.9.ebuild:
+ sci-libs/pydicom: Fix SRC_URI
+
04 May 2015; Horea Christian <h.chr@mail.ru> pydicom-0.9.8.ebuild,
pydicom-9999.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"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2015-05-25 23:02 Christoph Junghans
0 siblings, 0 replies; 24+ messages in thread
From: Christoph Junghans @ 2015-05-25 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 0cba5b2ddee2f6c20e2b5088e724fc5ade3bd46d
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Mon May 4 10:13:30 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon May 4 10:13:30 2015 +0000
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-9999.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; <chymera@gentoo.org> pydicom-0.9.8.ebuild, pydicom-9999.ebuild:
+ updated homepage
+
06 Apr 2015; <chymera@gentoo.org> pydicom-9999.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-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild
index fd90534..bc09e8c 100644
--- a/sci-libs/pydicom/pydicom-9999.ebuild
+++ b/sci-libs/pydicom/pydicom-9999.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"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2015-05-25 23:02 Christoph Junghans
0 siblings, 0 replies; 24+ messages in thread
From: Christoph Junghans @ 2015-05-25 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 2430d6de80d325403e962867ee542b091bc1ca74
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Mar 31 13:01:03 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 13:01:21 2015 +0000
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-9999.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; <chymera@gentoo.org> pydicom-9999.ebuild:
+ new live ebuild supporting various python versions
+
*pydicom-9999 (31 Mar 2015)
31 Mar 2015; <chymera@gentoo.org> +pydicom-9999.ebuild:
diff --git a/sci-libs/pydicom/pydicom-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild
index 9823d81..2d7786f 100644
--- a/sci-libs/pydicom/pydicom-9999.ebuild
+++ b/sci-libs/pydicom/pydicom-9999.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"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2015-05-25 23:02 Christoph Junghans
0 siblings, 0 replies; 24+ messages in thread
From: Christoph Junghans @ 2015-05-25 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 6e0a06e2594e758c320a3c883d42ba4d37741cd1
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Mon Apr 6 16:05:45 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Apr 6 16:05:45 2015 +0000
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-9999.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; <chymera@gentoo.org> pydicom-9999.ebuild:
+ no keywords in live ebuilds
+
31 Mar 2015; <chymera@gentoo.org> pydicom-0.9.8.ebuild, pydicom-9999.ebuild:
gentoo does not support python 2.6 and 3.2
diff --git a/sci-libs/pydicom/pydicom-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild
index 10e9d38..fd90534 100644
--- a/sci-libs/pydicom/pydicom-9999.ebuild
+++ b/sci-libs/pydicom/pydicom-9999.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"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2015-05-25 23:02 Christoph Junghans
0 siblings, 0 replies; 24+ messages in thread
From: Christoph Junghans @ 2015-05-25 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 01c1fc7a70859d35fdecd3990609096dc273b106
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Mar 31 13:20:07 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 13:20:07 2015 +0000
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-9999.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; <chymera@gentoo.org> pydicom-0.9.8.ebuild, pydicom-9999.ebuild:
+ gentoo does not support python 2.6 and 3.2
+
31 Mar 2015; <chymera@gentoo.org> pydicom-9999.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-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild
index 2d7786f..10e9d38 100644
--- a/sci-libs/pydicom/pydicom-9999.ebuild
+++ b/sci-libs/pydicom/pydicom-9999.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
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2015-05-25 23:02 Christoph Junghans
0 siblings, 0 replies; 24+ messages in thread
From: Christoph Junghans @ 2015-05-25 23:02 UTC (permalink / raw
To: gentoo-commits
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; <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 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"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2015-05-25 23:02 Christoph Junghans
0 siblings, 0 replies; 24+ messages in thread
From: Christoph Junghans @ 2015-05-25 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 354a72412a76bae4234a3e57fd529f3dd98d68f1
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Mar 31 12:38:07 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 12:38:07 2015 +0000
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; <chymera@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; <chymera@gentoo.org> pydicom-0.9.8.ebuild:
added python 3.3 compatibility
06 Jan 2014; Justin Lecher <jlec@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
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2015-05-25 23:02 Christoph Junghans
0 siblings, 0 replies; 24+ messages in thread
From: Christoph Junghans @ 2015-05-25 23:02 UTC (permalink / raw
To: gentoo-commits
commit: f6f250598147939411e96e1ee937fc2a7ff26d79
Author: Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Mar 31 12:31:56 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 12:31:56 2015 +0000
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; <chymera@gentoo.org> pydicom-0.9.8.ebuild:
+ added python 3.3 compatibility
+
06 Jan 2014; Justin Lecher <jlec@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
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/
@ 2014-01-06 19:58 Justin Lecher
0 siblings, 0 replies; 24+ messages in thread
From: Justin Lecher @ 2014-01-06 19:58 UTC (permalink / raw
To: gentoo-commits
commit: 43d427f4b84307ebc49dcba0d7b113abb79d74ad
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 19:52:18 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 19:52:18 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=43d427f4
sci-libs/pydicom: Add missing metadata.xml
Package-Manager: portage-2.2.8
---
sci-libs/pydicom/ChangeLog | 8 ++++++++
sci-libs/pydicom/metadata.xml | 5 +++++
sci-libs/pydicom/pydicom-0.9.8.ebuild | 6 ++----
3 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog
new file mode 100644
index 0000000..dd3589e
--- /dev/null
+++ b/sci-libs/pydicom/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-libs/pydicom
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> pydicom-0.9.8.ebuild,
+ +metadata.xml:
+ Add missing metadata.xml
+
diff --git a/sci-libs/pydicom/metadata.xml b/sci-libs/pydicom/metadata.xml
new file mode 100644
index 0000000..897aa2e
--- /dev/null
+++ b/sci-libs/pydicom/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+</pkgmetadata>
diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild b/sci-libs/pydicom/pydicom-0.9.8.ebuild
index 1a31eb2..923ef5a 100644
--- a/sci-libs/pydicom/pydicom-0.9.8.ebuild
+++ b/sci-libs/pydicom/pydicom-0.9.8.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
+
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
@@ -15,6 +16,3 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-
-RDEPEND=""
-DEPEND=""
^ permalink raw reply related [flat|nested] 24+ messages in thread
end of thread, other threads:[~2023-05-25 5:41 UTC | newest]
Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-01 11:47 [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2023-05-25 5:40 Horea Christian
2023-05-25 5:40 Horea Christian
2023-05-25 5:40 Horea Christian
2023-05-22 11:03 Horea Christian
2023-05-22 11:03 Horea Christian
2023-05-10 9:23 Horea Christian
2023-05-02 12:25 Andrew Ammerlaan
2023-05-02 12:15 Andrew Ammerlaan
2022-01-18 16:14 Horea Christian
2020-09-27 3:20 Horea Christian
2020-03-13 17:24 Horea Christian
2018-07-31 18:36 Horea Christian
2018-07-27 15:38 Horea Christian
2016-11-28 21:22 Marius Brehler
2015-09-07 6:49 Justin Lecher
2015-05-25 23:02 Christoph Junghans
2015-05-25 23:02 Christoph Junghans
2015-05-25 23:02 Christoph Junghans
2015-05-25 23:02 Christoph Junghans
2015-05-25 23:02 Christoph Junghans
2015-05-25 23:02 Christoph Junghans
2015-05-25 23:02 Christoph Junghans
2014-01-06 19:58 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox