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 DE3F113835A for ; Sun, 21 Mar 2021 13:35:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15A49E089C; Sun, 21 Mar 2021 13:35:56 +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 E194BE089C for ; Sun, 21 Mar 2021 13:35:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1638A335D95 for ; Sun, 21 Mar 2021 13:35:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D34E35B4 for ; Sun, 21 Mar 2021 13:35:52 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1616333736.13d16219a4be84cc3f6dad75966d7723eadc08cf.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/textdistance/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/textdistance/Manifest dev-python/textdistance/metadata.xml dev-python/textdistance/textdistance-4.2.1.ebuild X-VCS-Directories: dev-python/textdistance/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 13d16219a4be84cc3f6dad75966d7723eadc08cf X-VCS-Branch: master Date: Sun, 21 Mar 2021 13:35:52 +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: 41a52bb8-20f2-4dab-baf7-202000b14a78 X-Archives-Hash: a06e7f4bb84637dc7c4266589da3346d commit: 13d16219a4be84cc3f6dad75966d7723eadc08cf Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Mar 19 08:59:18 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Mar 21 13:35:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d16219 dev-python/textdistance: version bump 4.2.1, add test support Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> Signed-off-by: Joonas Niilola gentoo.org> dev-python/textdistance/Manifest | 1 + dev-python/textdistance/metadata.xml | 1 + dev-python/textdistance/textdistance-4.2.1.ebuild | 41 +++++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-python/textdistance/Manifest b/dev-python/textdistance/Manifest index ee6361a1a91..f4996bbfb58 100644 --- a/dev-python/textdistance/Manifest +++ b/dev-python/textdistance/Manifest @@ -1 +1,2 @@ DIST textdistance-4.2.0.tar.gz 34519 BLAKE2B 0432705c57cecd66fe8c9cd4c12293220f1aa72e26c17f7a99d0a312d6ac7c2bb769a01dce9fc950a578f50a490616cb76dbafec541cbe1d61dd8f645dd51281 SHA512 8b58d02824d0c94ece9d0322180dd25af7dd0cef708e3f981efa16e262373532de3d68aed7dffd2008cfb04f30495a1792f2f22e9f1d8a802426d464c20d7b07 +DIST textdistance-4.2.1.tar.gz 45095 BLAKE2B c0b7fec8adb3a90fc2f3c939a39492887a4989e16d6bd9c548fceb1d5020323d2782dabdb69ae17dc4c3cd795425b3fbdf9bb6041b1ef7df840c2b3a9e2a7e05 SHA512 daff22077800e42ae266edd8614a1300f3f2d080868dbd38e14d035f19853e555485d27ab0392401318e0c4ddc81fbf1b537dd3aa1ba25d7a89e5f0edde8ce46 diff --git a/dev-python/textdistance/metadata.xml b/dev-python/textdistance/metadata.xml index 7a0bdfbd91d..5b3c0dc6221 100644 --- a/dev-python/textdistance/metadata.xml +++ b/dev-python/textdistance/metadata.xml @@ -9,6 +9,7 @@ proxy-maint@gentoo.org Proxy Maintainers + textdistance life4/textdistance diff --git a/dev-python/textdistance/textdistance-4.2.1.ebuild b/dev-python/textdistance/textdistance-4.2.1.ebuild new file mode 100644 index 00000000000..37b4900e0ef --- /dev/null +++ b/dev-python/textdistance/textdistance-4.2.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Compute distance between the two texts" +HOMEPAGE="https://github.com/life4/textdistance" +SRC_URI="https://github.com/life4/textdistance/archive/v.${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND="test? ( + dev-python/abydos[${PYTHON_USEDEP}] + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/isort[${PYTHON_USEDEP}] + dev-python/jellyfish[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/python-levenshtein[${PYTHON_USEDEP}] + dev-python/pyxDamerauLevenshtein[${PYTHON_USEDEP}] +)" + +S="${WORKDIR}/${PN}-v.${PV}" + +distutils_enable_tests --install pytest + +python_prepare_all() { + # RuntimeError: cannot import distance.hamming + # these optional things are missing at the moment + sed -i -e 's:test_compare:_&:' \ + -e 's:test_qval:_&:' \ + -e 's:test_list_of_numbers:_&:' \ + tests/test_external.py || die + + distutils-r1_python_prepare_all +}