commit: 2d783077a7406478447e615c8504b2108c6f0741
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 2 16:13:42 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb 2 16:13:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d783077
dev-python/markovify: new package, add 0.9.4
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/markovify/Manifest | 1 +
dev-python/markovify/markovify-0.9.4.ebuild | 26 ++++++++++++++++++++++++++
dev-python/markovify/metadata.xml | 13 +++++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-python/markovify/Manifest b/dev-python/markovify/Manifest
new file mode 100644
index 000000000..81b36f98e
--- /dev/null
+++ b/dev-python/markovify/Manifest
@@ -0,0 +1 @@
+DIST markovify-0.9.4.gh.tar.gz 288051 BLAKE2B
db6a0ca54afea016a3a759afc97cadcdfd4f1a840e63923dbd1096cb9ef372f4faf957ffaa0f2483a7cb5226846feb04321e72f267dc71b01f5852489d790b7e
SHA512
3380f48ed69f79322c1dddff9f8794cf44e7612b0698ebb902ec9b2f0ba3036d27faeb2d5f6e1680dea819872b5588642646ffa9232798d07f54b92364cdd2ed
diff --git a/dev-python/markovify/markovify-0.9.4.ebuild
b/dev-python/markovify/markovify-0.9.4.ebuild
new file mode 100644
index 000000000..97d2d699c
--- /dev/null
+++ b/dev-python/markovify/markovify-0.9.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simple, extensible Markov chain generator"
+HOMEPAGE="
+ https://pypi.org/project/markovify/
+ https://github.com/jsvine/markovify
+"
+SRC_URI="https://github.com/jsvine/${PN}/archive/refs/tags/v${PV}.tar.gz ->
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/unidecode[${PYTHON_USEDEP}]"
+
+# Does not work with vanilla unittest,
+# test suite is designed for running with nose.
+distutils_enable_tests pytest
diff --git a/dev-python/markovify/metadata.xml
b/dev-python/markovify/metadata.xml
new file mode 100644
index 000000000..04b5e385f
--- /dev/null
+++ b/dev-python/markovify/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Anna</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">markovify</remote-id>
+ <remote-id type="github">jsvine/markovify</remote-id>
+ </upstream>
+</pkgmetadata>