Skip to content

Commit

Permalink
Metadata update, bump to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cimbali committed Jan 30, 2017
1 parent c4c3bc5 commit f89d820
Show file tree
Hide file tree
Showing 20 changed files with 54 additions and 41 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ This is now a fork of [Schnouki's original Pympress](https://github.com/Schnouki

Run the following command in your shell (or replace `python3 -m pip` with `python -m pip` or just `pip`):

python3 -m pip install pympress

Or you can get it from github:

python3 -m pip install git+https://github.com/Cimbali/pympress#egg=pympress

If you don't have pip, see [the python documentation on installing](https://docs.python.org/3.5/installing/index.html). You may also want to check that you have all [the dependencies](#dependencies).
Expand Down
10 changes: 6 additions & 4 deletions cxfreeze_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,19 +127,21 @@
setup(name='pympress',
version=pkg_meta.__version__,
description='A simple dual-screen PDF reader designed for presentations',
author='Thomas Jost, Cimbali, Christof Rath, Epithumia',
author='Cimbali, Thomas Jost, Christof Rath, Epithumia',
author_email='[email protected]',
url='https://github.com/Cimbali/pympress/',
download_url='https://github.com/Cimbali/pympress/releases/latest',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: X11 Applications :: GTK',
'Intended Audience :: Education',
'Intended Audience :: End Users/Desktop',
'Intended Audience :: Information Technology',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License (GPL)',
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
'Natural Language :: English',
'Operating System :: POSIX',
'Natural Language :: French',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Multimedia :: Graphics :: Presentation',
'Topic :: Multimedia :: Graphics :: Viewers',
Expand Down
8 changes: 6 additions & 2 deletions docs/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<br />
<a href="index.html" class="icon icon-home"> Docs home</a>
<div class="version">
v0.6
v1.0
</div>


Expand Down Expand Up @@ -186,6 +186,10 @@
<div class="section" id="using-pip">
<span id="using-pip"></span><h3>Using pip<a class="headerlink" href="#using-pip" title="Permalink to this headline"></a></h3>
<p>Run the following command in your shell (or replace <code class="docutils literal"><span class="pre">python3</span> <span class="pre">-m</span> <span class="pre">pip</span></code> with <code class="docutils literal"><span class="pre">python</span> <span class="pre">-m</span> <span class="pre">pip</span></code> or just <code class="docutils literal"><span class="pre">pip</span></code>):</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">python3</span> <span class="o">-</span><span class="n">m</span> <span class="n">pip</span> <span class="n">install</span> <span class="n">pympress</span>
</pre></div>
</div>
<p>Or you can get it from github:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">python3</span> <span class="o">-</span><span class="n">m</span> <span class="n">pip</span> <span class="n">install</span> <span class="n">git</span><span class="o">+</span><span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">github</span><span class="o">.</span><span class="n">com</span><span class="o">/</span><span class="n">Cimbali</span><span class="o">/</span><span class="n">pympress</span><span class="c1">#egg=pympress</span>
</pre></div>
</div>
Expand Down Expand Up @@ -315,7 +319,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'b&#39;0.6-104-g2815c5e&#39;',
VERSION:'b&#39;0.6-107-g2817d0c&#39;',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
4 changes: 2 additions & 2 deletions docs/_modules/gi/overrides/Gtk.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<br />
<a href="../../../index.html" class="icon icon-home"> Docs home</a>
<div class="version">
v0.6
v1.0
</div>


Expand Down Expand Up @@ -1754,7 +1754,7 @@ <h1>Source code for gi.overrides.Gtk</h1><div class="highlight"><pre>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../../',
VERSION:'b&#39;0.6-104-g2815c5e&#39;',
VERSION:'b&#39;0.6-107-g2817d0c&#39;',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
4 changes: 2 additions & 2 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<br />
<a href="../index.html" class="icon icon-home"> Docs home</a>
<div class="version">
v0.6
v1.0
</div>


Expand Down Expand Up @@ -192,7 +192,7 @@ <h1>All modules for which code is available</h1>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'b&#39;0.6-104-g2815c5e&#39;',
VERSION:'b&#39;0.6-107-g2817d0c&#39;',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
4 changes: 2 additions & 2 deletions docs/_modules/pympress/document.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<div class="version">
v0.6
v1.0
</div>


Expand Down Expand Up @@ -909,7 +909,7 @@ <h1>Source code for pympress.document</h1><div class="highlight"><pre>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../',
VERSION:'b&#39;0.6-104-g2815c5e&#39;',
VERSION:'b&#39;0.6-107-g2817d0c&#39;',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
4 changes: 2 additions & 2 deletions docs/_modules/pympress/surfacecache.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<div class="version">
v0.6
v1.0
</div>


Expand Down Expand Up @@ -484,7 +484,7 @@ <h1>Source code for pympress.surfacecache</h1><div class="highlight"><pre>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../',
VERSION:'b&#39;0.6-104-g2815c5e&#39;',
VERSION:'b&#39;0.6-107-g2817d0c&#39;',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
7 changes: 4 additions & 3 deletions docs/_modules/pympress/ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<div class="version">
v0.6
v1.0
</div>


Expand Down Expand Up @@ -829,7 +829,8 @@ <h1>Source code for pympress.ui</h1><div class="highlight"><pre>
<span class="n">about</span><span class="o">.</span><span class="n">set_version</span><span class="p">(</span><span class="n">pympress</span><span class="o">.</span><span class="n">__version__</span><span class="p">)</span>
<span class="n">about</span><span class="o">.</span><span class="n">set_copyright</span><span class="p">(</span><span class="n">_</span><span class="p">(</span><span class="s1">&#39;Contributors:&#39;</span><span class="p">)</span> <span class="o">+</span> <span class="s1">&#39;</span><span class="se">\n</span><span class="s1">&#39;</span> <span class="o">+</span> <span class="n">pympress</span><span class="o">.</span><span class="n">__copyright__</span><span class="p">)</span>
<span class="n">about</span><span class="o">.</span><span class="n">set_comments</span><span class="p">(</span><span class="n">_</span><span class="p">(</span><span class="s1">&#39;pympress is a little PDF reader written in Python using Poppler for PDF rendering and GTK for the GUI.</span><span class="se">\n</span><span class="s1">&#39;</span><span class="p">)</span>
<span class="o">+</span> <span class="n">_</span><span class="p">(</span><span class="s1">&#39;Some preferences are saved in &#39;</span><span class="p">)</span> <span class="o">+</span> <span class="n">pympress</span><span class="o">.</span><span class="n">util</span><span class="o">.</span><span class="n">path_to_config</span><span class="p">())</span>
<span class="o">+</span> <span class="n">_</span><span class="p">(</span><span class="s1">&#39;Some preferences are saved in &#39;</span><span class="p">)</span> <span class="o">+</span> <span class="n">pympress</span><span class="o">.</span><span class="n">util</span><span class="o">.</span><span class="n">path_to_config</span><span class="p">()</span> <span class="o">+</span> <span class="s1">&#39;</span><span class="se">\n\n</span><span class="s1">&#39;</span>
<span class="o">+</span> <span class="p">(</span><span class="n">_</span><span class="p">(</span><span class="s1">&#39;Video support using VLC is enabled.&#39;</span><span class="p">)</span> <span class="k">if</span> <span class="n">vlc_enabled</span> <span class="k">else</span> <span class="n">_</span><span class="p">(</span><span class="s1">&#39;Video support using VLC is disabled.&#39;</span><span class="p">)))</span>
<span class="n">about</span><span class="o">.</span><span class="n">set_website</span><span class="p">(</span><span class="s1">&#39;http://www.pympress.xyz/&#39;</span><span class="p">)</span>
<span class="k">try</span><span class="p">:</span>
<span class="n">about</span><span class="o">.</span><span class="n">set_logo</span><span class="p">(</span><span class="n">pympress</span><span class="o">.</span><span class="n">util</span><span class="o">.</span><span class="n">get_icon_pixbuf</span><span class="p">(</span><span class="s1">&#39;pympress-128.png&#39;</span><span class="p">))</span>
Expand Down Expand Up @@ -2041,7 +2042,7 @@ <h1>Source code for pympress.ui</h1><div class="highlight"><pre>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../',
VERSION:'b&#39;0.6-104-g2815c5e&#39;',
VERSION:'b&#39;0.6-107-g2817d0c&#39;',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
4 changes: 2 additions & 2 deletions docs/_modules/pympress/util.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<div class="version">
v0.6
v1.0
</div>


Expand Down Expand Up @@ -382,7 +382,7 @@ <h1>Source code for pympress.util</h1><div class="highlight"><pre>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../',
VERSION:'b&#39;0.6-104-g2815c5e&#39;',
VERSION:'b&#39;0.6-107-g2817d0c&#39;',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
4 changes: 2 additions & 2 deletions docs/_modules/pympress/vlcvideo.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<br />
<a href="../../index.html" class="icon icon-home"> Docs home</a>
<div class="version">
v0.6
v1.0
</div>


Expand Down Expand Up @@ -370,7 +370,7 @@ <h1>Source code for pympress.vlcvideo</h1><div class="highlight"><pre>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../../',
VERSION:'b&#39;0.6-104-g2815c5e&#39;',
VERSION:'b&#39;0.6-107-g2817d0c&#39;',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
4 changes: 2 additions & 2 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<br />
<a href="index.html" class="icon icon-home"> Docs home</a>
<div class="version">
v0.6
v1.0
</div>


Expand Down Expand Up @@ -878,7 +878,7 @@ <h2 id="Y">Y</h2>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'b&#39;0.6-104-g2815c5e&#39;',
VERSION:'b&#39;0.6-107-g2817d0c&#39;',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<br />
<a href="#" class="icon icon-home"> Docs home</a>
<div class="version">
v0.6
v1.0
</div>


Expand Down Expand Up @@ -229,7 +229,7 @@ <h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Pe
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'b&#39;0.6-104-g2815c5e&#39;',
VERSION:'b&#39;0.6-107-g2817d0c&#39;',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
Binary file modified docs/objects.inv
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<br />
<a href="index.html" class="icon icon-home"> Docs home</a>
<div class="version">
v0.6
v1.0
</div>


Expand Down Expand Up @@ -230,7 +230,7 @@ <h1>Python Module Index</h1>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'b&#39;0.6-104-g2815c5e&#39;',
VERSION:'b&#39;0.6-107-g2817d0c&#39;',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
8 changes: 4 additions & 4 deletions docs/pympress.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<br />
<a href="index.html" class="icon icon-home"> Docs home</a>
<div class="version">
v0.6
v1.0
</div>


Expand Down Expand Up @@ -216,7 +216,7 @@ <h3><a class="reference internal" href="#module-pympress.ui" title="pympress.ui"

<dl class="attribute">
<dt id="pympress.ui.UI.builder">
<code class="descname">builder</code><em class="property"> = &lt;Gtk.Builder object at 0x7f0731aca480 (GtkBuilder at 0x34ca9b0)&gt;</em><a class="headerlink" href="#pympress.ui.UI.builder" title="Permalink to this definition"></a></dt>
<code class="descname">builder</code><em class="property"> = &lt;Gtk.Builder object at 0x7ff3bf1e51f8 (GtkBuilder at 0x29cc150)&gt;</em><a class="headerlink" href="#pympress.ui.UI.builder" title="Permalink to this definition"></a></dt>
<dd><p><code class="xref py py-class docutils literal"><span class="pre">Builder</span></code> to read XML descriptions of GUIs and load them.</p>
</dd></dl>

Expand Down Expand Up @@ -349,7 +349,7 @@ <h3><a class="reference internal" href="#module-pympress.ui" title="pympress.ui"

<dl class="attribute">
<dt id="pympress.ui.UI.entry_ett">
<code class="descname">entry_ett</code><em class="property"> = &lt;Gtk.Entry object at 0x7f0731acc288 (GtkEntry at 0x35522b0)&gt;</em><a class="headerlink" href="#pympress.ui.UI.entry_ett" title="Permalink to this definition"></a></dt>
<code class="descname">entry_ett</code><em class="property"> = &lt;Gtk.Entry object at 0x7ff3bf201f30 (GtkEntry at 0x2a4c2b0)&gt;</em><a class="headerlink" href="#pympress.ui.UI.entry_ett" title="Permalink to this definition"></a></dt>
<dd><p><code class="xref py py-class docutils literal"><span class="pre">Entry</span></code> used to set the estimated talk time.</p>
</dd></dl>

Expand Down Expand Up @@ -2236,7 +2236,7 @@ <h3><a class="reference internal" href="#module-pympress.vlcvideo" title="pympre
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'b&#39;0.6-104-g2815c5e&#39;',
VERSION:'b&#39;0.6-107-g2817d0c&#39;',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
4 changes: 2 additions & 2 deletions docs/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<br />
<a href="index.html" class="icon icon-home"> Docs home</a>
<div class="version">
v0.6
v1.0
</div>


Expand Down Expand Up @@ -190,7 +190,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'b&#39;0.6-104-g2815c5e&#39;',
VERSION:'b&#39;0.6-107-g2817d0c&#39;',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gettext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ cd `dirname $p`
pot=pympress/share/locale/pympress.pot
translated=`ls pympress/share/locale/*/*.po`
opts="--no-location --no-wrap --sort-output"
pkg="--package-name=Pympress --package-version=`git describe --abbrev=0` [email protected]"
pkg="--package-name=Pympress --package-version=`git describe --tags --abbrev=0` [email protected]"

xgettext -d python $opts $pkg -L Python --from-code utf-8 --keyword=_ pympress/*.py
xgettext -d glade $opts $pkg -L glade --keyword=translatable pympress/share/*.glade
xgettext -d glade $opts $pkg -L glade --keyword=translatable pympress/share/xml/*.glade

sed -i 's/CHARSET/UTF-8/g' python.po glade.po

Expand Down
2 changes: 1 addition & 1 deletion pympress/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# DON'T IMPORT ANYTHING HERE (OR YOU WILL BREAK setup.py)
#

__version__ = '0.6'
__version__ = '1.0'
__copyright__= """2009, 2010 Thomas Jost <[email protected]>
2015-2017 Cimbali <[email protected]>
2016 Christoph Rath <[email protected]>
Expand Down
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,21 @@
setup(name='pympress',
version=pkg_meta.__version__,
description='A simple dual-screen PDF reader designed for presentations',
author='Thomas Jost, Cimbali, Christof Rath, Epithumia',
author='Cimbali, Thomas Jost, Christof Rath, Epithumia',
author_email='[email protected]',
url='https://github.com/Cimbali/pympress/',
download_url='https://github.com/Cimbali/pympress/releases/latest',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: X11 Applications :: GTK',
'Intended Audience :: Education',
'Intended Audience :: End Users/Desktop',
'Intended Audience :: Information Technology',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License (GPL)',
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
'Natural Language :: English',
'Operating System :: POSIX',
'Natural Language :: French',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Multimedia :: Graphics :: Presentation',
'Topic :: Multimedia :: Graphics :: Viewers',
Expand Down

0 comments on commit f89d820

Please sign in to comment.