Changeset 358
- Timestamp:
- 12/29/07 10:19:53 (10 months ago)
- Files:
-
- trunk/fview/fview.egg-info (deleted)
- trunk/fview/motmot.fview.egg-info (added)
- trunk/fview/motmot.fview.egg-info/stdeb.cfg (copied) (copied from trunk/fview/fview.egg-info/stdeb.cfg) (1 diff)
- trunk/fview/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/fview/motmot.fview.egg-info/stdeb.cfg
r177 r358 1 1 # config file for fview 2 [fview] 3 Package: python-fview 4 Replaces: python-ads-fview 5 Conflicts: python-ads-fview 6 Depends: python-camiface, python-flymovieformat, python-wxglvideo, python-posixsched, python-setuptools, gksu, python-wxvalidatedtext, python-motmotutils (>=20070318) 7 Build-Depends: python-motmotutils 2 [DEFAULT] 3 Replaces: python-fview 4 Conflicts: python-fview 5 Depends: python-motmot-camiface, python-motmot-flymovieformat, python-motmot-wxglvideo, python-posixsched, python-setuptools, gksu, python-motmot-wxvalidatedtext, python-motmot-utils, python-pyglet, python-pygarrayimage 8 6 MIME-Desktop-Files: fview.desktop trunk/fview/setup.py
r292 r358 1 1 from setuptools import setup, find_packages 2 3 import os, sys4 2 5 3 setup(name='motmot.fview', … … 9 7 url='http://code.astraw.com/projects/motmot', 10 8 license='BSD', 11 version='0.5.1', # keep in sync with fview/version.py9 version='0.5.1', # keep in sync with motmot/fview/version.py 12 10 zip_safe=True, 13 11 namespace_packages = ['motmot'],
