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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A127158020 for ; Mon, 12 Dec 2022 20:26:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 539FAE0877; Mon, 12 Dec 2022 20:26:03 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35082E0877 for ; Mon, 12 Dec 2022 20:26:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FA65340B4D for ; Mon, 12 Dec 2022 20:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEB25783 for ; Mon, 12 Dec 2022 20:26:00 +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: <1670876749.292ca6422f9d8b58b33330fd8a1a38631555dbb0.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymeeus/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pymeeus/Manifest dev-python/pymeeus/pymeeus-0.5.12.ebuild X-VCS-Directories: dev-python/pymeeus/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 292ca6422f9d8b58b33330fd8a1a38631555dbb0 X-VCS-Branch: dev Date: Mon, 12 Dec 2022 20:26:00 +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: e75fb9d8-368b-42c9-978e-fbb5bf9d7861 X-Archives-Hash: dbcee5652a7e7b6a2ac55d7871b672d0 commit: 292ca6422f9d8b58b33330fd8a1a38631555dbb0 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Dec 12 19:14:32 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Dec 12 20:25:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=292ca642 dev-python/pymeeus: add 0.5.12 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/pymeeus/Manifest | 1 + dev-python/pymeeus/pymeeus-0.5.12.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/pymeeus/Manifest b/dev-python/pymeeus/Manifest index 0236e9435..10f81071e 100644 --- a/dev-python/pymeeus/Manifest +++ b/dev-python/pymeeus/Manifest @@ -1 +1,2 @@ DIST PyMeeus-0.5.11.tar.gz 5368346 BLAKE2B d1bde9d62bd3349533b086ecbf5f6c455caf333cbdb0f32d11cac450db07708e442bc44cb085ec5140231158b95068e688e9c8abfcc62ba0e52e1cdd2de294b8 SHA512 9c109a7ed0ff3635e8b1eb4ee444bc5086528169fc942719385b02c5d5eca1f1ec3d3988bb06140e94f3d4ab741473880d8a36e187c468b9b91a3254575b92e6 +DIST PyMeeus-0.5.12.tar.gz 5752712 BLAKE2B f7c80c79d72c071a57a19373ce818892f2e56e5339c4b8f2e2e2ff32e7363d8607046962f4289b7802a3219d03fafbd6ad233a271dba1f0d46ee29052d0125c1 SHA512 33f68f352cb6737aeec9782727c5ded921cf6f5561cfd7ecb237f7cf4b431e1010f7dff49d779ea368c8298a3012da84f6fa3afc7efc08579b798bb17558c423 diff --git a/dev-python/pymeeus/pymeeus-0.5.12.ebuild b/dev-python/pymeeus/pymeeus-0.5.12.ebuild new file mode 100644 index 000000000..86fce5fe2 --- /dev/null +++ b/dev-python/pymeeus/pymeeus-0.5.12.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} pypy3 ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +MY_PN="PyMeeus" +MY_P="${MY_PN}-${PV}" +DESCRIPTION="Python implementation of Jean Meeus astronomical routines" +HOMEPAGE=" + https://pypi.org/project/PyMeeus/ + https://github.com/architest/pymeeus +" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest + +distutils_enable_sphinx docs/source \ + dev-python/sphinx_rtd_theme