[Scipy-svn] r3407 - trunk/scipy/io/nifti
scipy-svn@scip...
scipy-svn@scip...
Thu Oct 4 02:29:15 CDT 2007
Author: jarrod.millman
Date: 2007-10-04 02:29:13 -0500 (Thu, 04 Oct 2007)
New Revision: 3407
Removed:
trunk/scipy/io/nifti/MANIFEST.in
trunk/scipy/io/nifti/Makefile
trunk/scipy/io/nifti/PKG-INFO
Log:
removing unneeded files
Deleted: trunk/scipy/io/nifti/MANIFEST.in
===================================================================
--- trunk/scipy/io/nifti/MANIFEST.in 2007-10-04 07:23:16 UTC (rev 3406)
+++ trunk/scipy/io/nifti/MANIFEST.in 2007-10-04 07:29:13 UTC (rev 3407)
@@ -1,5 +0,0 @@
-include AUTHOR COPYING Makefile README.html MANIFEST.in
-include Changelog TODO
-include man/*
-include tests/* tests/data/*
-prune nifti/wrap.py
Deleted: trunk/scipy/io/nifti/Makefile
===================================================================
--- trunk/scipy/io/nifti/Makefile 2007-10-04 07:23:16 UTC (rev 3406)
+++ trunk/scipy/io/nifti/Makefile 2007-10-04 07:29:13 UTC (rev 3407)
@@ -1,43 +0,0 @@
-all:
-
-distclean:
- -rm MANIFEST Changelog
- -rm nifti/*.{c,pyc,so} nifti/nifticlib.py
- -rm tests/*.pyc
- -rm -r build
- -rm -r dist
-
-
-orig-src: distclean
- # clean existing dist dir first to have a single source tarball to process
- -rm -rf dist
- # the debian changelog is also the upstream changelog
- cp debian/changelog Changelog
-
- # update manpages
- help2man -N -n "compute peristimulus timeseries of fMRI data" \
- bin/pynifti_pst > man/pynifti_pst.1
-
- if [ ! "$$(dpkg-parsechangelog | egrep ^Version | cut -d ' ' -f 2,2 | cut -d '-' -f 1,1)" == "$$(python setup.py -V)" ]; then \
- printf "WARNING: Changelog version does not match tarball version!\n" ;\
- exit 1; \
- fi
- # let python create the source tarball
- python setup.py sdist --formats=gztar
- # rename to proper Debian orig source tarball and move upwards
- # to keep it out of the Debian diff
- file=$$(ls -1 dist); ver=$${file%*.tar.gz}; ver=$${ver#pynifti-*}; mv dist/$$file ../pynifti_$$ver.orig.tar.gz
-
-bdist_wininst:
- # THIS IS ONLY FOR WINDOWS!
- # Consider this a set of notes on how to build PyNIfTI on win32, rather
- # than an actually working target
- #
- # assumes Dev-Cpp to be installed at C:\Dev-Cpp
- python setup.py build_ext -c mingw32 --swig-opts "-C:\Dev-Cpp\include/nifti -DWIN32" -IC:\Dev-Cpp\include nifti
-
- # for some stupid reason the swig wrapper is in the wrong location
- move /Y nifticlib.py nifti
-
- # now build the installer
- python setup.py bdist_wininst
Deleted: trunk/scipy/io/nifti/PKG-INFO
===================================================================
--- trunk/scipy/io/nifti/PKG-INFO 2007-10-04 07:23:16 UTC (rev 3406)
+++ trunk/scipy/io/nifti/PKG-INFO 2007-10-04 07:29:13 UTC (rev 3407)
@@ -1,10 +0,0 @@
-Metadata-Version: 1.0
-Name: pynifti
-Version: 0.20070930.1
-Summary: Python interface for the NIfTI IO libraries
-Home-page: http://apsy.gse.uni-magdeburg.de/hanke
-Author: Michael Hanke
-Author-email: michael.hanke@gmail.com
-License: MIT License
-Description:
-Platform: UNKNOWN
More information about the Scipy-svn
mailing list