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 D4A2415800F for ; Fri, 20 Jan 2023 09:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 128E8E0874; Fri, 20 Jan 2023 09:34:30 +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 E3390E0874 for ; Fri, 20 Jan 2023 09:34:29 +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 5E848340C59 for ; Fri, 20 Jan 2023 09:34:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95EA6738 for ; Fri, 20 Jan 2023 09:34:26 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1674207263.75797eebf77a7eec3a0064b0f34cdc5a831aed6a.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tempy/files/, dev-python/tempy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/tempy/Manifest dev-python/tempy/files/assets.patch dev-python/tempy/tempy-1.0.8.ebuild dev-python/tempy/tempy-9999.ebuild X-VCS-Directories: dev-python/tempy/files/ dev-python/tempy/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: 75797eebf77a7eec3a0064b0f34cdc5a831aed6a X-VCS-Branch: dev Date: Fri, 20 Jan 2023 09:34:26 +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: d5594da5-f490-45d5-adcd-dbc6a44a47e0 X-Archives-Hash: 27603c38af9570aacf87117b204022ec commit: 75797eebf77a7eec3a0064b0f34cdc5a831aed6a Author: Henri Gasc eurecom fr> AuthorDate: Fri Jan 20 09:33:58 2023 +0000 Commit: Henri Gasc eurecom fr> CommitDate: Fri Jan 20 09:34:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75797eeb dev-python/tempy: add 1.0.8, drop 9999 Signed-off-by: Henri Gasc eurecom.fr> dev-python/tempy/Manifest | 2 +- dev-python/tempy/files/assets.patch | 10 +++++----- dev-python/tempy/{tempy-9999.ebuild => tempy-1.0.8.ebuild} | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dev-python/tempy/Manifest b/dev-python/tempy/Manifest index e25e0d9ec..f22f04677 100644 --- a/dev-python/tempy/Manifest +++ b/dev-python/tempy/Manifest @@ -1 +1 @@ -DIST tempy-9999.zip 1553322 BLAKE2B 777b0a3248fc5ed50f8f3ac1d9e7ad9c05106b276352f4c1473ce48e83e0cbab77e4889742165d54df7f7fe44b023629455ed749811828d29380c294df333284 SHA512 23aa2ceb008799120ea1734041b0e73ad5f5ebf5a89cff7fdd8d63d4346d2aad2134637a1b5febf2987cadd82ffe3fd1c6c6709696dd500c9ca8d27ba61426a7 +DIST tempy-1.0.8.tar.gz 1526803 BLAKE2B da6a8417ec90f2f3a7b167e8b4a38310d8729e281a57d9e05e72b7a315fb59cf308df55e8f7d380a49a191b6d20c51b95b481b33468f92b634ede23aa21678e9 SHA512 e2a43d978fae111a7dababa541fcc59eb25c22e548ea965af2a1072cc4d095e12235657a96300f37a1f92c040c6797100b7150ab80945252cc28b4e0bab29182 diff --git a/dev-python/tempy/files/assets.patch b/dev-python/tempy/files/assets.patch index 42a65328f..dff32bce6 100644 --- a/dev-python/tempy/files/assets.patch +++ b/dev-python/tempy/files/assets.patch @@ -1,15 +1,15 @@ diff --git a/setup.py b/setup.py -index 8911137..89122c4 100644 +index f67994f..e62f7c1 100644 --- a/setup.py +++ b/setup.py -@@ -23,9 +23,7 @@ setup( +@@ -23,8 +23,8 @@ setup( "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], - packages=["tempy"], -- package_data={"": ["assets/*.txt"]}, -- include_package_data=True, +- package_data={"": ["assets/*.txt", "tempyrc"]}, + packages=["tempy", "tempy.assets"], ++ package_data={"": ["tempyrc"]}, + include_package_data=True, install_requires=["requests", "rich"], entry_points={"console_scripts": ["tempy=tempy.__main__:main"]}, - python_requires=">=3.6", diff --git a/dev-python/tempy/tempy-9999.ebuild b/dev-python/tempy/tempy-1.0.8.ebuild similarity index 64% rename from dev-python/tempy/tempy-9999.ebuild rename to dev-python/tempy/tempy-1.0.8.ebuild index ab048545e..06fb258dd 100644 --- a/dev-python/tempy/tempy-9999.ebuild +++ b/dev-python/tempy/tempy-1.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,8 +10,8 @@ inherit distutils-r1 DESCRIPTION="A simple, visually pleasing weather report in your terminal" HOMEPAGE="https://github.com/noprobelm/tempy" -SRC_URI="https://github.com/noprobelm/tempy/archive/refs/heads/main.zip -> ${P}.zip" -S="${WORKDIR}/tempy-main" +SRC_URI="https://github.com/noprobelm/tempy/archive/0af52d8.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/tempy-0af52d8c18399cd19e2f162539e4869dbc46107a" LICENSE="MIT" SLOT="0" @@ -31,6 +31,6 @@ PATCHES=( distutils_enable_tests pytest pkg_postinst() { - elog By default, tempy is using the API key of the developper by making requests trhought their proxy server. - elog If you do no want this to be the case, you can register your own API key at https://www.weatherapi.com, and store it in '$HOME/.config/tempyrc'. + elog By default, tempy is using the API key of the developper by making requests throught their proxy server. + elog You can register your own API key at https://www.weatherapi.com, and store it in '$HOME/.config/tempyrc'. }