This repository was archived by the owner on Jun 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2+ rm -rf venv dist build * .egg-info
3+ rm -rf ./sphinxbase/swig/python/sphinxbase.py
4+ rm -rf ./pocketsphinx/swig/python/pocketsphinx.py
25
36virtualenv -p /usr/bin/python2.7 venv
47source venv/bin/activate
58python setup.py bdist_egg build
69python setup.py bdist_egg upload
7- python setup.py bdist_wheel build
8- python setup.py bdist_wheel upload
910python setup.py sdist build
1011python setup.py sdist --formats=gztar upload
1112python setup.py sdist --formats=zip upload
1213deactivate
1314
15+ rm -rf venv dist build * .egg-info
16+ rm -rf ./sphinxbase/swig/python/sphinxbase.py
17+ rm -rf ./pocketsphinx/swig/python/pocketsphinx.py
18+
1419virtualenv -p /usr/bin/python3.5 venv
1520source venv/bin/activate
1621python setup.py bdist_egg build
1722python setup.py bdist_egg upload
18- python setup.py bdist_wheel build
19- python setup.py bdist_wheel upload
20- python setup.py sdist build
21- python setup.py sdist --formats=gztar upload
22- python setup.py sdist --formats=zip upload
2323deactivate
24+
25+ rm -rf venv dist build * .egg-info
26+ rm -rf ./sphinxbase/swig/python/sphinxbase.py
27+ rm -rf ./pocketsphinx/swig/python/pocketsphinx.py
Original file line number Diff line number Diff line change 148148
149149setup (
150150 name = 'pocketsphinx' ,
151- version = '0.0.6 ' ,
151+ version = '0.0.8 ' ,
152152 description = 'Python interface to CMU SphinxBase and PocketSphinx libraries' ,
153153 long_description = __doc__ ,
154154 author = 'Dmitry Prazdnichnov' ,
183183 'License :: OSI Approved :: BSD License' ,
184184 'Operating System :: Microsoft :: Windows' ,
185185 'Operating System :: POSIX :: Linux' ,
186+ 'Programming Language :: Python :: 2' ,
186187 'Programming Language :: Python :: 2.6' ,
187188 'Programming Language :: Python :: 2.7' ,
189+ 'Programming Language :: Python :: 3' ,
188190 'Programming Language :: Python :: 3.2' ,
189191 'Programming Language :: Python :: 3.3' ,
190192 'Programming Language :: Python :: 3.4' ,
You can’t perform that action at this time.
0 commit comments