[linop] 08/10: Revert "d/copyright: debian/* now under compatible license"

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jul 1 09:39:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository linop.

commit 180a1fb5c7a9f2714ae8b08718f94145f2ef9eb7
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Jul 1 10:03:05 2015 +0100

    Revert "d/copyright: debian/* now under compatible license"
    
    This reverts commit e38ac777a8238d95daa7aa73ae720e9d2f7938b3.
    
    Conflicts:
    	debian/copyright
---
 debian/copyright                    |  1 -
 linop.egg-info/PKG-INFO             | 89 +++++++++++++++++++++++++++++++++++++
 linop.egg-info/SOURCES.txt          | 21 +++++++++
 linop.egg-info/dependency_links.txt |  1 +
 linop.egg-info/not-zip-safe         |  1 +
 linop.egg-info/top_level.txt        |  1 +
 6 files changed, 113 insertions(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index f8204b7..9360fa3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -44,4 +44,3 @@ License: BSD-3-clause
  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  SUCH DAMAGE.
-
diff --git a/linop.egg-info/PKG-INFO b/linop.egg-info/PKG-INFO
new file mode 100644
index 0000000..4ee8841
--- /dev/null
+++ b/linop.egg-info/PKG-INFO
@@ -0,0 +1,89 @@
+Metadata-Version: 1.1
+Name: linop
+Version: 0.8.2
+Summary: A pythonic abstraction for linear mathematical operators
+Home-page: https://github.com/ghisvail/linop
+Author: Ghislain Vaillant
+Author-email: ghisvail at gmail.com
+License: BSD
+Description: =====
+        linop
+        =====
+        
+        This project provides a standalone set of classes to abstract the creation 
+        and management of linear operators, to be used as a common basis for the 
+        development of advanced mathematical frameworks.
+        
+        The code base was originally forked from the `pykrylov project 
+        <https://github.com/dpo/pykrylov>`_ developed by Dominique Orban. This 
+        project has added missing features such as Python 3 support, a comprehensive 
+        test suite, bug fixes and feature enhancements.
+        
+        
+        Requirements
+        ============
+        
+        * Python 2 (>=2.6) or 3 (>=3.2)
+        * NumPy
+        
+        
+        Installation
+        ============
+        
+        Using pip / easy_install (recommended)::
+            
+            pip install linop
+        
+        From the cloned repository or unpacked source distribution::
+        
+            python setup.py install
+        
+        
+        Documentation
+        =============
+        
+        The package documentation can be found `here 
+        <http://pythonhosted.org/linop>`_. The documentation can be built using 
+        Sphinx. Within the root location of the source directory, run::
+        
+            python setup.py build_sphinx
+        
+        The html documentation will be available in doc/build/html.
+        
+        
+        Changelog
+        =========
+        
+        See the CHANGES.txt file.
+        
+        
+        Thanks to
+        =========
+        
+        A list of contributors to the project is kept updated in the AUTHORS.txt file.
+        
+        
+        Contributing
+        ============
+        
+        The code source is released under a permissive license. Anyone is welcome 
+        to contribute to the improvement of the existing code base.
+        
+        Please feel free to submit an issue to the bug tracker, clone the repository 
+        and submit your changes by pull-request.  
+        
+        The test suite uses `nose <http://nose.readthedocs.org>`_ and can be run with::
+        
+            python setup.py test
+        
+Keywords: linear,operator,mathematics
+Platform: UNKNOWN
+Classifier: Development Status :: 4 - Beta
+Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: Science/Research
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+Classifier: Topic :: Scientific/Engineering
+Classifier: Topic :: Software Development
diff --git a/linop.egg-info/SOURCES.txt b/linop.egg-info/SOURCES.txt
new file mode 100644
index 0000000..ca02d8e
--- /dev/null
+++ b/linop.egg-info/SOURCES.txt
@@ -0,0 +1,21 @@
+AUTHORS.txt
+CHANGES.txt
+LICENSE.txt
+MANIFEST.in
+README.txt
+setup.cfg
+setup.py
+doc/Makefile
+doc/source/blkop.rst
+doc/source/conf.py
+doc/source/index.rst
+doc/source/intro.rst
+doc/source/linop.rst
+linop/__init__.py
+linop/blkop.py
+linop/linop.py
+linop.egg-info/PKG-INFO
+linop.egg-info/SOURCES.txt
+linop.egg-info/dependency_links.txt
+linop.egg-info/not-zip-safe
+linop.egg-info/top_level.txt
\ No newline at end of file
diff --git a/linop.egg-info/dependency_links.txt b/linop.egg-info/dependency_links.txt
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/linop.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/linop.egg-info/not-zip-safe b/linop.egg-info/not-zip-safe
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/linop.egg-info/not-zip-safe
@@ -0,0 +1 @@
+
diff --git a/linop.egg-info/top_level.txt b/linop.egg-info/top_level.txt
new file mode 100644
index 0000000..3882860
--- /dev/null
+++ b/linop.egg-info/top_level.txt
@@ -0,0 +1 @@
+linop

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/linop.git



More information about the debian-science-commits mailing list