Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: trelby-git 0.r806.a29e8bb-3
Git Clone URL: | https://aur-dev.archlinux.org/trelby-git.git (read-only) |
---|---|
Package Base: | trelby-git |
Description: | Free screenwriting application |
Upstream URL: | http://www.trelby.org |
Licenses: | |
Provides: | |
Submitter: | bidossessi |
Maintainer: | bitwave |
Last Packager: | bidossessi |
Votes: | 4 |
Popularity: | 0.154612 |
First Submitted: | 2015-08-23 09:19 |
Last Updated: | 2015-09-08 08:32 |
Dependencies (4)
- python2 (pypy19, stackless-python2, python26, placeholder)
- python2-lxml
- python2-setuptools
- wxpython2.8
Latest Comments
osc commented on 2016-10-27 19:02
cardiomax2000 just replace wxpython2.8 with wxpython in the pkgbuild and it compiles just fine.
cardiomax2000 commented on 2016-05-22 17:39
Hi,
I have some trouble building this package:
Traceback (most recent call last):
File "setup.py", line 217, in <module>
**platformOptions)
File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/lib/python2.7/distutils/command/sdist.py", line 155, in run
self.run_command(cmd_name)
File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/lib/python2.7/distutils/dist.py", line 970, in run_command
cmd_obj = self.get_command_obj(command)
File "/usr/lib/python2.7/distutils/dist.py", line 845, in get_command_obj
klass = self.get_command_class(command)
File "/usr/lib/python2.7/distutils/dist.py", line 815, in get_command_class
__import__ (module_name)
File "/usr/lib/python2.7/distutils/command/check.py", line 13, in <module>
from docutils.utils import Reporter
File "/usr/lib/python3.3/site-packages/docutils/utils/__init__.py", line 19, in <module>
from docutils.io import FileOutput
File "/usr/lib/python3.3/site-packages/docutils/io.py", line 240
print(ErrorString(error), file=self._stderr)
^
SyntaxError: invalid syntax
It seems that for some reason, python3 version of docutils is loaded. Do you know how I could fix this problem?
bitwave commented on 2015-09-05 10:21
can you add this to the pkgbuild?
# Force package data inclusion
gzip -c names.txt > names.txt.gz
gzip -c dict_en.dat > dict_en.dat.gz
python2 setup.py sdist
python2 setup.py install --root="${pkgdir}"
i'm missing the dictionary and the names.txt.gz feature.
thx
Morn commented on 2015-08-24 13:53
Note that this also works with wxpython 3 now (see https://groups.google.com/forum/#!topic/trelby/piBUFYlxoHA), so perhaps you should update the PKGBUILD accordingly.
Morn commented on 2015-08-24 13:52
Note that this also works with wxpython 3 now (see https://groups.google.com/forum/#!topic/trelby/piBUFYlxoHA).