mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Merge branch 'master' of ssh://github.com/Unidata/python-awips
This commit is contained in:
commit
54b4f3817f
3 changed files with 66 additions and 32 deletions
|
@ -51,33 +51,34 @@ installations, on top of base Python 2.7.9.
|
|||
Package Version RPM Name
|
||||
====================== ============== ==============================
|
||||
Python 2.7.9 awips2-python
|
||||
pyparsing 2.1.0 awips2-python-pyparsing
|
||||
scientific 2.8 awips2-python-scientific
|
||||
pupynere 1.0.13 awips2-python-pupynere
|
||||
tpg 3.1.2 awips2-python-tpg
|
||||
numpy 1.10.4 awips2-python-numpy
|
||||
jimporter 15.1.2 awips2-python-jimporter
|
||||
basemap 1.0.7 awips2-python-basemap
|
||||
cherrypy 3.1.2 awips2-python-cherrypy
|
||||
werkzeug 3.1.2 awips2-python-werkzeug
|
||||
pycairo 1.2.2 awips2-python-pycairo
|
||||
six 1.10.0 awips2-python-six
|
||||
dateutil 2.5.0 awips2-python-dateutil
|
||||
scipy 0.17.0 awips2-python-scipy
|
||||
metpy 0.3.0 awips2-python-metpy
|
||||
pygtk 2.8.6 awips2-python-pygtk
|
||||
**awips** **0.9.3** **awips2-python-awips**
|
||||
shapely 1.5.9 awips2-python-shapely
|
||||
matplotlib 1.5.1 awips2-python-matplotlib
|
||||
cython 0.23.4 awips2-python-cython
|
||||
pil 1.1.6 awips2-python-pil
|
||||
thrift 20080411p1 **awips2-python-awips**
|
||||
basemap 1.0.7 awips2-python-basemap
|
||||
cartopy 0.13.0 awips2-python-cartopy
|
||||
nose 0.11.1 awips2-python-nose
|
||||
pmw 1.3.2 awips2-python-pmw
|
||||
cherrypy 3.1.2 awips2-python-cherrypy
|
||||
cython 0.23.4 awips2-python-cython
|
||||
dateutil 2.5.0 awips2-python-dateutil
|
||||
h5py 1.3.0 awips2-python-h5py
|
||||
tables 2.1.2 awips2-python-tables
|
||||
jimporter 15.1.2 awips2-python-jimporter
|
||||
matplotlib 1.5.1 awips2-python-matplotlib
|
||||
metpy 0.3.0 awips2-python-metpy
|
||||
nose 0.11.1 awips2-python-nose
|
||||
numpy 1.10.4 awips2-python-numpy
|
||||
pil 1.1.6 awips2-python-pil
|
||||
pint 0.7.2 awips2-python-pint
|
||||
pmw 1.3.2 awips2-python-pmw
|
||||
pupynere 1.0.13 awips2-python-pupynere
|
||||
pycairo 1.2.2 awips2-python-pycairo
|
||||
pygtk 2.8.6 awips2-python-pygtk
|
||||
pyparsing 2.1.0 awips2-python-pyparsing
|
||||
qpid 0.32 awips2-python-qpid
|
||||
scientific 2.8 awips2-python-scientific
|
||||
scipy 0.17.0 awips2-python-scipy
|
||||
shapely 1.5.9 awips2-python-shapely
|
||||
six 1.10.0 awips2-python-six
|
||||
tables 2.1.2 awips2-python-tables
|
||||
thrift 20080411p1 **awips2-python-awips**
|
||||
tpg 3.1.2 awips2-python-tpg
|
||||
werkzeug 3.1.2 awips2-python-werkzeug
|
||||
====================== ============== ==============================
|
||||
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ setup(
|
|||
packages=find_packages(exclude='data'),
|
||||
license='Apache 2.0 / Various + US Export Controlled Technical Data',
|
||||
url='http://www.unidata.ucar.edu/software/awips2',
|
||||
download_url='https://github.com/Unidata/python-awips/tarball/0.9.1',
|
||||
download_url='https://github.com/Unidata/python-awips/tarball/0.9.3',
|
||||
author='Unidata',
|
||||
author_email='mjames@ucar.edu',
|
||||
requires=['argparse','shapely','numpy']
|
||||
|
|
Loading…
Add table
Reference in a new issue