dev-python/markovify: new package, add 0.9.4

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2025-02-02 21:13:42 +05:00
parent 361ac7ac31
commit 2d783077a7
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1
3 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST markovify-0.9.4.gh.tar.gz 288051 BLAKE2B db6a0ca54afea016a3a759afc97cadcdfd4f1a840e63923dbd1096cb9ef372f4faf957ffaa0f2483a7cb5226846feb04321e72f267dc71b01f5852489d790b7e SHA512 3380f48ed69f79322c1dddff9f8794cf44e7612b0698ebb902ec9b2f0ba3036d27faeb2d5f6e1680dea819872b5588642646ffa9232798d07f54b92364cdd2ed

View File

@ -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

View File

@ -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>cyber+gentoo@sysrq.in</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>