From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5FDD158043 for ; Sat, 13 Apr 2024 22:19:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BAABE2A37; Sat, 13 Apr 2024 22:19:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F072E2A37 for ; Sat, 13 Apr 2024 22:19:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74FFD3433DC for ; Sat, 13 Apr 2024 22:19:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7D9C16E0 for ; Sat, 13 Apr 2024 22:19:42 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713035308.c308676313728d0d5c73e7b675259c75f6803fac.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/googletrans/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/googletrans/Manifest dev-python/googletrans/googletrans-4.0.0_rc1-r1.ebuild dev-python/googletrans/googletrans-4.0.0_rc1.ebuild X-VCS-Directories: dev-python/googletrans/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: c308676313728d0d5c73e7b675259c75f6803fac X-VCS-Branch: master Date: Sat, 13 Apr 2024 22:19:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1be55d6c-ab65-4536-8668-db98d5b77f4c X-Archives-Hash: 531e78f3da8cf0b2e7751fec2e0dfee4 commit: c308676313728d0d5c73e7b675259c75f6803fac Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 19:08:28 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 19:08:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3086763 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 jroy.ca> dev-python/googletrans/Manifest | 2 +- ...etrans-4.0.0_rc1.ebuild => googletrans-4.0.0_rc1-r1.ebuild} | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-python/googletrans/Manifest b/dev-python/googletrans/Manifest index e2a7315339..60209ce737 100644 --- a/dev-python/googletrans/Manifest +++ b/dev-python/googletrans/Manifest @@ -1 +1 @@ -DIST googletrans-4.0.0_rc1.tar.gz 20199 BLAKE2B 38047d2dea820272a3b2adc07043230802fc66994966771c7ea55b70c0f79d5fdb22ff6bba8e89f0bc5224be86a21d5026d7dc19f8a370a61f34eecf53296a3c SHA512 fcb0330c51680fa91fdea994cf5ec6d19867c0996183529df5d1d0c63ef4d1fd4e9a2a061d6c01a9a0c302faf640724f3bdaff335ad663874af9588bd3210eaa +DIST googletrans-4.0.0rc1.tar.gz 20199 BLAKE2B 38047d2dea820272a3b2adc07043230802fc66994966771c7ea55b70c0f79d5fdb22ff6bba8e89f0bc5224be86a21d5026d7dc19f8a370a61f34eecf53296a3c SHA512 fcb0330c51680fa91fdea994cf5ec6d19867c0996183529df5d1d0c63ef4d1fd4e9a2a061d6c01a9a0c302faf640724f3bdaff335ad663874af9588bd3210eaa diff --git a/dev-python/googletrans/googletrans-4.0.0_rc1.ebuild b/dev-python/googletrans/googletrans-4.0.0_rc1-r1.ebuild similarity index 75% rename from dev-python/googletrans/googletrans-4.0.0_rc1.ebuild rename to dev-python/googletrans/googletrans-4.0.0_rc1-r1.ebuild index 4179417c88..d64ef7b2b1 100644 --- a/dev-python/googletrans/googletrans-4.0.0_rc1.ebuild +++ b/dev-python/googletrans/googletrans-4.0.0_rc1-r1.ebuild @@ -1,14 +1,18 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_10 pypy3 ) + +PYTHON_COMPAT=( python3_{10..12} pypy3 ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NONORMALIZE=1 + inherit distutils-r1 pypi MY_PV=${PV/_/} DESCRIPTION="Free Google Translate API for Python. Translates totally free of charge." HOMEPAGE="https://pypi.org/project/googletrans/ https://github.com/ssut/py-googletrans" -SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${MY_PV}) -> ${P}.tar.gz" + S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MIT" From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE0E3158043 for ; Sat, 13 Apr 2024 21:32:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73B25E2A25; Sat, 13 Apr 2024 21:32:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24461E2A24 for ; Sat, 13 Apr 2024 21:32:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 164C73433BE for ; Sat, 13 Apr 2024 21:31:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D44A16DD for ; Sat, 13 Apr 2024 21:31:57 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713035308.c308676313728d0d5c73e7b675259c75f6803fac.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/googletrans/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/googletrans/Manifest dev-python/googletrans/googletrans-4.0.0_rc1-r1.ebuild dev-python/googletrans/googletrans-4.0.0_rc1.ebuild X-VCS-Directories: dev-python/googletrans/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: c308676313728d0d5c73e7b675259c75f6803fac X-VCS-Branch: dev Date: Sat, 13 Apr 2024 21:31:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 232df218-216d-4878-a53a-667336c6675a X-Archives-Hash: 13cadd919dfb4dd834759ee54991730a Message-ID: <20240413213157.rhXPfZK2QYYPeIJsJx9Bl8qxsLM2bwHT4PnoWDWuDUc@z> commit: c308676313728d0d5c73e7b675259c75f6803fac Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 19:08:28 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 19:08:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3086763 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 jroy.ca> dev-python/googletrans/Manifest | 2 +- ...etrans-4.0.0_rc1.ebuild => googletrans-4.0.0_rc1-r1.ebuild} | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-python/googletrans/Manifest b/dev-python/googletrans/Manifest index e2a7315339..60209ce737 100644 --- a/dev-python/googletrans/Manifest +++ b/dev-python/googletrans/Manifest @@ -1 +1 @@ -DIST googletrans-4.0.0_rc1.tar.gz 20199 BLAKE2B 38047d2dea820272a3b2adc07043230802fc66994966771c7ea55b70c0f79d5fdb22ff6bba8e89f0bc5224be86a21d5026d7dc19f8a370a61f34eecf53296a3c SHA512 fcb0330c51680fa91fdea994cf5ec6d19867c0996183529df5d1d0c63ef4d1fd4e9a2a061d6c01a9a0c302faf640724f3bdaff335ad663874af9588bd3210eaa +DIST googletrans-4.0.0rc1.tar.gz 20199 BLAKE2B 38047d2dea820272a3b2adc07043230802fc66994966771c7ea55b70c0f79d5fdb22ff6bba8e89f0bc5224be86a21d5026d7dc19f8a370a61f34eecf53296a3c SHA512 fcb0330c51680fa91fdea994cf5ec6d19867c0996183529df5d1d0c63ef4d1fd4e9a2a061d6c01a9a0c302faf640724f3bdaff335ad663874af9588bd3210eaa diff --git a/dev-python/googletrans/googletrans-4.0.0_rc1.ebuild b/dev-python/googletrans/googletrans-4.0.0_rc1-r1.ebuild similarity index 75% rename from dev-python/googletrans/googletrans-4.0.0_rc1.ebuild rename to dev-python/googletrans/googletrans-4.0.0_rc1-r1.ebuild index 4179417c88..d64ef7b2b1 100644 --- a/dev-python/googletrans/googletrans-4.0.0_rc1.ebuild +++ b/dev-python/googletrans/googletrans-4.0.0_rc1-r1.ebuild @@ -1,14 +1,18 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_10 pypy3 ) + +PYTHON_COMPAT=( python3_{10..12} pypy3 ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NONORMALIZE=1 + inherit distutils-r1 pypi MY_PV=${PV/_/} DESCRIPTION="Free Google Translate API for Python. Translates totally free of charge." HOMEPAGE="https://pypi.org/project/googletrans/ https://github.com/ssut/py-googletrans" -SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${MY_PV}) -> ${P}.tar.gz" + S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MIT"