debian/0000755000000000000000000000000011717566105007177 5ustar debian/watch0000644000000000000000000000021511632422264010217 0ustar version=3 opts="filenamemangle=s/.*\/(.*)/pyxnat-$1\.tar\.gz/" \ http://github.com/pyxnat/pyxnat/downloads .*tarball/release/([\d\.a-z]+) debian/source/0000755000000000000000000000000011627714573010503 5ustar debian/source/format0000644000000000000000000000001411627714573011711 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211627714530010372 0ustar 7 debian/rules0000755000000000000000000000150311717564227010261 0ustar #!/usr/bin/make -f # -*- makefile -*- PACKAGE_NAME = python-pyxnat PACKAGE_ROOT_DIR = debian/${PACKAGE_NAME} INSTALL_PATH = $(CURDIR)/debian/${PACKAGE_NAME} # default Python PYTHON=$(shell pyversions -d) %: dh $@ override_dh_auto_test: : # Do not test just after build, lets install and then test override_dh_auto_install: dh_auto_install # All tests later on # cd build to prevent use of local/not-built source tree ifneq (,$(filter check-through-internet,$(DEB_BUILD_OPTIONS))) cd build; \ for PYTHON in $(shell pyversions -r); do \ echo "I: Running pyxnat unittests using $$PYTHON"; \ PYTHONPATH=$$(/bin/ls -d $(INSTALL_PATH)/usr/lib/$$PYTHON/*-packages):$$PYTHONPATH \ $$PYTHON /usr/bin/nosetests --exclude=test_del_provenance pyxnat; \ done endif override_dh_auto_clean: dh_auto_clean -rm -rf doc/build build debian/changelog0000644000000000000000000000120611717565622011053 0ustar pyxnat (0.9.0~dev0-1.1) unstable; urgency=low * Non-maintainer upload. * Since running tests currently means an internet connection is needed, only run them when DEB_BUILD_OPTIONS contains “check-through-internet” (unquoted), so that buildds can happily build packages without performing any tests, and so that developers can still run the tests if they so desire (Closes: #642817). -- Cyril Brulebois Sat, 18 Feb 2012 00:00:39 +0000 pyxnat (0.9.0~dev0-1) unstable; urgency=low * Initial release (Closes: #609820). -- Yannick Schwartz Thu, 08 Sep 2011 15:31:48 -0400 debian/control0000644000000000000000000000242111632424511010567 0ustar Source: pyxnat Section: python Priority: extra Maintainer: Yannick Schwartz Uploaders: Yaroslav Halchenko , Michael Hanke Build-Depends: debhelper (>= 7.2.18), python-all, python-lxml, python-httplib2 (>= 0.7.0), python-simplejson, python-nose Standards-Version: 3.9.2 Homepage: http://packages.python.org/pyxnat/ Vcs-Git: git://github.com/pyxnat/pyxnat.git Vcs-Browser: https://github.com/pyxnat/pyxnat.git Package: python-pyxnat Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-lxml, python-simplejson, python-httplib2 (>= 0.7.0), Recommends: python-networkx, python-matplotlib Provides: ${python:Provides} Description: Interface to access neuroimaging data on XNAT servers pyxnat is a simple Python library that relies on the REST API provided by the XNAT platform since its 1.4 version. XNAT is an extensible database for neuroimaging data. The main objective is to ease communications with an XNAT server to plug-in external tools or Python scripts to process the data. It features: . - resources browsing capabilities - read and write access to resources - complex searches - disk-caching of requested files and resources debian/copyright0000644000000000000000000000605011632422264011124 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173 Upstream-Name: pyxnat Upstream-Contact: Yannick Schwartz Source: http://github.com/pyxnat/pyxnat Files: * Copyright: 2010-2011, Yannick Schwartz License: BSD-3 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 Yannick Schwartz nor the names of any 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 owner 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. Files: doc/sphinxext/* Copyright: 2008, Stefan van der Walt 2008, Pauli Virtanen License: BSD-2 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. debian/pyversions0000644000000000000000000000000511632422264011327 0ustar 2.6- debian/gbp.conf0000644000000000000000000000036311627714530010615 0ustar [DEFAULT] # the default branch for upstream sources: upstream-branch = master # the default branch for the debian patch: debian-branch = debian # the default tag formats used: upstream-tag = release/%(version)s debian-tag = debian/%(version)s