commit:     206abaa44ccedcc92d05dd5fea7423381b5ce8fc
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 09:27:38 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 09:27:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206abaa4

dev-python/editdistance-s: treeclean

Closes: https://bugs.gentoo.org/851678
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/editdistance-s/Manifest                  |  1 -
 .../editdistance-s/editdistance-s-1.0.0.ebuild      | 21 ---------------------
 dev-python/editdistance-s/metadata.xml              | 20 --------------------
 profiles/package.mask                               |  7 -------
 4 files changed, 49 deletions(-)

diff --git a/dev-python/editdistance-s/Manifest 
b/dev-python/editdistance-s/Manifest
deleted file mode 100644
index 46fd7e954132..000000000000
--- a/dev-python/editdistance-s/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST editdistance-s-1.0.0.tar.gz 5408 BLAKE2B 
5420dff814de4d61f7c36c88113c568562a174205d8a4ff2b52b60e797f7459d95fd2a909b70911cfd7d0d67096a3844888bb88866980a2c43f8967a96ef4c55
 SHA512 
148234a38f54f70a2d6bc64f6a166a8954c79fb89d5f5c0bf3f041fe60056332901484a0626e218a72ae992f476305cbb662dfa0acdda794727fc682c569d718

diff --git a/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild 
b/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
deleted file mode 100644
index 73762b004b2e..000000000000
--- a/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Fast implementation of edit (Levenshtein) distance"
-HOMEPAGE="https://github.com/asottile/editdistance-s";
-SRC_URI="https://github.com/asottile/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv x86"
-
-RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest

diff --git a/dev-python/editdistance-s/metadata.xml 
b/dev-python/editdistance-s/metadata.xml
deleted file mode 100644
index 1ec83649f2ff..000000000000
--- a/dev-python/editdistance-s/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>mare...@gentoo.org</email>
-               <name>Marek Szuba</name>
-       </maintainer>
-       <longdescription>
-               This is a fork of "editdistance" with the following changes:
-                       * __hash__ based support is removed as it makes 
incorrect assumptions
-                       * only strings (type str) are supported
-                       * cffi replaces cython (so abi3 wheels can be produced)
-                       * the module is renamed to editdistance_s
-                       * the public api does not contain eval() (only 
distance())
-       </longdescription>
-       <upstream>
-               <remote-id type="github">asottile/editdistance-s</remote-id>
-               <remote-id type="pypi">editdistance-s</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 55ab90662380..41d0ba723e77 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -279,13 +279,6 @@ media-gfx/jpeg2ps
 # 2020. Removal on 2022-07-15.  Bug #718550.
 sys-cluster/csync2
 
-# Michał Górny <mgo...@gentoo.org> (2022-06-13)
-# Upstream has discontinued the fork.  No revdeps.  They recommend using
-# the original editdistance (not packaged on Gentoo)
-# or dev-python/ukkonen.
-# Removal on 2022-07-13.  Bug #851678.
-dev-python/editdistance-s
-
 # Matt Turner <matts...@gentoo.org> (2022-05-30)
 # libwacom-2 broke ABI compatibility; reverse dependencies need to be updated.
 # Bug #848501

Reply via email to