[pykdtree] 01/06: Imported Upstream version 1.0

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Mar 22 12:36:37 UTC 2015


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

a_valentino-guest pushed a commit to branch master
in repository pykdtree.

commit 2f8ea4aa37141aceb7b4b3206b279651d10375d4
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Mar 22 11:52:33 2015 +0000

    Imported Upstream version 1.0
---
 PKG-INFO                       |  6 +++---
 pykdtree.egg-info/PKG-INFO     |  6 +++---
 pykdtree.egg-info/SOURCES.txt  |  2 +-
 pykdtree.egg-info/not-zip-safe |  1 +
 pykdtree/_kdtree_core.c        | 22 +++++++++++-----------
 setup.cfg                      |  3 ---
 setup.py                       | 28 +++++++++++++++-------------
 7 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index 1a9cad7..35629ca 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,14 +1,14 @@
 Metadata-Version: 1.1
 Name: pykdtree
-Version: 0.2
+Version: 1.0
 Summary: Fast kd-tree implementation with OpenMP-enabled queries
 Home-page: UNKNOWN
 Author: Esben S. Nielsen
-Author-email: esn at dmi.dk
+Author-email: storpipfugl at gmail.com
 License: UNKNOWN
 Description: UNKNOWN
 Platform: UNKNOWN
-Classifier: Development Status :: 4 - Beta
+Classifier: Development Status :: 5 - Production/Stable
 Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
 Classifier: Programming Language :: Python
 Classifier: Operating System :: OS Independent
diff --git a/pykdtree.egg-info/PKG-INFO b/pykdtree.egg-info/PKG-INFO
index 1a9cad7..35629ca 100644
--- a/pykdtree.egg-info/PKG-INFO
+++ b/pykdtree.egg-info/PKG-INFO
@@ -1,14 +1,14 @@
 Metadata-Version: 1.1
 Name: pykdtree
-Version: 0.2
+Version: 1.0
 Summary: Fast kd-tree implementation with OpenMP-enabled queries
 Home-page: UNKNOWN
 Author: Esben S. Nielsen
-Author-email: esn at dmi.dk
+Author-email: storpipfugl at gmail.com
 License: UNKNOWN
 Description: UNKNOWN
 Platform: UNKNOWN
-Classifier: Development Status :: 4 - Beta
+Classifier: Development Status :: 5 - Production/Stable
 Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
 Classifier: Programming Language :: Python
 Classifier: Operating System :: OS Independent
diff --git a/pykdtree.egg-info/SOURCES.txt b/pykdtree.egg-info/SOURCES.txt
index 0dc7a13..2b0b577 100644
--- a/pykdtree.egg-info/SOURCES.txt
+++ b/pykdtree.egg-info/SOURCES.txt
@@ -1,6 +1,5 @@
 MANIFEST.in
 README
-setup.cfg
 setup.py
 pykdtree/__init__.py
 pykdtree/_kdtree_core.c
@@ -9,5 +8,6 @@ pykdtree/test_tree.py
 pykdtree.egg-info/PKG-INFO
 pykdtree.egg-info/SOURCES.txt
 pykdtree.egg-info/dependency_links.txt
+pykdtree.egg-info/not-zip-safe
 pykdtree.egg-info/requires.txt
 pykdtree.egg-info/top_level.txt
\ No newline at end of file
diff --git a/pykdtree.egg-info/not-zip-safe b/pykdtree.egg-info/not-zip-safe
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/pykdtree.egg-info/not-zip-safe
@@ -0,0 +1 @@
+
diff --git a/pykdtree/_kdtree_core.c b/pykdtree/_kdtree_core.c
index a80449e..3cfbfdd 100644
--- a/pykdtree/_kdtree_core.c
+++ b/pykdtree/_kdtree_core.c
@@ -1,20 +1,20 @@
 /*
 pykdtree, Fast kd-tree implementation with OpenMP-enabled queries
  
-Copyright (C) 2013  Esben S. Nielsen
+Copyright (C) 2013 - present  Esben S. Nielsen
 
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
+This program is free software: you can redistribute it and/or modify it under
+the terms of the GNU Lesser General Public License as published by the Free
+Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
 
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
+This program is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
+details.
 
-You should have received a copy of the GNU General Public License
-along with this program.  If not, see <http://www.gnu.org/licenses/>.
+You should have received a copy of the GNU Lesser General Public License along
+with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 /*
diff --git a/setup.cfg b/setup.cfg
index 573837b..861a9f5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,3 @@
-[nosetests]
-nocapture = 1
-
 [egg_info]
 tag_build = 
 tag_date = 0
diff --git a/setup.py b/setup.py
index 706bd7d..8e7e6cf 100644
--- a/setup.py
+++ b/setup.py
@@ -1,19 +1,19 @@
 #pykdtree, Fast kd-tree implementation with OpenMP-enabled queries
 # 
-#Copyright (C) 2013  Esben S. Nielsen
+#Copyright (C) 2013 - present  Esben S. Nielsen
 #
-#This program is free software: you can redistribute it and/or modify
-#it under the terms of the GNU General Public License as published by
-#the Free Software Foundation, either version 3 of the License, or
+# This program is free software: you can redistribute it and/or modify it under
+# the terms of the GNU Lesser General Public License as published by the Free
+# Software Foundation, either version 3 of the License, or
 #(at your option) any later version.
 #
-#This program is distributed in the hope that it will be useful,
-#but WITHOUT ANY WARRANTY; without even the implied warranty of
-#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#GNU General Public License for more details.
+# This program is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+# FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
+# details.
 #
-#You should have received a copy of the GNU General Public License
-#along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU Lesser General Public License along
+# with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 import os
 from setuptools import setup, Extension
@@ -50,18 +50,20 @@ class build_ext_subclass(build_ext):
         
 setup(
     name='pykdtree',
-    version=0.2,
+    version='1.0',
     description='Fast kd-tree implementation with OpenMP-enabled queries',
     author='Esben S. Nielsen',
-    author_email='esn at dmi.dk',
+    author_email='storpipfugl at gmail.com',
     packages = ['pykdtree'],
     install_requires=['numpy'],
+    zip_safe=False,
+    test_suite = 'nose.collector',
     ext_modules = [Extension('pykdtree.kdtree', 
                              ['pykdtree/kdtree.c', 'pykdtree/_kdtree_core.c'],
                              include_dirs=[numpy.get_include()])], 
     cmdclass = {'build_ext': build_ext_subclass },
     classifiers=[
-      'Development Status :: 4 - Beta',
+      'Development Status :: 5 - Production/Stable',
       'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
       'Programming Language :: Python',
       'Operating System :: OS Independent',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pykdtree.git



More information about the Pkg-grass-devel mailing list