From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1244364-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 449321382C5 for <garchives@archives.gentoo.org>; Sat, 23 Jan 2021 08:55:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80386E0B58; Sat, 23 Jan 2021 08:55:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 630F7E0B58 for <gentoo-commits@lists.gentoo.org>; Sat, 23 Jan 2021 08:55:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B8C933FE7D for <gentoo-commits@lists.gentoo.org>; Sat, 23 Jan 2021 08:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB17C4A5 for <gentoo-commits@lists.gentoo.org>; Sat, 23 Jan 2021 08:55:33 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1611391750.be7fb3a688dc98c4fc033732f7757adb165c2656.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/smmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/smmap/Manifest dev-python/smmap/smmap-3.0.5.ebuild X-VCS-Directories: dev-python/smmap/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: be7fb3a688dc98c4fc033732f7757adb165c2656 X-VCS-Branch: master Date: Sat, 23 Jan 2021 08:55:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c4ba4ae-b473-4c94-ac12-c62fdaa7565e X-Archives-Hash: 8eb0f4bb9fce5fa16b5df80c08a77eb6 commit: be7fb3a688dc98c4fc033732f7757adb165c2656 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 23 08:44:31 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 23 08:49:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7fb3a6 dev-python/smmap: Bump to 3.0.5 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/smmap/Manifest | 1 + dev-python/smmap/smmap-3.0.5.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-python/smmap/Manifest b/dev-python/smmap/Manifest index 449866347cd..4a537cdf8fa 100644 --- a/dev-python/smmap/Manifest +++ b/dev-python/smmap/Manifest @@ -1 +1,2 @@ DIST smmap-3.0.4.tar.gz 22459 BLAKE2B daccd2cfa4d448297d1a0b2c33c1a316e8c84ae5dbe934d688fbdf034a660214c98d428206b8e9ce1cab3e5f3561309a1e7f29e3371b7358954f0fe7ea37092d SHA512 da7e5c0257f29b487eb5ee18f29656340f7f6999dd625d93560444d526df8036a8fc4452242a2d01203907798709d82a0015709e097bc22acd3d0a8b976ef9fe +DIST smmap-3.0.5.tar.gz 23228 BLAKE2B ccc36c33e9239f69a41eff291dcde7e455a84d886c2b087464b1b084ad8506b9d0f862b083635d51465089564edbd27ed0b7c9c5a0d1e58605b3db6f84dea857 SHA512 82d0167ba439164b5b9e6ca6081558b7f32af364f7935aa40500b34ca80e0fcf8d014e53eb2963e189d28ef18c8dd48da0b515392d149608fc3179fae3f69ee1 diff --git a/dev-python/smmap/smmap-3.0.5.ebuild b/dev-python/smmap/smmap-3.0.5.ebuild new file mode 100644 index 00000000000..c3e03ccc775 --- /dev/null +++ b/dev-python/smmap/smmap-3.0.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="A pure Python implementation of a sliding window memory map manager" +HOMEPAGE=" + https://pypi.org/project/smmap/ + https://github.com/gitpython-developers/smmap/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~arm64 ~x86" +SLOT="0" + +distutils_enable_tests unittest