Package Details: python2-kitchen 1.2.6-3

Git Clone URL: https://aur.archlinux.org/python2-kitchen.git (read-only, click to copy)
Package Base: python2-kitchen
Description: Useful snippets of python code
Upstream URL: https://github.com/fedora-infra/kitchen
Licenses: LGPL
Submitter: bchretien
Maintainer: None
Last Packager: 0x9fff00
Votes: 5
Popularity: 0.000000
First Submitted: 2015-08-13 11:12 (UTC)
Last Updated: 2021-04-05 19:40 (UTC)

Latest Comments

0x9fff00 commented on 2019-05-25 13:54 (UTC)

@imrehg Should be fixed now.

imrehg commented on 2019-05-25 13:11 (UTC)

Hey, @0x9fff00, I get Build error with the latest version (1.2.6-1):

==> Starting build()...
Traceback (most recent call last):
  File "setup.py", line 50, in <module>
    import kitchen.release
  File "/usr/lib/python2.7/site-packages/kitchen/__init__.py", line 30, in <module>
    from kitchen import i18n
  File "/usr/lib/python2.7/site-packages/kitchen/i18n/__init__.py", line 110, in <module>
    from kitchen.text.converters import to_bytes, to_unicode
  File "/usr/lib/python2.7/site-packages/kitchen/text/converters.py", line 51, in <module>
    from kitchen.text.misc import guess_encoding, html_entities_unescape, \
  File "/usr/lib/python2.7/site-packages/kitchen/text/misc.py", line 37, in <module>
    import html.entities
ImportError: No module named html.entities

bchretien commented on 2015-12-08 11:47 (UTC)

@romaintb: it should be fixed now, thanks.

romaintb commented on 2015-12-08 11:36 (UTC)

Hi, I get this error : ==> Starting build()... Traceback (most recent call last): File "setup.py", line 54, in <module> from setuptools import setup ImportError: No module named setuptools ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build python2-kitchen.