Eli Schwartz
dd922c09bb
fix incorrect install dir for fish completion
...
fish completions should never be installed to share/fish/completions/ as
that directory is reserved exclusively for completions shipped as part
of the fish source code.
Use the same vendor_completions.d/ directory which the default fish
configuration uses.
2020-01-21 23:55:44 -05:00
Pablo Lezaeta Reyes
54f33c0ca6
Back to development for 3.0.4~3.1
...
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
2017-10-06 01:30:17 -03:00
Pablo Lezaeta Reyes
ee6e30699c
ups
...
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
2017-06-03 04:40:21 -04:00
Pablo Lezaeta Reyes
d3c6abe29f
Reference ponysay-tool
...
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
2017-06-03 04:38:32 -04:00
Joe Glancy
2744268065
Updated setup.py (workaround for issue 229)
...
This is a workaround for issue #229 , where an exception is thrown if the file exists. The `try` and `except` statement will ignore any "File exists" errors, but raise an exception for any others.
2015-12-06 22:50:05 +00:00
Mattias Andrée
5f6d97338c
fix setup
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-14 20:23:17 +02:00
Tim D. Smith
44fb0f8582
fix shell completion install paths
...
If the string "ponysay" was in the install prefix, it was replaced by the name of
the command, and the prefix should not change.
Fixes #223 .
2015-09-13 11:19:01 -07:00
Michael Schwarz
6658221bbf
setup.py: Do not print the configuration when an unknown command was given so that the printed usage is better noticed.
2014-09-08 21:52:19 +02:00
Michael Schwarz
e5c650349b
setup.py: checkFreedom() should not need to check whether commands have been given on the command line.
2014-09-08 21:52:19 +02:00
Michael Schwarz
4415291c0c
setup.py: Removed command variants of --help and --version.
...
The code path to handle these was confusing, as was their usage as the usage referred only to the commands while some error messages only referred to the options.
2014-09-08 21:52:17 +02:00
Michael Schwarz
25682cdfe9
setup.py: Added function to print fatal errors.
2014-09-08 21:51:30 +02:00
Michael Schwarz
8cc55723de
setup.py: Print error message and usage when no or multiple commands are given on the command line.
2014-09-08 21:51:26 +02:00
Michael Schwarz
b9e9f00503
setup.py: Moved docstrings into the associated functions.
2014-09-07 19:34:20 +02:00
Michael Schwarz
4bdb42cf8e
setup.py: Automatically collect a list of source files to distribute.
...
This will help with refactoring, where source files may be added and/or moved.
2014-08-26 23:33:28 +02:00
Pablo Lezaeta
712942bc55
Post release changes
...
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
2014-08-19 19:46:31 -04:00
Pablo Lezaeta
5239a3c9f5
Fix permision for executables... I think we need aome tool for those cases like this
...
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
2014-06-10 01:52:12 -04:00
Pablo Lezaeta
4315e59386
Stupid permission and stupid btrfs snapshots
...
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
2014-06-10 01:35:58 -04:00
Pablo Lezaeta
3ae81be068
ponysay.zip is created but never cleaned trhoe setup.py clean
...
now is cleaned
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
2013-11-09 01:33:46 -03:00
Pablo Lezaeta
8fdfc424b1
License in setup.py too
...
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
2013-07-01 03:24:48 -04:00
Mattias Andrée
bfa16281ac
remove variable that I added and then removed
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-06-01 08:30:44 +02:00
Mattias Andrée
3a6ac727a5
minor improvments to setup
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-06-01 08:30:04 +02:00
Mattias Andrée
1120630ea4
hide --sbin[-]dir
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-06-01 08:12:05 +02:00
Mattias Andrée
b22dbec7e6
add --sbindir alternative to --sbin-dir
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-06-01 08:10:08 +02:00
Mattias Andrée
f9f473af5b
Merge branch 'master' of github.com:erkin/ponysay
2013-06-01 08:06:44 +02:00
Mattias Andrée
9c9bd21d4b
add --*dir alternatives to --*-dir
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-06-01 08:06:21 +02:00
Pablo Lezaeta
4cb18b09f8
Added --sbin-dir for compatibility and that, you know
...
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
2013-06-01 02:01:38 -04:00
Mattias Andrée
ce741a214e
umask 755 should have been 022, define what not to enable, not define what to enable, derpy me. (issue #161 and issue #162 )
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-06-01 07:46:49 +02:00
Mattias Andrée
cb864e7aff
whoops, wrong umask, now 755 (issue #161 )
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-06-01 05:42:55 +02:00
Mattias Andrée
5c64324a38
use umask 755 in setup (issue #161 )
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-06-01 05:41:42 +02:00
Mattias Andrée
e8af67b311
add Swedish translation the manpage (I like to think that there are GNU/Linux ponynerds that do not understand English, but I do not like to think that there are anypony that watches the Swedish translation of MLP; well atleast this is now one of the only completely Swedish manpages.)
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-05-30 18:22:53 +02:00
Erkin Batu Altunbaş
243c0b6520
* Add Turkish manpage.
...
* Fix a few typos here and there.
* Hope it doesn't break a thing.
2013-05-28 15:12:43 +03:00
Erkin Batu Altunbaş
ce1d99f3cb
Whoops. Fix an overlooked mistake regarding the filename.
2013-05-21 16:36:35 +03:00
Mattias Andrée
992e80d400
alternative 1 for issue #155 , support for python<3.2
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-06 20:35:31 +02:00
Mattias Andrée
7839e587d7
increase version in setup
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-05 14:27:55 +02:00
Mattias Andrée
135af10a5e
remove a todo
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-04 14:15:29 +02:00
Mattias Andrée
298679fecf
fix ponysay-tool installation
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-04 14:14:09 +02:00
Mattias Andrée
7bbc0a0266
install ponysay-tool
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-04 14:09:18 +02:00
Mattias Andrée
6558d02a13
increase version in setup
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-04 13:45:04 +02:00
Mattias Andrée
8c0b930ba5
kms and setup fix
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-04 10:56:56 +02:00
Mattias Andrée
34d0b21b12
fix ponysay-tool --kms
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-04 03:23:26 +02:00
Mattias Andrée
28daac65df
update version in setup
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-04 01:48:44 +02:00
Mattias Andrée
29718d94a9
fix setup for version consistency check
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-04 01:48:05 +02:00
Mattias Andrée
dc6afac7b7
bug fixes
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-04 00:08:26 +02:00
Mattias Andrée
c38b34a000
misc fixes
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-03 23:49:21 +02:00
Mattias Andrée
3c583c278f
m setup fix
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-03 23:04:01 +02:00
Mattias Andrée
e5db85e6da
remove zip dependency by replacing it with the zipfile module which is included in python
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-03 21:50:13 +02:00
Mattias Andrée
0fe529d0da
setup fix
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-03 21:11:06 +02:00
Mattias Andrée
5e77bd6224
setup fixes
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-03 20:57:50 +02:00
Mattias Andrée
b861c8a65e
chmod 755 the command
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-03 20:44:54 +02:00
Mattias Andrée
d51bf6b85f
pull develop
...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2013-04-03 20:34:46 +02:00