summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-19 22:36:59 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-19 22:36:59 +0100
commit442ba1916ffc4c88c9b5a2530184ea3feb5c4171 (patch)
treef9f411cc6c3873f01b817bf57c509832e3fa61b6
parentdev-python/rsa: Remove old (diff)
downloadgentoo-442ba1916ffc4c88c9b5a2530184ea3feb5c4171.tar.gz
gentoo-442ba1916ffc4c88c9b5a2530184ea3feb5c4171.tar.bz2
gentoo-442ba1916ffc4c88c9b5a2530184ea3feb5c4171.zip
dev-python/smmap: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/smmap/Manifest1
-rw-r--r--dev-python/smmap/smmap-3.0.5.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/smmap/Manifest b/dev-python/smmap/Manifest
index 871b53fa99d0..74448e6b27cd 100644
--- a/dev-python/smmap/Manifest
+++ b/dev-python/smmap/Manifest
@@ -1,2 +1 @@
-DIST smmap-3.0.5.tar.gz 23228 BLAKE2B ccc36c33e9239f69a41eff291dcde7e455a84d886c2b087464b1b084ad8506b9d0f862b083635d51465089564edbd27ed0b7c9c5a0d1e58605b3db6f84dea857 SHA512 82d0167ba439164b5b9e6ca6081558b7f32af364f7935aa40500b34ca80e0fcf8d014e53eb2963e189d28ef18c8dd48da0b515392d149608fc3179fae3f69ee1
DIST smmap-4.0.0.tar.gz 22524 BLAKE2B 2edd07925d9511879cb816f1e80d5fe7920ef91635f085b8d0ca81fa8d46bf0a1dfce7eab6f70250b93602a5a10e8170045f0720cf9fe3b26911d4e8b419f4cf SHA512 fae59fd4e8ccc95cbc07be3ece208e862948c2b537850376b169acc15b9f0b1d94d412fde88647c245dda117dbbdab4db6426e1d95f3f9779bdd40c2d9c7d2cd
diff --git a/dev-python/smmap/smmap-3.0.5.ebuild b/dev-python/smmap/smmap-3.0.5.ebuild
deleted file mode 100644
index 98acaf2978b4..000000000000
--- a/dev-python/smmap/smmap-3.0.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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 ~arm arm64 x86"
-SLOT="0"
-
-distutils_enable_tests unittest