Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-hglib/PKGBUILD
blob: cbc50216fcab0a78689d07736c871dff04a4e630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#Traceback (most recent call last):
#  File "/build/python-hglib/src/python-hglib-2.6.2/test.py", line 3, in <module>
#    import nose
#  File "/usr/lib/python3.10/site-packages/nose/__init__.py", line 1, in <module>
#    from nose.core import collector, main, run, run_exit, runmodule
#  File "/usr/lib/python3.10/site-packages/nose/core.py", line 153
#    print "%s version %s" % (os.path.basename(sys.argv[0]), __version__)
#    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
unset check
unset checkdepends

# setuptools won't be installed if we don't use checkdepends, so add it manually
depends+=('python-setuptools')