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 241FB158041 for ; Sun, 17 Mar 2024 16:24:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2524CE29EA; Sun, 17 Mar 2024 16:24:50 +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 06193E29EA for ; Sun, 17 Mar 2024 16:24:50 +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 1E21933F9FD for ; Sun, 17 Mar 2024 16:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 577601552 for ; Sun, 17 Mar 2024 16:24:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1710692681.cd15ab208a6a551069ec014a264c65aa94c04562.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/x-wr-timezone/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/x-wr-timezone/Manifest dev-python/x-wr-timezone/x-wr-timezone-0.0.7.ebuild X-VCS-Directories: dev-python/x-wr-timezone/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cd15ab208a6a551069ec014a264c65aa94c04562 X-VCS-Branch: master Date: Sun, 17 Mar 2024 16:24:46 +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: 7192c882-9eea-47c8-875a-e74e21c497ef X-Archives-Hash: ff609195fbfafab04edf241a8c6e69ba commit: cd15ab208a6a551069ec014a264c65aa94c04562 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 17 16:19:39 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 17 16:24:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd15ab20 dev-python/x-wr-timezone: Bump to 0.0.7 Signed-off-by: Michał Górny gentoo.org> dev-python/x-wr-timezone/Manifest | 1 + .../x-wr-timezone/x-wr-timezone-0.0.7.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-python/x-wr-timezone/Manifest b/dev-python/x-wr-timezone/Manifest index 39377130f7b4..f5f31581ea3f 100644 --- a/dev-python/x-wr-timezone/Manifest +++ b/dev-python/x-wr-timezone/Manifest @@ -1 +1,2 @@ DIST x-wr-timezone-0.0.6.gh.tar.gz 21989 BLAKE2B 0b6c1ba79d32d37a786a3dff73ee5f8317e6426c441a9ff7880d2c0c2fc9e535e29977f094a4bb4b95477f7a1586c1a1800abcede76ffe474879f63e38b00521 SHA512 62b7ef9d904a46711b1a29866b92327543c38cdba2a488769345210599eef2899310cad09bf4da4debe6bc7e78e3370aaf271a663250312d859f5c98850cb553 +DIST x-wr-timezone-0.0.7.gh.tar.gz 21988 BLAKE2B fa8ebf44de060b8e716dda0970dbf881f635d1fbaffb1f6fcfe1f847d4b3b765dbd89141a8aa96393cd205bdfd7e913f9405e22fdb22bbbe148ef0c0a75a291f SHA512 6d37de592741a8786855a1f6c8b61165b3267869dcd86e0b9fe56de31f326ee2f7206ab35c45c21713d4cc808d1b14934d6b5b9daac90791d13b0363af5b5cbf diff --git a/dev-python/x-wr-timezone/x-wr-timezone-0.0.7.ebuild b/dev-python/x-wr-timezone/x-wr-timezone-0.0.7.ebuild new file mode 100644 index 000000000000..bdc5e6f792b8 --- /dev/null +++ b/dev-python/x-wr-timezone/x-wr-timezone-0.0.7.ebuild @@ -0,0 +1,34 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Convert calendars using X-WR-TIMEZONE to standard ones" +HOMEPAGE=" + https://github.com/niccokunzmann/x-wr-timezone/ + https://pypi.org/project/x-wr-timezone/ +" +SRC_URI=" + https://github.com/niccokunzmann/x-wr-timezone/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + >=dev-python/icalendar-5.0.11[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +EPYTEST_IGNORE=( + test/test_readme.py +)