@yan12125, amazing. I've applied your patch in 0.14.2-2. Thank you so much!
Search Criteria
Package Details: transifex-client 1.6.17-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/transifex-client.git (read-only, click to copy) |
---|---|
Package Base: | transifex-client |
Description: | The Transifex command-line tool to download and upload translations from Transifex |
Upstream URL: | https://github.com/transifex/cli |
Licenses: | Apache |
Submitter: | pnorcks |
Maintainer: | dbrgn |
Last Packager: | dbrgn |
Votes: | 31 |
Popularity: | 0.000000 |
First Submitted: | 2011-01-25 22:46 (UTC) |
Last Updated: | 2024-09-05 20:20 (UTC) |
Dependencies (1)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (1)
- python-sphinx-intl (optional)
Sources (1)
simon04 commented on 2021-06-21 19:54 (UTC)
yan12125 commented on 2021-06-19 17:20 (UTC)
Before upstream fixes the slugify issue, it can be work-arounded by
prepare() {
cd "${pkgname}-${pkgver}"
sed -i 's#python-slugify<5.0.0#python-slugify#' requirements.txt
}
rafaelff commented on 2021-05-29 15:43 (UTC)
Same issue here. Reported to upstream: https://github.com/transifex/transifex-client/issues/323
gillux commented on 2021-05-09 15:55 (UTC)
This package breaks after my last system update:
pkg_resources.DistributionNotFound: The 'python-slugify<5.0.0' distribution was not found and is required by transifex-client
I downgraded to python-slugify 4.0.1-3 as a temporary fix.
ybsar commented on 2021-02-09 08:17 (UTC)
Downgrading python-smmap
to 3.0.5
solved this error for me.
It seems to be the easiest workaround until upstream gitdb
update requirements for smmap
.
rafaelff commented on 2021-02-07 18:50 (UTC)
Unable to use tx
binary, because it requires smmap < 4, and Arch python-smmap is 4.0.0. See error message:
pkg_resources.DistributionNotFound: The 'smmap<4,>=3.0.1' distribution was not found and is required by gitdb
smmap version:
$ pacman -Ss smmap
community/python-smmap 1:4.0.0-1 [installed]
rafaelff commented on 2020-06-07 15:14 (UTC)
@Muflone Can you please update to 0.13.9 ? My local tests show that it requires only updating the pkgver and sha256sum, and the patch is still valid.
rafaelff commented on 2019-10-03 22:45 (UTC)
python-slugify 3.0.4 is now in [community] repo, but it depends on python-text-unidecode 1.3 which is only in [testing] repo for now. So, unusable at the moment.
mariobl commented on 2019-04-28 14:23 (UTC)
Doesn't work curently:
[mariobl@t400 po]$ tx --version Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 583, in _build_master ws.require(requires) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 791, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (python-slugify 1.2.5 (/usr/lib/python3.7/site-packages), Requirement.parse('python-slugify==1.2.6'), {'transifex-client'})
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/bin/tx", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 3241, in <module> @_call_aside File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 3225, in _call_aside f(args, *kwargs) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 3254, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 585, in _build_master return cls._build_from_requirements(requires) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 598, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 786, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'python-slugify==1.2.6' distribution was not found and is required by transifex-client
The package python-slugify is available from the AUR, but version 3.0.2, which obviously doesn't work with transifex-client v0.13.6.
Muflone commented on 2018-01-14 00:17 (UTC) (edited on 2018-01-14 00:17 (UTC) by Muflone)
let's wait for a new update as the version 0.13 currently has a major bug which makes it unusable
Pinned Comments
dbrgn commented on 2022-02-27 01:07 (UTC)
Package now switched to the new Go based client:
https://github.com/transifex/cli
For information on how to migrate:
https://github.com/transifex/cli#migrating-from-older-versions-of-the-client