[med-svn] [dicompyler] 01/04: New upstream version 0.4.2.0
Andreas Tille
tille at debian.org
Mon Sep 18 08:20:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository dicompyler.
commit 4f2ebd3c9e2a643a5930d292aa860357ddcba90e
Author: Andreas Tille <tille at debian.org>
Date: Mon Sep 18 10:15:18 2017 +0200
New upstream version 0.4.2.0
---
.hgignore | 9 +++++
PKG-INFO | 57 ---------------------------
dicompyler.egg-info/PKG-INFO | 57 ---------------------------
dicompyler.egg-info/SOURCES.txt | 67 --------------------------------
dicompyler.egg-info/dependency_links.txt | 1 -
dicompyler.egg-info/entry_points.txt | 3 --
dicompyler.egg-info/not-zip-safe | 1 -
dicompyler.egg-info/requires.txt | 4 --
dicompyler.egg-info/top_level.txt | 1 -
README.txt => readme.txt | 0
scripts/dicompyler | 12 ++++++
setup.cfg | 5 ---
12 files changed, 21 insertions(+), 196 deletions(-)
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..390e69f
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,9 @@
+syntax: glob
+*.pyc
+*~
+.*.swp
+.DS_Store
+.AppleDouble
+._*
+dist
+build
diff --git a/PKG-INFO b/PKG-INFO
deleted file mode 100644
index 89308ab..0000000
--- a/PKG-INFO
+++ /dev/null
@@ -1,57 +0,0 @@
-Metadata-Version: 1.1
-Name: dicompyler
-Version: 0.4.2
-Summary: Extensible radiation therapy research platform and viewer for DICOM and DICOM RT.
-Home-page: http://code.google.com/p/dicompyler/
-Author: Aditya Panchal
-Author-email: apanchal at bastula.org
-License: BSD License
-Description:
- dicompyler
- ==========
-
- dicompyler is an extensible open source radiation therapy research
- platform based on the DICOM standard. It also functions as a
- cross-platform DICOM RT viewer.
-
- dicompyler runs on Windows, Mac and Linux systems and is available in
- source and binary versions. Since dicompyler is based on modular
- architecture, it is easy to extend it with 3rd party plugins.
-
- Visit the dicompyler _`home page`:
- http://code.google.com/p/dicompyler/ for how-to information and guides.
-
- Getting Help
- ============
-
- To get help with dicompyler, visit the _`mailing list`:
- http://groups.google.com/group/dicompyler/ or follow us on _`twitter`:
- http://twitter.com/dicompyler
-
- Requirements
- ============
-
- dicompyler requires the following packages to run from source:
-
- - Python 2.5 or higher (not tested on Python 3)
- - wxPython 2.8.8.1 to 2.8.10.1
- - matplotlib 0.99 to 1.10
- - numpy 1.2.1 or higher
- - PIL 1.1.7 or any version of Pillow
- - pydicom 0.9.5 or 0.9.6
- - simplejson (only for Python 2.5, Python 2.6+ includes JSON support)
-Keywords: radiation therapy research python dicom dicom-rt
-Platform: UNKNOWN
-Classifier: License :: OSI Approved :: BSD License
-Classifier: Intended Audience :: Developers
-Classifier: Intended Audience :: Healthcare Industry
-Classifier: Intended Audience :: Science/Research
-Classifier: Development Status :: 4 - Beta
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.5
-Classifier: Programming Language :: Python :: 2.6
-Classifier: Programming Language :: Python :: 2.7
-Classifier: Operating System :: OS Independent
-Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
-Classifier: Topic :: Scientific/Engineering :: Physics
-Classifier: Topic :: Scientific/Engineering :: Visualization
diff --git a/dicompyler.egg-info/PKG-INFO b/dicompyler.egg-info/PKG-INFO
deleted file mode 100644
index 89308ab..0000000
--- a/dicompyler.egg-info/PKG-INFO
+++ /dev/null
@@ -1,57 +0,0 @@
-Metadata-Version: 1.1
-Name: dicompyler
-Version: 0.4.2
-Summary: Extensible radiation therapy research platform and viewer for DICOM and DICOM RT.
-Home-page: http://code.google.com/p/dicompyler/
-Author: Aditya Panchal
-Author-email: apanchal at bastula.org
-License: BSD License
-Description:
- dicompyler
- ==========
-
- dicompyler is an extensible open source radiation therapy research
- platform based on the DICOM standard. It also functions as a
- cross-platform DICOM RT viewer.
-
- dicompyler runs on Windows, Mac and Linux systems and is available in
- source and binary versions. Since dicompyler is based on modular
- architecture, it is easy to extend it with 3rd party plugins.
-
- Visit the dicompyler _`home page`:
- http://code.google.com/p/dicompyler/ for how-to information and guides.
-
- Getting Help
- ============
-
- To get help with dicompyler, visit the _`mailing list`:
- http://groups.google.com/group/dicompyler/ or follow us on _`twitter`:
- http://twitter.com/dicompyler
-
- Requirements
- ============
-
- dicompyler requires the following packages to run from source:
-
- - Python 2.5 or higher (not tested on Python 3)
- - wxPython 2.8.8.1 to 2.8.10.1
- - matplotlib 0.99 to 1.10
- - numpy 1.2.1 or higher
- - PIL 1.1.7 or any version of Pillow
- - pydicom 0.9.5 or 0.9.6
- - simplejson (only for Python 2.5, Python 2.6+ includes JSON support)
-Keywords: radiation therapy research python dicom dicom-rt
-Platform: UNKNOWN
-Classifier: License :: OSI Approved :: BSD License
-Classifier: Intended Audience :: Developers
-Classifier: Intended Audience :: Healthcare Industry
-Classifier: Intended Audience :: Science/Research
-Classifier: Development Status :: 4 - Beta
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.5
-Classifier: Programming Language :: Python :: 2.6
-Classifier: Programming Language :: Python :: 2.7
-Classifier: Operating System :: OS Independent
-Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
-Classifier: Topic :: Scientific/Engineering :: Physics
-Classifier: Topic :: Scientific/Engineering :: Visualization
diff --git a/dicompyler.egg-info/SOURCES.txt b/dicompyler.egg-info/SOURCES.txt
deleted file mode 100644
index c5d7c63..0000000
--- a/dicompyler.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,67 +0,0 @@
-MANIFEST.in
-README.txt
-dicompyler_app.py
-distribute_setup.py
-setup.py
-dicompyler/__init__.py
-dicompyler/credits.txt
-dicompyler/dicomgui.py
-dicompyler/dicomparser.py
-dicompyler/dvhcalc.py
-dicompyler/dvhdata.py
-dicompyler/dvhdoses.py
-dicompyler/guidvh.py
-dicompyler/guiutil.py
-dicompyler/license.txt
-dicompyler/main.py
-dicompyler/plugin.py
-dicompyler/preferences.py
-dicompyler/util.py
-dicompyler/wxmpl.py
-dicompyler.egg-info/PKG-INFO
-dicompyler.egg-info/SOURCES.txt
-dicompyler.egg-info/dependency_links.txt
-dicompyler.egg-info/entry_points.txt
-dicompyler.egg-info/not-zip-safe
-dicompyler.egg-info/requires.txt
-dicompyler.egg-info/top_level.txt
-dicompyler/baseplugins/2dview.py
-dicompyler/baseplugins/2dview.xrc
-dicompyler/baseplugins/__init__.py
-dicompyler/baseplugins/anonymize.py
-dicompyler/baseplugins/anonymize.xrc
-dicompyler/baseplugins/dvh.py
-dicompyler/baseplugins/dvh.xrc
-dicompyler/baseplugins/quickopen.py
-dicompyler/baseplugins/treeview.py
-dicompyler/baseplugins/treeview.xrc
-dicompyler/resources/accept.png
-dicompyler/resources/book.png
-dicompyler/resources/bricks.png
-dicompyler/resources/chart_bar.png
-dicompyler/resources/chart_bar_error.png
-dicompyler/resources/chart_curve.png
-dicompyler/resources/chart_curve_error.png
-dicompyler/resources/cog.png
-dicompyler/resources/contrast_high.png
-dicompyler/resources/dicomgui.xrc
-dicompyler/resources/dicompyler.icns
-dicompyler/resources/dicompyler.ico
-dicompyler/resources/dicompyler_icon11_16.png
-dicompyler/resources/dicompyler_logo.png
-dicompyler/resources/error.png
-dicompyler/resources/folder_image.png
-dicompyler/resources/folder_user.png
-dicompyler/resources/group.png
-dicompyler/resources/guiutil.xrc
-dicompyler/resources/magnifier_zoom_in.png
-dicompyler/resources/magnifier_zoom_out.png
-dicompyler/resources/main.xrc
-dicompyler/resources/pencil.png
-dicompyler/resources/pencil_error.png
-dicompyler/resources/plugin.png
-dicompyler/resources/plugin.xrc
-dicompyler/resources/plugin_disabled.png
-dicompyler/resources/preferences.xrc
-dicompyler/resources/table_multiple.png
-dicompyler/resources/user.png
\ No newline at end of file
diff --git a/dicompyler.egg-info/dependency_links.txt b/dicompyler.egg-info/dependency_links.txt
deleted file mode 100644
index 203cbdd..0000000
--- a/dicompyler.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-https://pydicom.googlecode.com/files/pydicom-0.9.6.zip
diff --git a/dicompyler.egg-info/entry_points.txt b/dicompyler.egg-info/entry_points.txt
deleted file mode 100644
index de81f98..0000000
--- a/dicompyler.egg-info/entry_points.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-[console_scripts]
-dicompyler = dicompyler.main:start
-
diff --git a/dicompyler.egg-info/not-zip-safe b/dicompyler.egg-info/not-zip-safe
deleted file mode 100644
index 8b13789..0000000
--- a/dicompyler.egg-info/not-zip-safe
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/dicompyler.egg-info/requires.txt b/dicompyler.egg-info/requires.txt
deleted file mode 100644
index 3308386..0000000
--- a/dicompyler.egg-info/requires.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-matplotlib>=0.99, <=1.1.0
-numpy>=1.2.1
-pil>=1.1.7
-pydicom>=0.9.5, <0.9.7
\ No newline at end of file
diff --git a/dicompyler.egg-info/top_level.txt b/dicompyler.egg-info/top_level.txt
deleted file mode 100644
index 99655d1..0000000
--- a/dicompyler.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-dicompyler
diff --git a/README.txt b/readme.txt
similarity index 100%
rename from README.txt
rename to readme.txt
diff --git a/scripts/dicompyler b/scripts/dicompyler
new file mode 100755
index 0000000..1a6d949
--- /dev/null
+++ b/scripts/dicompyler
@@ -0,0 +1,12 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+# dicompyler
+"""Script to start dicompyler from source."""
+# Copyright (c) 2009-2011 Aditya Panchal
+# This file is part of dicompyler, relased under a BSD license.
+# See the file license.txt included with this distribution, also
+# available at http://code.google.com/p/dicompyler/
+
+import dicompyler.main
+
+dicompyler.main.start()
diff --git a/setup.cfg b/setup.cfg
deleted file mode 100644
index 861a9f5..0000000
--- a/setup.cfg
+++ /dev/null
@@ -1,5 +0,0 @@
-[egg_info]
-tag_build =
-tag_date = 0
-tag_svn_revision = 0
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dicompyler.git
More information about the debian-med-commit
mailing list