public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ukkonen/
Date: Fri, 19 Nov 2021 09:03:05 +0000 (UTC)	[thread overview]
Message-ID: <1637312578.680615f98b1fc56d9ae5472022fa9fee51bf5125.mgorny@gentoo> (raw)

commit:     680615f98b1fc56d9ae5472022fa9fee51bf5125
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 08:35:32 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 09:02:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680615f9

dev-python/ukkonen: New dep of dev-python/identify, v1.0.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ukkonen/Manifest             |  1 +
 dev-python/ukkonen/metadata.xml         | 11 +++++++++++
 dev-python/ukkonen/ukkonen-1.0.0.ebuild | 27 +++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/ukkonen/Manifest b/dev-python/ukkonen/Manifest
new file mode 100644
index 000000000000..dbc7baf73229
--- /dev/null
+++ b/dev-python/ukkonen/Manifest
@@ -0,0 +1 @@
+DIST ukkonen-1.0.0.gh.tar.gz 4541 BLAKE2B c93623523fc57b27bb68a2bb41fca51a967910c4936140bee628b4270e343e7902b9e7a6fb85bc89c197e2b0c6897c2d3f788886541bc8b6b7758a6f158a5c6c SHA512 87e3078e8cd4807af3f91c1be7766454705b077cb093eadac34d1af4d56b458813c1062eb086232bffa43b5ca7aa07ed88192e56dacce96c6781f16129111d79

diff --git a/dev-python/ukkonen/metadata.xml b/dev-python/ukkonen/metadata.xml
new file mode 100644
index 000000000000..d4ba35cb5b1c
--- /dev/null
+++ b/dev-python/ukkonen/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">ukkonen</remote-id>
+		<remote-id type="github">asottile/ukkonen</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/ukkonen/ukkonen-1.0.0.ebuild b/dev-python/ukkonen/ukkonen-1.0.0.ebuild
new file mode 100644
index 000000000000..9b905245dcd3
--- /dev/null
+++ b/dev-python/ukkonen/ukkonen-1.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Implementation of bounded Levenshtein distance (Ukkonen)"
+HOMEPAGE="
+	https://pypi.org/project/ukkonen/
+	https://github.com/asottile/ukkonen/"
+SRC_URI="
+	https://github.com/asottile/ukkonen/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	$(python_gen_cond_dep '
+		dev-python/cffi[${PYTHON_USEDEP}]
+	' 'python*')"
+BDEPEND=${RDEPEND}
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-11-19  9:03 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-19  9:03 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-19 11:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/ukkonen/ Arthur Zamarin
2021-11-19 15:18 Marek Szuba
2021-11-20 10:23 Arthur Zamarin
2021-12-03  8:04 Arthur Zamarin
2021-12-04  9:35 Arthur Zamarin
2021-12-08 21:58 Michał Górny
2021-12-22  0:44 Sam James
2021-12-22  0:45 Sam James
2022-05-16 18:41 Arthur Zamarin
2022-05-16 18:41 Arthur Zamarin
2022-05-20  8:29 Michał Górny
2022-06-16  9:52 Jakov Smolić
2022-06-16 10:16 Jakov Smolić
2022-06-16 11:49 Michał Górny
2023-04-25 23:17 Sam James
2023-05-04 17:04 Michał Górny
2023-05-27 13:21 Michał Górny
2023-11-24 15:22 Arthur Zamarin
2024-05-18 11:11 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=1637312578.680615f98b1fc56d9ae5472022fa9fee51bf5125.mgorny@gentoo \
    --to=mgorny@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