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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B967A1382C5 for ; Sat, 20 Feb 2021 14:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A35BE0878; Sat, 20 Feb 2021 14:42:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00F66E0878 for ; Sat, 20 Feb 2021 14:42:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68EB0340DBA for ; Sat, 20 Feb 2021 14:42:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE70946B for ; Sat, 20 Feb 2021 14:42:26 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1613832143.ef1576f1abdd3e4a638f3fcd79cdd1b299f07cb0.xgqt@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.3.13.ebuild X-VCS-Directories: dev-python/pymeeus/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: ef1576f1abdd3e4a638f3fcd79cdd1b299f07cb0 X-VCS-Branch: dev Date: Sat, 20 Feb 2021 14:42:26 +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: 8923e4f3-5f83-4a5a-b56c-22e296a735cf X-Archives-Hash: 8847703cfa0a6ba59a3d8db8664a4c0e commit: ef1576f1abdd3e4a638f3fcd79cdd1b299f07cb0 Author: Maciej Barć protonmail com> AuthorDate: Sat Feb 20 14:42:23 2021 +0000 Commit: Maciej Barć protonmail com> CommitDate: Sat Feb 20 14:42:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef1576f1 dev-python/pymeeus: bump to 0.3.13 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Maciej Barć protonmail.com> dev-python/pymeeus/Manifest | 1 + dev-python/pymeeus/pymeeus-0.3.13.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-python/pymeeus/Manifest b/dev-python/pymeeus/Manifest index d44f7772..39e8110f 100644 --- a/dev-python/pymeeus/Manifest +++ b/dev-python/pymeeus/Manifest @@ -1 +1,2 @@ +DIST PyMeeus-0.3.13.tar.gz 5254730 BLAKE2B 09ed8f061e9c515c215318b613305e2f7ea1e5a2581c9caa270443a32de760dd77e09007771154177fe7e45cb7f8874351f585a5b17f4f56956e6049f68bcf87 SHA512 436eb990c47eab2eefa4d8eaa65171d4e630653c73f316d4f6097c10306aae70983fba074bfbaa44737ce2f55b4450b5c44e5a15e551f30a2c533f35a1d05965 DIST PyMeeus-0.3.7.tar.gz 732308 BLAKE2B c8231e154ca08ba0ccc68d3634f7b3d6ec0d94980134fbb495409856d01a7588d506e142120b632e89158da16b6a635d0a33f6f270d87ec16a214d71f78bad75 SHA512 834fd3329437827a65a653b5bde9070e049a7932cac3ce06edfdfbd8efd6649b96de9ce46c032b18a7413bcf30d012f21857442e9dd2cf1f0ef23434682cf5e0 diff --git a/dev-python/pymeeus/pymeeus-0.3.13.ebuild b/dev-python/pymeeus/pymeeus-0.3.13.ebuild new file mode 100644 index 00000000..d05cbe5c --- /dev/null +++ b/dev-python/pymeeus/pymeeus-0.3.13.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN="PyMeeus" +MY_P="${MY_PN}-${PV}" + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="Python implementation of Jean Meeus astronomical routines" +HOMEPAGE="https://github.com/architest/pymeeus" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/${MY_P}" + +distutils_enable_tests pytest +distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme