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 6F45D15800F for ; Thu, 2 Feb 2023 12:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DE9DE0C17; Thu, 2 Feb 2023 12:20:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37DB4E0C12 for ; Thu, 2 Feb 2023 12:20:01 +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 656A833D3C2 for ; Thu, 2 Feb 2023 12:20:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BCC289B for ; Thu, 2 Feb 2023 12:19:58 +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: <1675339766.36a98008d26d93f559892acda6c4082bb71529a4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/atomicwrites/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/atomicwrites/Manifest dev-python/atomicwrites/atomicwrites-1.4.1.ebuild X-VCS-Directories: dev-python/atomicwrites/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 36a98008d26d93f559892acda6c4082bb71529a4 X-VCS-Branch: master Date: Thu, 2 Feb 2023 12:19:58 +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: d5d4aaff-b71d-4f07-9cb1-fadc4c34a4cb X-Archives-Hash: 962328083b25f24e6bfcc7a561b23c9f commit: 36a98008d26d93f559892acda6c4082bb71529a4 Author: Michał Górny gentoo org> AuthorDate: Thu Feb 2 12:09:26 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 2 12:09:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a98008 dev-python/atomicwrites: Bump to 1.4.1 Signed-off-by: Michał Górny gentoo.org> dev-python/atomicwrites/Manifest | 1 + dev-python/atomicwrites/atomicwrites-1.4.1.ebuild | 24 +++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-python/atomicwrites/Manifest b/dev-python/atomicwrites/Manifest index bfbde24ae0c4..dc01ca370d1d 100644 --- a/dev-python/atomicwrites/Manifest +++ b/dev-python/atomicwrites/Manifest @@ -1 +1,2 @@ DIST atomicwrites-1.4.0.tar.gz 11790 BLAKE2B 98a262f46acdfb94f56175368bebe3dbd5d46c1bd694362f5c9211c7be2016821c9a833f1061f41f77adadb3a26b6c6d3ac1761a13bec1f9ac2c3c0a35a58ad2 SHA512 493fd15174880917650643db1fe85e2703add730189c23fcff11ceb87175f546b9251050ade506d0b48300e0f2a39ee5a4dcd4da8cb3e27680fd05553d6662cb +DIST atomicwrites-1.4.1.tar.gz 14227 BLAKE2B 189702d908fde9f7e3ba38abe94d874a9c27d9f6dcf50c635c31835aee9667679670134c68e48449d041c1e45d7775ddf9d3212f6ed4ac89dd100c3eda14ce4c SHA512 d02f58ba639a3ba677eedd78016d366a6e77c79d31903ad34f0a50202aba9b9616f933e9763c42da197ada124abd3510c54d0b10099159308c186bccc6270f32 diff --git a/dev-python/atomicwrites/atomicwrites-1.4.1.ebuild b/dev-python/atomicwrites/atomicwrites-1.4.1.ebuild new file mode 100644 index 000000000000..774dc9a91ba7 --- /dev/null +++ b/dev-python/atomicwrites/atomicwrites-1.4.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="Atomic file writes" +HOMEPAGE=" + https://github.com/untitaker/python-atomicwrites/ + https://pypi.org/project/atomicwrites/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +distutils_enable_tests pytest +distutils_enable_sphinx docs \ + dev-python/sphinx_rtd_theme