From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 881EC158064 for ; Tue, 7 May 2024 21:08:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2DAA2BC015; Tue, 7 May 2024 21:08:12 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 8B0882BC015 for ; Tue, 7 May 2024 21:08:12 +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 841893430DE for ; Tue, 7 May 2024 21:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8EF693E for ; Tue, 7 May 2024 21:08:09 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1715116062.967b73a8f7b271564db0c05133d1b1a6ea96d53f.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/conway-polynomials/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/conway-polynomials/Manifest dev-python/conway-polynomials/conway-polynomials-0.10.ebuild X-VCS-Directories: dev-python/conway-polynomials/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 967b73a8f7b271564db0c05133d1b1a6ea96d53f X-VCS-Branch: master Date: Tue, 7 May 2024 21:08:09 +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: 8fa54b62-5cb6-40bf-a341-936a408618e3 X-Archives-Hash: cf729468f53314140aa258de0ef7ba5a commit: 967b73a8f7b271564db0c05133d1b1a6ea96d53f Author: Michael Orlitzky gentoo org> AuthorDate: Tue May 7 20:44:24 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue May 7 21:07:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967b73a8 dev-python/conway-polynomials: add 0.10 Signed-off-by: Michael Orlitzky gentoo.org> dev-python/conway-polynomials/Manifest | 1 + .../conway-polynomials-0.10.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-python/conway-polynomials/Manifest b/dev-python/conway-polynomials/Manifest index 21c10c107e81..cf82c7974e30 100644 --- a/dev-python/conway-polynomials/Manifest +++ b/dev-python/conway-polynomials/Manifest @@ -1 +1,2 @@ DIST conway-polynomials-0.9.tar.gz 245106 BLAKE2B 3b44b337151428a18f8fc01bfa92ffe4019d2427242efed3a9edec93e2054f706ad3735505a5d90382a1c4c8e9846080de1d34538f053ba2ccda88e91fcc5fc6 SHA512 15f0dcd69f2ffb78f4f4a7d8e11ac0e37fb23bea124778b24a4bff228a00f2f09e830e49225f0b574869f88e9c90e9114921e240eb462c10071c124d04fe90a2 +DIST conway_polynomials-0.10.tar.gz 307447 BLAKE2B f079041954dc280204ae7d0dcb467c1cd982ff1f4a46eb8193ae3bb20c47f7394c1f5de31dd573f240a89b9e2f174d97744af944ce498cd6a6cc029389ca7517 SHA512 8ddaea35ba5974cea7ede93c5fde8d481a484cd5c5c2d310e64a7fb9bb22f6781a36cc30d1e75fc79c47af2241b34102cff60e5776963859bfee5f3799772fc8 diff --git a/dev-python/conway-polynomials/conway-polynomials-0.10.ebuild b/dev-python/conway-polynomials/conway-polynomials-0.10.ebuild new file mode 100644 index 000000000000..a60b97eac7be --- /dev/null +++ b/dev-python/conway-polynomials/conway-polynomials-0.10.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python interface to Frank Lübeck's Conway polynomial database" +HOMEPAGE=" + https://github.com/sagemath/conway-polynomials/ + https://pypi.org/project/conway-polynomials/ +" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest