Search Criteria
Package Details: python2-urwid 2.1.1-3
Git Clone URL: | https://aur.archlinux.org/python2-urwid.git (read-only, click to copy) |
---|---|
Package Base: | python2-urwid |
Description: | Curses-based user interface library |
Upstream URL: | http://excess.org/urwid/ |
Licenses: | |
Submitter: | TheGoliath |
Maintainer: | None |
Last Packager: | TheGoliath |
Votes: | 1 |
Popularity: | 0.012947 |
First Submitted: | 2020-06-18 10:22 |
Last Updated: | 2020-09-22 11:58 |
Dependencies (6)
- glibc (glibc-git)
- python2
- glibc (glibc-git) (make)
- python-tox (make)
- python2-mock (make)
- python2-setuptools (make)
Required by (22)
- bpython2 (optional)
- hachoir-urwid
- hgview
- mandos-server
- openteacher
- pycarddav
- pycarddav-git
- pyhn (make)
- pyhn2 (make)
- pyhn2
- python2-configshell-fb
- python2-gertty
- python2-gertty-git
- python2-jpterm
- python2-pyfm
- python2-pyraf
- python2-urwid-satext
- sat-primitivus
- terminal_velocity-git
- wicd-git
- wicd-patched
- wicd-patched (make)
Latest Comments
TecMunky commented on 2020-09-23 14:11
A failure occured in check()
How do I resolve this?
TheGoliath commented on 2020-09-22 11:58
Updated the PKGBUILD :) (& renewed the certificates)
tuxsavvy commented on 2020-09-22 11:35
Testing part fails. Below is the full
makechrootpkg
for this package, along with a fixed and tested workingPKGBUILD
(please see further below):Updated
PKGBUILD
which works fine for me:Also your repo (TheGoliath) has expired SSL certificate as of writing.
TheGoliath commented on 2020-08-21 12:57
Updated the PKGBUILD :)
leccesg commented on 2020-08-19 15:09
@corsaw Hello, after I enter the prompt:
[taizongh@leccesg ~]$ python2 -m pip install mock
/usr/bin/python2: No module named pip
Can you tell me how to do that? thank you
lann commented on 2020-08-12 16:22
@corsaw
Thank you for the method. It's OK now
FMB commented on 2020-08-12 12:47
Add python2-mock to makedepends.
corsaw commented on 2020-08-11 21:16
I had the same issue as @lann but was able to resolve it by running
with pip for python2 installed, and then rerunning makepkg with the -C flag to clean before building.
lann commented on 2020-08-11 17:03
I got these errors when i try to install this package
Traceback (most recent call last): File "setup.py", line 82, in <module> setup(setup_d) File "/usr/lib/python2.7/site-packages/setuptools/init.py", line 162, in setup return distutils.core.setup(attrs) 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/site-packages/setuptools/command/test.py", line 237, in run self.run_tests() File "/usr/lib/python2.7/site-packages/setuptools/command/test.py", line 259, in run_tests exit=False, File "/usr/lib/python2.7/unittest/main.py", line 94, in init self.parseArgs(argv) File "/usr/lib/python2.7/unittest/main.py", line 149, in parseArgs self.createTests() File "/usr/lib/python2.7/unittest/main.py", line 158, in createTests self.module) File "/usr/lib/python2.7/unittest/loader.py", line 130, in loadTestsFromNames suites = [self.loadTestsFromName(name, module) for name in names] File "/usr/lib/python2.7/unittest/loader.py", line 103, in loadTestsFromName return self.loadTestsFromModule(obj) File "/usr/lib/python2.7/site-packages/setuptools/command/test.py", line 55, in loadTestsFromModule tests.append(self.loadTestsFromName(submodule)) File "/usr/lib/python2.7/unittest/loader.py", line 100, in loadTestsFromName parent, obj = obj, getattr(obj, part) AttributeError: 'module' object has no attribute 'test_container'