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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2EC3138351 for ; Tue, 5 May 2020 07:15:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2D8EE08A0; Tue, 5 May 2020 07:15:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DDD0BE08A0 for ; Tue, 5 May 2020 07:15:14 +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 CD5A234F628 for ; Tue, 5 May 2020 07:15:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA2C8213 for ; Tue, 5 May 2020 07:15:11 +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: <1588662904.8fd08b3e77eec51074ac47b5f57b7b76ad867742.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.4.ebuild X-VCS-Directories: dev-python/smmap/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8fd08b3e77eec51074ac47b5f57b7b76ad867742 X-VCS-Branch: master Date: Tue, 5 May 2020 07:15:11 +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: 022294a3-79f9-45ce-9833-3f65fe788428 X-Archives-Hash: 1eaab477674c61e2c274f1a459c6300d commit: 8fd08b3e77eec51074ac47b5f57b7b76ad867742 Author: Michał Górny gentoo org> AuthorDate: Tue May 5 05:33:25 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 5 07:15:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd08b3e dev-python/smmap: Bump to 3.0.4 Signed-off-by: Michał Górny gentoo.org> dev-python/smmap/Manifest | 1 + dev-python/smmap/smmap-3.0.4.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-python/smmap/Manifest b/dev-python/smmap/Manifest index 640e291ac3e..dccb44ca68a 100644 --- a/dev-python/smmap/Manifest +++ b/dev-python/smmap/Manifest @@ -1 +1,2 @@ DIST smmap-3.0.2.tar.gz 22511 BLAKE2B 26aa528628d9f923b883481e635292c7eeba70d37c8258dd242a5ff875ec4627c57c753e4ce72de6d19ef7227540689b6c410d941079ef5c1b279c30f65e50a0 SHA512 52db538f16b9d0bdbbb932c7eb67510facd0638ea69dec21e9d503c3381195130ac0bc1f48db24ca76b8e31b07279799a767dd7e1bf1d755e7f7684f3285b8da +DIST smmap-3.0.4.tar.gz 22459 BLAKE2B daccd2cfa4d448297d1a0b2c33c1a316e8c84ae5dbe934d688fbdf034a660214c98d428206b8e9ce1cab3e5f3561309a1e7f29e3371b7358954f0fe7ea37092d SHA512 da7e5c0257f29b487eb5ee18f29656340f7f6999dd625d93560444d526df8036a8fc4452242a2d01203907798709d82a0015709e097bc22acd3d0a8b976ef9fe diff --git a/dev-python/smmap/smmap-3.0.4.ebuild b/dev-python/smmap/smmap-3.0.4.ebuild new file mode 100644 index 00000000000..73277c500b9 --- /dev/null +++ b/dev-python/smmap/smmap-3.0.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A pure Python implementation of a sliding window memory map manager" +HOMEPAGE=" + https://pypi.org/project/smmap/ + https://github.com/Byron/smmap" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~arm64 ~x86" +SLOT="0" + +distutils_enable_tests unittest