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 98DCD15807A for ; Wed, 9 Oct 2024 06:31:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D69ABE29B1; Wed, 9 Oct 2024 06:31:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BB63AE29B4 for ; Wed, 9 Oct 2024 06:31:07 +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 EFDE43431B7 for ; Wed, 9 Oct 2024 06:31:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5990E2191 for ; Wed, 9 Oct 2024 06:31:05 +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: <1728455443.7be99a1a98f20537bc06f73c4f368ab76dac1b6f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/isodate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/isodate/Manifest dev-python/isodate/isodate-0.7.2.ebuild X-VCS-Directories: dev-python/isodate/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7be99a1a98f20537bc06f73c4f368ab76dac1b6f X-VCS-Branch: master Date: Wed, 9 Oct 2024 06:31:05 +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: 6cc04331-6240-496e-814f-be043af788e3 X-Archives-Hash: 31797fb1c2baf7a29c33b98a44860f65 commit: 7be99a1a98f20537bc06f73c4f368ab76dac1b6f Author: Michał Górny gentoo org> AuthorDate: Wed Oct 9 05:02:01 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 9 06:30:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be99a1a dev-python/isodate: Bump to 0.7.2 Signed-off-by: Michał Górny gentoo.org> dev-python/isodate/Manifest | 1 + dev-python/isodate/isodate-0.7.2.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-python/isodate/Manifest b/dev-python/isodate/Manifest index b8cafbfbdce8..5d2ad9cf94c2 100644 --- a/dev-python/isodate/Manifest +++ b/dev-python/isodate/Manifest @@ -1 +1,2 @@ DIST isodate-0.6.1.tar.gz 28443 BLAKE2B 2b451e4dd9a9979feb930090cf045b21c984e962222edc59eff6f08a448258833ac5c368701ed2a703d48c1238122cbe7f628d136124920730bbd96fa04519dc SHA512 437e420ec7ee68dedded825f30d3289eeb0da526208443e5a8e50fe70f12309515e1285b21132d26e6d4c1683f90dfa1d401582042b5e4381fe7ab0e34af26b6 +DIST isodate-0.7.2.tar.gz 29705 BLAKE2B a9d4edec06eb9f3760ecc787a41b4ab04a94f356a9adfe5b110aaaf556fcbcfcacf5b38013af25ff8a578087ce9c11ddddeab81b3aa05d60a0a33afe938d360c SHA512 6361ff91b797c1b925de3c97d53b3d521534f2d81a87b724f32da83238b8458feccf3805971e6b4e1986440b6bb9c47cb707499d340de79214dfc135336f9235 diff --git a/dev-python/isodate/isodate-0.7.2.ebuild b/dev-python/isodate/isodate-0.7.2.ebuild new file mode 100644 index 000000000000..b5738bd851dd --- /dev/null +++ b/dev-python/isodate/isodate-0.7.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="ISO 8601 date/time/duration parser and formatter" +HOMEPAGE=" + https://github.com/gweis/isodate/ + https://pypi.org/project/isodate/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" + +distutils_enable_tests pytest