[pysal] 02/02: Add debian dir

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Fri Jun 12 20:58:02 UTC 2015


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

johanvdw-guest pushed a commit to branch master
in repository pysal.

commit fdcaf95b183dd3024b832543119ba23aede0cd40
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Fri Jun 12 22:55:50 2015 +0200

    Add debian dir
---
 .gitignore           | 79 ----------------------------------------------------
 debian/changelog     |  5 ++++
 debian/compat        |  1 +
 debian/control       | 46 ++++++++++++++++++++++++++++++
 debian/copyright     | 45 ++++++++++++++++++++++++++++++
 debian/gbp.conf      | 16 +++++++++++
 debian/rules         | 11 ++++++++
 debian/source/format |  1 +
 debian/watch         |  7 +++++
 9 files changed, 132 insertions(+), 79 deletions(-)

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index b3b303c..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,79 +0,0 @@
-*.py[cod]
-*.bak
-.ipynb_checkpoints/
-# C extensions
-*.so
-
-# Packages
-*.egg
-*.egg-info
-dist
-build
-eggs
-parts
-bin
-var
-sdist
-develop-eggs
-.installed.cfg
-lib
-lib64
-__pycache__
-
-# Installer logs
-pip-log.txt
-
-# Unit test / coverage reports
-.coverage
-.tox
-nosetests.xml
-
-# Translations
-*.mo
-
-# Mr Developer
-.mr.developer.cfg
-.project
-.pydevproject
-
-# OS generated files #
-######################
-.DS_Store
-.DS_Store?
-._*
-.Spotlight-V100
-.Trashes
-Icon?
-ehthumbs.db
-Thumbs.db
-
-
-# pysal
-#
-lattice.*
-.vagrant/
-pysal/contrib/viz/.ipynb_checkpoints/
-pysal/contrib/viz/bp.png
-pysal/contrib/viz/fj.png
-pysal/contrib/viz/fj_classless.png
-pysal/contrib/viz/lmet.tex
-pysal/contrib/viz/lmp.tex
-pysal/contrib/viz/lmplot.png
-pysal/contrib/viz/lmss.tex
-pysal/contrib/viz/lmt.tex
-pysal/contrib/viz/out.png
-pysal/contrib/viz/p.tex
-pysal/contrib/viz/quantiles.png
-pysal/contrib/viz/quantiles_HR60.png
-pysal/contrib/viz/quantiles_HR70.png
-pysal/contrib/viz/quantiles_HR80.png
-pysal/contrib/viz/quantiles_HR90.png
-pysal/contrib/viz/quatiles.png
-pysal/contrib/viz/region.ipynb
-pysal/contrib/viz/south_base.html
-pysal/contrib/viz/sp.tex
-pysal/contrib/viz/sss.tex
-pysal/examples/south.prj
-
-#Vi
-*.swp
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..48993cb
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pysal (1.9.1-1) UNRELEASED; urgency=medium
+
+  * Initial upload (closes: #788576)
+
+ -- Johan Van de Wauw <johan.vandewauw at gmail.com>  Thu, 25 Sep 2014 21:32:43 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c500c5a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,46 @@
+Source: pysal
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Johan Van de Wauw <johan.vandewauw at gmail.com>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-setuptools,
+               python-all,
+               python-nose-exclude,
+               python-numpy,
+               python-scipy,
+               python-sphinx,
+               python-networkx,
+               python-shapely,
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/pysal.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/pysal.git
+Homepage: https://pysal.readthedocs.org/en/latest/
+X-Python-Version: >= 2.5
+
+Package: python-pysal
+Architecture: all
+Depends: ${python:Depends},
+         ${misc:Depends},
+         python-lxml
+Description: Python Spatial Analysis Library
+ PySAL is an open source library of spatial analysis functions written in 
+ Python intended to support the development of high level applications. 
+ .
+ It is important to underscore what PySAL is, and is not, designed to do. First
+ and foremost, PySAL is a library in the fullest sense of the word. Developers
+ looking for a suite of spatial analytical methods that they can incorporate
+ into application development should feel at home using PySAL. Spatial analysts
+ who may be carrying out research projects requiring customized scripting,
+ extensive simulation analysis, or those seeking to advance the state of the art
+ in spatial analysis should also find PySAL to be a useful foundation for their
+ work.
+ . 
+ End users looking for a user friendly graphical user interface for spatial
+ analysis should not turn to PySAL directly. Instead, we would direct them to
+ projects like STARS and the GeoDaX suite of software products which wrap PySAL
+ functionality in GUIs. At the same time, we expect that with developments such
+ as the Python based plug-in architectures for QGIS, GRASS, and the toolbox
+ extensions for ArcGIS, that end user access to PySAL functionality will be
+ widening in the near future.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e0c4eba
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: 
+Upstream-Name: pysal 
+Source: https://github.com/pysal/pysal
+
+Files: *
+Copyright: 2007-2014, PySAL Developers
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2015 Johan Van de Wauw
+
+Files: pysal/examples
+License: TODO
+
+License: BSD-3-Clause
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+ .
+ * Neither the name of the GeoDa Center for Geospatial Analysis and Computation
+   nor the names of its contributors may be used to endorse or promote products
+   derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ 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/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cfe2c31
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export PYBUILD_NAME=pysal
+export PYBUILD_TEST_NOSE=1
+export PYBUILD_TEST_ARGS=--exclude test_DistanceBand_arc  --exclude-dir=pysal/contrib --exclude-dir pysal/network
+
+%:
+	dh  $@ --with python2 --buildsystem pybuild
+
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..938fa66
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+version=3
+opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
+filenamemangle=s/(?:.*?)?[vr]?(\d[\d\.\-\w]*)\.tar\.gz/pysal-$1.tar.gz/" \
+https://github.com/pysal/pysal/tags \
+(?:.*/)?(?:rel|r|v|pysal)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+

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



More information about the Pkg-grass-devel mailing list