Search Criteria
Package Details: python-noiseprotocol-git 0.3.1.r0.g7337544-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-noiseprotocol-git.git (read-only, click to copy) |
---|---|
Package Base: | python-noiseprotocol-git |
Description: | A Python implementation of Noise Protocol Framework |
Upstream URL: | https://github.com/plizonczyk/noiseprotocol |
Licenses: | MIT |
Submitter: | pizzaman |
Maintainer: | pizzaman |
Last Packager: | pizzaman |
Votes: | 4 |
Popularity: | 0.007195 |
First Submitted: | 2020-11-15 08:05 (UTC) |
Last Updated: | 2023-10-22 05:14 (UTC) |
Dependencies (12)
- python (python37AUR, python311AUR, python310AUR)
- python-cryptography
- git (git-gitAUR, git-glAUR) (make)
- python-pytest (make)
- python-pytest-aiohttp (make)
- python-pytest-asyncio (make)
- python-setuptools (make)
- python-pypandoc (optional) – Thin wrapper for pandoc - development
- python-sphinx (python-sphinx-gitAUR) (optional) – Python documentation generator - development
- python-sphinx-autobuild (optional) – Rebuild Sphinx documentation on changes, with live-reload in the browser - development
- python-sphinx_rtd_theme (optional) – Read the Docs theme for Sphinx - development
- twine (optional) – Collection of utilities for interacting with PyPI - development
Latest Comments
pizzaman commented on 2023-10-22 05:14 (UTC)
@remspoor This happens ONLY if you have https://archlinux.org/packages/extra/any/python-pytest-aiohttp/ installed. Added fix.
pizzaman commented on 2023-10-22 04:47 (UTC)
@gustl64 @Count042 Managed to reproduce your error. This ONLY happens if you have the package https://archlinux.org/packages/extra/any/python-pypandoc/ currently installed. Added fix.
remspoor commented on 2023-10-20 16:00 (UTC) (edited on 2023-10-20 16:01 (UTC) by remspoor)
I get this error:
I fixed it by adding 'python-pytest-asyncio' to makedepends
Count042 commented on 2023-10-10 15:02 (UTC) (edited on 2023-10-10 15:03 (UTC) by Count042)
I am also experiencing this issue.
@pizzaman I'm not sure how you are unable to replicate.
Pypandoc is at version 1.11 in the repos:
extra/python-pypandoc 1.11-2
And convert was removed from pypandoc in version 1.8.
Might be worthwhile to add the sed command offered by gustl64 to the PKGBUILD
gustl64 commented on 2023-08-25 08:02 (UTC) (edited on 2023-08-25 08:03 (UTC) by gustl64)
--> newer pypandoc version don't provide convert any more -- quick fix:
pizzaman commented on 2023-08-24 04:08 (UTC)
@Kernald Thanks for the comment. I can't reproduce, builds fine in chroot for me, although for usage and tests python-cryptography was missing from deps.
On regards to your linked dev_requirements.txt on Readme it says that "Additional packages that may be useful during development are contained in dev_requirements.txt." thus maybe for development and contribution users can install those packages themselves.
Kernald commented on 2023-08-03 22:22 (UTC) (edited on 2023-08-13 04:37 (UTC) by Kernald)
python-pypandoc
(and maybe more, see here should be added tomakedepends
. It fails to build as-is in a chroot.Edit: it's more complicated than that. https://stackoverflow.com/q/74745548