Package Details: python-rlp 4.0.0-1

Git Clone URL: https://aur.archlinux.org/python-rlp.git (read-only, click to copy)
Package Base: python-rlp
Description: A package for encoding and decoding data in and from Recursive Length Prefix notation
Upstream URL: https://pypi.org/project/rlp/
Licenses: MIT
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 0
Popularity: 0.000000
First Submitted: 2018-01-28 18:48 (UTC)
Last Updated: 2023-12-01 09:07 (UTC)

Latest Comments

xuhcc commented on 2023-01-15 12:45 (UTC)

The fix is available but not merged yet: https://github.com/ethereum/pyrlp/pull/138

guitarist67 commented on 2023-01-15 09:18 (UTC)

This package fails to install for me with:

==> Making package: python-rlp 3.0.0-1 (Sun 15 Jan 2023 10:15:53 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: git-archive.dev8b63d73a17 is an invalid version and will not be supported in a future release
  warnings.warn(
/usr/lib/python3.10/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
  warnings.warn(
long_description_markdown_filename: dist = <setuptools.dist.Distribution object at 0x7f8b52c9ad70>; attr = 'long_description_markdown_filename'; value = 'README.md'
markdown_filename = '/home/jviki/.cache/yay/python-rlp/src/rlp-3.0.0/README.md'
Traceback (most recent call last):
  File "/home/jviki/.cache/yay/python-rlp/src/rlp-3.0.0/setup.py", line 44, in <module>
    setup(
  File "/usr/lib/python3.10/site-packages/setuptools/__init__.py", line 87, in setup
    return distutils.core.setup(**attrs)
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 147, in setup
    _setup_distribution = dist = klass(attrs)
  File "/usr/lib/python3.10/site-packages/setuptools/dist.py", line 475, in __init__
    _Distribution.__init__(
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 283, in __init__
    self.finalize_options()
  File "/usr/lib/python3.10/site-packages/setuptools/dist.py", line 899, in finalize_options
    ep(self)
  File "/usr/lib/python3.10/site-packages/setuptools/dist.py", line 919, in _finalize_setup_keywords
    ep.load()(self, ep.name, value)
  File "/home/jviki/.cache/yay/python-rlp/src/rlp-3.0.0/.eggs/setuptools_markdown-0.4.1-py3.10.egg/setuptools_markdown.py", line 43, in long_description_markdown_filename
    output = pypandoc.convert(markdown_filename, 'rst', format='md')
AttributeError: module 'pypandoc' has no attribute 'convert'
==> ERROR: A failure occurred in package().

lash commented on 2019-12-07 18:59 (UTC)

Depends on python-eth-utils - probably should add to deps