dev-python/googletrans
Free Google Translate API for Python. Translates totally free of charge.
ChangeLog
commit bb0aae8ad3292e932111cb0c52be559a6740b4b8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu Feb 20 18:56:40 2025 +0500
*/*: disable py3.10
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/
Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.
We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.
Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.
Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit c308676313728d0d5c73e7b675259c75f6803fac
Author: Julien Roy <julien@jroy.ca>
Date: Sat Apr 13 15:08:28 2024 -0400
dev-python/googletrans: enable py3.12, use PEP517
Closes: https://bugs.gentoo.org/800137
Closes: https://bugs.gentoo.org/921817
Closes: https://bugs.gentoo.org/897438
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 2d0f8478c397db229fd8e9da9a6039f27b3d41ba
Author: Shaoyu Tseng <dev@notyourcomputer.net>
Date: Mon Mar 11 16:46:52 2024 -0400
Update my email
Signed-off-by: Shaoyu Tseng <dev@notyourcomputer.net>
commit 8239a203642f90b2d066a1747c656d4d4b64462c
Author: YiFei Zhu <zhuyifei1999@gmail.com>
Date: Sun May 21 12:40:23 2023 -0700
*/*: replace uses of mirror://pypi/ with pypi.eclass
Signed-off-by: YiFei Zhu <zhuyifei1999@gmail.com>
commit 12088906c597f38640e866db39c7ba6dea3f5ec0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Tue May 2 00:45:35 2023 +0500
*/*: drop dead py3.9 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 41008d715cc7b84056a64933f14288647f14b6fa
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sun Mar 12 17:53:56 2023 +0500
*/*: drop dead py3.8 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 1e95f22062b44b3708c09b56fb2334f41c633e2e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sat Mar 4 18:56:32 2023 +0500
*/*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 910d65a39b07398834573a3d507afac7dcfaa382
Author: Shaoyu Tseng <1over137@anche.no>
Date: Wed Apr 6 16:47:12 2022 -0400
*/*: update my email in metadata.xml
Signed-off-by: Shaoyu Tseng <1over137@anche.no>
commit beba143c39288c6090d1f36bae223d1fdceff546
Author: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Date: Mon Apr 4 18:45:49 2022 +0200
*/*: Fix missing trailing slash in HOMEPAGE
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
commit 2ecf6e68f1f3d46e9073babf778921bb3a8b1e2b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Tue Aug 17 00:36:30 2021 +0500
dev-python/googletrans: update EAPI, enable py3.10
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 1a1cb392e8658f3a2deb7480942a993521f27d29
Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Date: Fri Jul 30 10:48:39 2021 +0200
dev-python/googletrans: sort keywords
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
commit 3cc91f835933a6e7b0cedf45e4f6e17eab967fa7
Author: Shaoyu Tseng <shaoyu0209@tuta.io>
Date: Thu Jul 29 14:02:37 2021 +0800
dev-python/googletrans: new package
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Shaoyu Tseng <shaoyu0209@tuta.io>
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu Feb 20 18:56:40 2025 +0500
*/*: disable py3.10
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/
Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.
We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.
Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.
Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit c308676313728d0d5c73e7b675259c75f6803fac
Author: Julien Roy <julien@jroy.ca>
Date: Sat Apr 13 15:08:28 2024 -0400
dev-python/googletrans: enable py3.12, use PEP517
Closes: https://bugs.gentoo.org/800137
Closes: https://bugs.gentoo.org/921817
Closes: https://bugs.gentoo.org/897438
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 2d0f8478c397db229fd8e9da9a6039f27b3d41ba
Author: Shaoyu Tseng <dev@notyourcomputer.net>
Date: Mon Mar 11 16:46:52 2024 -0400
Update my email
Signed-off-by: Shaoyu Tseng <dev@notyourcomputer.net>
commit 8239a203642f90b2d066a1747c656d4d4b64462c
Author: YiFei Zhu <zhuyifei1999@gmail.com>
Date: Sun May 21 12:40:23 2023 -0700
*/*: replace uses of mirror://pypi/ with pypi.eclass
Signed-off-by: YiFei Zhu <zhuyifei1999@gmail.com>
commit 12088906c597f38640e866db39c7ba6dea3f5ec0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Tue May 2 00:45:35 2023 +0500
*/*: drop dead py3.9 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 41008d715cc7b84056a64933f14288647f14b6fa
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sun Mar 12 17:53:56 2023 +0500
*/*: drop dead py3.8 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 1e95f22062b44b3708c09b56fb2334f41c633e2e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sat Mar 4 18:56:32 2023 +0500
*/*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 910d65a39b07398834573a3d507afac7dcfaa382
Author: Shaoyu Tseng <1over137@anche.no>
Date: Wed Apr 6 16:47:12 2022 -0400
*/*: update my email in metadata.xml
Signed-off-by: Shaoyu Tseng <1over137@anche.no>
commit beba143c39288c6090d1f36bae223d1fdceff546
Author: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Date: Mon Apr 4 18:45:49 2022 +0200
*/*: Fix missing trailing slash in HOMEPAGE
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
commit 2ecf6e68f1f3d46e9073babf778921bb3a8b1e2b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Tue Aug 17 00:36:30 2021 +0500
dev-python/googletrans: update EAPI, enable py3.10
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 1a1cb392e8658f3a2deb7480942a993521f27d29
Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Date: Fri Jul 30 10:48:39 2021 +0200
dev-python/googletrans: sort keywords
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
commit 3cc91f835933a6e7b0cedf45e4f6e17eab967fa7
Author: Shaoyu Tseng <shaoyu0209@tuta.io>
Date: Thu Jul 29 14:02:37 2021 +0800
dev-python/googletrans: new package
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Shaoyu Tseng <shaoyu0209@tuta.io>