Package Details: python-googletrans 4.0.0-1

Git Clone URL: https://aur.archlinux.org/python-googletrans.git (read-only, click to copy)
Package Base: python-googletrans
Description: Free Google Translate API for Python.
Upstream URL: https://github.com/ShivangKakkar/googletrans
Licenses: MIT
Submitter: timschumi
Maintainer: None
Last Packager: timschumi
Votes: 8
Popularity: 0.001928
First Submitted: 2019-10-03 12:02 (UTC)
Last Updated: 2024-01-19 13:04 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

timschumi commented on 2020-12-02 12:34 (UTC)

Is that common procedure for Python packages? I have never seen an AUR python package bump its pkgrel whenever a new Python version is released.

Also, I don't see why you couldn't just rebuild the package.

mufeed commented on 2020-12-02 12:10 (UTC)

Python 3.9 is out for Arch. Pls up the pkgrel.

timschumi commented on 2020-10-06 10:58 (UTC)

Ah you were talking about building the package. I probably won't change the version declaration though because you'll have to downgrade the package manually anyways, no matter if its enforced when building or when enforced in the PKGBUILD.

If the package works fine with newer httpx versions, this is an upstream issue and you should ask them to make it a >=0.13.3.

PumpkinCheshire commented on 2020-10-05 15:01 (UTC)

I got this when using newer version: DistributionNotFound: The 'httpx==0.13.3' distribution was not found and is required by googletrans

Perhaps upgrading the httpx version will not cause any incompatibility, but an error will be reported due to the settings in setup.py when setting up the environment.

timschumi commented on 2020-10-05 13:25 (UTC)

Is there anything specific that is broken for you? The library works just fine for me (using httpx 0.14.0) when trying to replicate the examples from the readme.

PumpkinCheshire commented on 2020-10-05 12:57 (UTC)

It seem the dependencies required python-httpx==0.13.3 and that package just updated to 0.14, and this package stoped working. So could you please edit the denpendencies?

yochananmarqos commented on 2020-08-11 19:10 (UTC)

This only depends on python-httpx, see the setup.py. python-setuptools should be in makedepends().

timschumi commented on 2020-07-20 13:28 (UTC)

@privong Indeed, I haven't noticed that the dependencies have been updated. Should be fine now.

privong commented on 2020-07-20 13:12 (UTC)

I think this package should have python-httpcore and python-httpx as dependencies. The import fails without those two packages.