Package Details: python-crochet 2.0.0-1

Git Clone URL: https://aur.archlinux.org/python-crochet.git (read-only, click to copy)
Package Base: python-crochet
Description: Crochet is a library that makes it easier to use Twisted from regular blocking code
Upstream URL: https://github.com/itamarst/crochet
Keywords: python twisted
Licenses: MIT
Submitter: 2bluesc
Maintainer: 2bluesc
Last Packager: 2bluesc
Votes: 0
Popularity: 0.000000
First Submitted: 2016-01-11 15:51 (UTC)
Last Updated: 2021-12-20 05:40 (UTC)

Latest Comments

yochananmarqos commented on 2020-11-16 18:20 (UTC) (edited on 2020-11-16 18:28 (UTC) by yochananmarqos)

python-wrapt is a missing dependency: https://github.com/itamarst/crochet/blob/master/setup.py#L37

python-setuptools is missing to build, add it to makedepends().

The license needs to be installed.

See Python package guidelines: Using site packages:

  local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
  rm -rf "$pkgdir$site_packages/tests

adsun commented on 2019-06-07 20:03 (UTC)

The url is wrong; it should be:

https://github.com/itamarst/crochet/