public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyxDamerauLevenshtein/
Date: Sat, 16 Jan 2021 08:05:07 +0000 (UTC)	[thread overview]
Message-ID: <1610784179.65e5899f5a07f9d7401ecb4ea546e8a7ee05ab7b.juippis@gentoo> (raw)

commit:     65e5899f5a07f9d7401ecb4ea546e8a7ee05ab7b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Dec 19 15:13:00 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 08:02:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e5899f

dev-python/pyxDamerauLevenshtein: new dependency of spyder

Implements the Damerau-Levenshtein edit distance algorithm for Python in Cython.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/pyxDamerauLevenshtein/Manifest          |  1 +
 dev-python/pyxDamerauLevenshtein/metadata.xml      | 16 +++++++++++++++
 .../pyxDamerauLevenshtein-1.6.1.ebuild             | 23 ++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/pyxDamerauLevenshtein/Manifest b/dev-python/pyxDamerauLevenshtein/Manifest
new file mode 100644
index 00000000000..ac37d80b03b
--- /dev/null
+++ b/dev-python/pyxDamerauLevenshtein/Manifest
@@ -0,0 +1 @@
+DIST pyxDamerauLevenshtein-1.6.1.tar.gz 60737 BLAKE2B b03e80dadd7d748b2788a85b84bc0fe088905ace412b71302176a2cf5a23b1f109af50f7e5393b4dce42bfa99bebb2793376bf40e24b5ac4d3cc5e9076c1e899 SHA512 941c621035719e42402c59d7baa602b3147caf7564a4771e4e301c70e04534f72c21f13eb0e15f4382f5eae1aa149ba09e3223c6292588facce43d6cf4af91c8

diff --git a/dev-python/pyxDamerauLevenshtein/metadata.xml b/dev-python/pyxDamerauLevenshtein/metadata.xml
new file mode 100644
index 00000000000..29698d463b0
--- /dev/null
+++ b/dev-python/pyxDamerauLevenshtein/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>andrewammerlaan@riseup.net</email>
+		<name>Andrew Ammerlaan</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">pyxDamerauLevenshtein</remote-id>
+		<remote-id type="github">gfairchild/pyxDamerauLevenshtein</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pyxDamerauLevenshtein/pyxDamerauLevenshtein-1.6.1.ebuild b/dev-python/pyxDamerauLevenshtein/pyxDamerauLevenshtein-1.6.1.ebuild
new file mode 100644
index 00000000000..39baaccb24d
--- /dev/null
+++ b/dev-python/pyxDamerauLevenshtein/pyxDamerauLevenshtein-1.6.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Implements the Damerau-Levenshtein edit distance algorithm for Python in Cython"
+HOMEPAGE="https://github.com/gfairchild/pyxDamerauLevenshtein"
+SRC_URI="https://github.com/gfairchild/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/cython[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-01-16  8:05 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-16  8:05 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-09 18:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyxDamerauLevenshtein/ Michał Górny
2021-02-10  8:06 Michał Górny
2021-04-01 12:11 Thomas Deutschmann
2021-04-02 10:33 Agostino Sarubbo
2021-05-26 17:24 Andrew Ammerlaan
2021-06-25  7:22 Andrew Ammerlaan
2022-04-24 11:06 Jakov Smolić
2022-06-05  5:48 Michał Górny
2022-08-07  8:54 Michał Górny
2022-09-06 21:12 Sam James
2022-09-06 21:15 Sam James
2022-09-07  5:03 Michał Górny
2022-11-19 16:57 Arthur Zamarin
2023-04-09 20:40 Andrew Ammerlaan
2023-05-27 10:05 Arthur Zamarin
2024-05-03  3:42 Michał Górny
2024-05-17  8:46 Arthur Zamarin
2024-05-17  8:51 Arthur Zamarin
2024-05-17  9:49 Michał Górny
2024-05-17  9:55 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1610784179.65e5899f5a07f9d7401ecb4ea546e8a7ee05ab7b.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox