Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/smmap/
Date: Sat, 23 Jan 2021 08:55:37
Message-Id: 1611391750.be7fb3a688dc98c4fc033732f7757adb165c2656.mgorny@gentoo
1 commit: be7fb3a688dc98c4fc033732f7757adb165c2656
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 23 08:44:31 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 23 08:49:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7fb3a6
7
8 dev-python/smmap: Bump to 3.0.5
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/smmap/Manifest | 1 +
13 dev-python/smmap/smmap-3.0.5.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-python/smmap/Manifest b/dev-python/smmap/Manifest
17 index 449866347cd..4a537cdf8fa 100644
18 --- a/dev-python/smmap/Manifest
19 +++ b/dev-python/smmap/Manifest
20 @@ -1 +1,2 @@
21 DIST smmap-3.0.4.tar.gz 22459 BLAKE2B daccd2cfa4d448297d1a0b2c33c1a316e8c84ae5dbe934d688fbdf034a660214c98d428206b8e9ce1cab3e5f3561309a1e7f29e3371b7358954f0fe7ea37092d SHA512 da7e5c0257f29b487eb5ee18f29656340f7f6999dd625d93560444d526df8036a8fc4452242a2d01203907798709d82a0015709e097bc22acd3d0a8b976ef9fe
22 +DIST smmap-3.0.5.tar.gz 23228 BLAKE2B ccc36c33e9239f69a41eff291dcde7e455a84d886c2b087464b1b084ad8506b9d0f862b083635d51465089564edbd27ed0b7c9c5a0d1e58605b3db6f84dea857 SHA512 82d0167ba439164b5b9e6ca6081558b7f32af364f7935aa40500b34ca80e0fcf8d014e53eb2963e189d28ef18c8dd48da0b515392d149608fc3179fae3f69ee1
23
24 diff --git a/dev-python/smmap/smmap-3.0.5.ebuild b/dev-python/smmap/smmap-3.0.5.ebuild
25 new file mode 100644
26 index 00000000000..c3e03ccc775
27 --- /dev/null
28 +++ b/dev-python/smmap/smmap-3.0.5.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{7..9} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A pure Python implementation of a sliding window memory map manager"
40 +HOMEPAGE="
41 + https://pypi.org/project/smmap/
42 + https://github.com/gitpython-developers/smmap/"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="BSD"
46 +KEYWORDS="~amd64 ~arm64 ~x86"
47 +SLOT="0"
48 +
49 +distutils_enable_tests unittest