From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50C94158B20 for ; Sun, 02 Feb 2025 16:18:11 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3CFF8342FEA for ; Sun, 02 Feb 2025 16:18:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3EE811103B6; Sun, 02 Feb 2025 16:18:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3228B1103B6 for ; Sun, 02 Feb 2025 16:18:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48489342FEA for ; Sun, 02 Feb 2025 16:18:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DEE91845 for ; Sun, 02 Feb 2025 16:18:07 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1738512822.2d783077a7406478447e615c8504b2108c6f0741.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/markovify/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/markovify/Manifest dev-python/markovify/markovify-0.9.4.ebuild dev-python/markovify/metadata.xml X-VCS-Directories: dev-python/markovify/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 2d783077a7406478447e615c8504b2108c6f0741 X-VCS-Branch: dev Date: Sun, 02 Feb 2025 16:18:07 +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: 48aef19a-f228-498e-a567-1918bc4a673f X-Archives-Hash: eae491b62f73fa6735ef0e7cab364f0c commit: 2d783077a7406478447e615c8504b2108c6f0741 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Feb 2 16:13:42 2025 +0000 Commit: Anna Vyalkova sysrq in> 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 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 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + + markovify + jsvine/markovify + +