File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 0.3.2
2+
3+ - Mention Ubuntu-package in README.
4+
150.3.1
26
37 - New license: GPLv3+
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ General information
1616- **Author**: `Tuomas Räsänen <http://tuos.codegrove.org/>`_ <tuos@codegrove.org>
1717- **Homepage**: http://codegrove.org/python-uinput/
1818- **License**: LGPLv3+ (see COPYING for details)
19- - **Version**: 0.3.1
19+ - **Version**: 0.3.2
2020
2121Requirements
2222============
@@ -55,14 +55,26 @@ Create and use a new uinput device with key-capabilities::
5555Downloading
5656===========
5757
58- - Tarball is available at: http://codegrove.org/python-uinput/releases/python-uinput-0.3.1.tar.gz
58+ - Ubuntu package: https://launchpad.net/~tuos/+archive/codegrove
59+ - Tarball is available at: http://codegrove.org/python-uinput/releases/python-uinput-0.3.2.tar.gz
60+ - Tarballs of every release at: http://codegrove.org/python-uinput/releases/
5961- Latest sources from public git-repository: http://github.com/tuos/python-uinput/ ::
6062
6163 git clone git://github.com/tuos/python-uinput.git
6264
6365Installing
6466==========
6567
68+ Ubuntu
69+ ------
70+
71+ The recommended way to install python-uinput is to
72+ `add it's PPA to your system <https://launchpad.net/~tuos/+archive/codegrove>`_.
73+ This allows you to treat python-uinput as any other Ubuntu package.
74+
75+ Other systems
76+ -------------
77+
6678The install-procedure adheres the "standard"::
6779
6880 python setup build && sudo python setup install
Original file line number Diff line number Diff line change 1717 )
1818
1919setup (name = 'python-uinput' ,
20- version = '0.3.1 ' ,
20+ version = '0.3.2 ' ,
2121 description = 'Python API to the Linux uinput-system.' ,
2222 author = 'Tuomas Räsänen' ,
2323 author_email = 'tuos@codegrove.org' ,
2424 url = 'http://codegrove.org/python-uinput/' ,
25- download_url = 'http://codegrove.org/python-uinput/0.3.1 /python-uinput-0.3.1 .tar.gz' ,
25+ download_url = 'http://codegrove.org/python-uinput/releases /python-uinput-0.3.2 .tar.gz' ,
2626 package_dir = {'uinput' : 'src' },
2727 packages = ['uinput' ],
2828 ext_modules = [suinput_module , bustypes_module ],
You can’t perform that action at this time.
0 commit comments