It appears python-emoji has been updated.
Search Criteria
Package Details: tootstream 0.4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tootstream.git (read-only, click to copy) |
---|---|
Package Base: | tootstream |
Description: | Text interface for the Mastodon social network |
Upstream URL: | https://github.com/magicalraccoon/tootstream |
Keywords: | Mastodon Pleroma |
Licenses: | MIT |
Submitter: | None |
Maintainer: | danirod |
Last Packager: | danirod |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2017-11-18 20:14 (UTC) |
Last Updated: | 2024-02-19 08:00 (UTC) |
Dependencies (6)
- python-click
- python-coloredAUR
- python-emoji
- python-humanize
- python-mastodonAUR
- python-distribute (python-setuptools) (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2
djmoch commented on 2018-03-11 12:06 (UTC)
<deleted-account> commented on 2018-02-01 16:56 (UTC)
Update blocked pending update of out of date dependency: https://aur.archlinux.org/packages/python-emoji/
djmoch commented on 2017-12-15 12:51 (UTC) (edited on 2017-12-15 12:51 (UTC) by djmoch)
python-mastodon currently provides Mastodon.py 1.1.2, while tootstream requirements.txt requires exactly version 1.1.1. I was able to fix this by adding the following to the PKGBUILD:
sed -ie 's/Mastodon.py==1\.1\.1/Mastodon.py>=1.1.1/g' requirements.txt
Pinned Comments
djmoch commented on 2019-05-04 11:21 (UTC) (edited on 2019-05-04 11:22 (UTC) by djmoch)
If you see errors regarding a missing
python-magic
dependency, make sure that you installpython-magic-ahupp
from the AUR. This resolves to the Python packagepython-magic
, which is not thepython-magic
package in the Community repo, although the two packages do conflict on account of using the same module name.It's a dumb problem that the Python package maintainers could easily resolve, but appear to have dug in their heels. I'll be reaching out to upstream on the ahupp side to see if that's really the case or if they might be open to reason.