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 406541382C5 for ; Sat, 13 Jun 2020 16:30:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B83FE0BE0; Sat, 13 Jun 2020 16:30:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 534A4E0BE0 for ; Sat, 13 Jun 2020 16:30:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0BD0834F071 for ; Sat, 13 Jun 2020 16:30:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5E17242 for ; Sat, 13 Jun 2020 16:30:13 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1592065805.c7179010c07987b30862a61422b0f8c9f07585cc.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pyephem/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/pyephem/Manifest sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild X-VCS-Directories: sci-astronomy/pyephem/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c7179010c07987b30862a61422b0f8c9f07585cc X-VCS-Branch: master Date: Sat, 13 Jun 2020 16:30:13 +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: 397e7825-f706-44a2-b34a-9f09e79ae26c X-Archives-Hash: 8b75fbb9c143f960fd53486fe99a5d48 commit: c7179010c07987b30862a61422b0f8c9f07585cc Author: Pacho Ramos gentoo org> AuthorDate: Sat Jun 13 16:24:27 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jun 13 16:30:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7179010 sci-astronomy/pyephem: Bump to 3.7.7.1 Bug: https://bugs.gentoo.org/718464 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos gentoo.org> sci-astronomy/pyephem/Manifest | 1 + sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild | 48 ++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/sci-astronomy/pyephem/Manifest b/sci-astronomy/pyephem/Manifest index cbf430afc0c..57f82a81b8d 100644 --- a/sci-astronomy/pyephem/Manifest +++ b/sci-astronomy/pyephem/Manifest @@ -1 +1,2 @@ DIST pyephem-3.7.6.0.tar.gz 739561 BLAKE2B a8129632514940e6d786dcc50d2dd0bd1fff2b76b9d59f88820c93cce3400f9b15c4f7418bc778ee5ad60a8909a970aaea5df62c5192fcb71f822b97abc0dc4f SHA512 c3013ef943c0e1e2c30bba6f72912efb100b4c8c45904b7d6d7ba73d8b741564793a6e538117eb88abb824c93c874e2c955de734418ebd2370888718a149c9a8 +DIST pyephem-3.7.7.1.tar.gz 1622306 BLAKE2B aefdd7b7e4471140f1c2b5c065f663dfb1095d8d8325e23d4b5b9c683ff7a91020151429a992ad78be897ab738d9bc207afa337b7806fb244d6d6c8a1c680b7f SHA512 ae0d9562f33ee25065b33ea3d4b24a74e32259bebb07edf37deacaa77e6d24b3a7a49e4602393b45a3c7cfc7d8088f038e68e96ec3576a796b5486fc2946ac5a diff --git a/sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild b/sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild new file mode 100644 index 00000000000..4bd9bd962ee --- /dev/null +++ b/sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="Astronomical routines for the python programming language" +HOMEPAGE="https://rhodesmill.org/pyephem/" +SRC_URI="https://github.com/brandon-rhodes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="doc test" + +DEPEND="doc? ( dev-python/sphinx )" +RDEPEND="" + +RESTRICT="!test? ( test )" + +src_prepare() { + # Don't install rst files by dfefault + sed -i -e "s:'doc/\*\.rst',::" setup.py || die + distutils-r1_src_prepare +} + +src_compile() { + distutils-r1_src_compile + if use doc; then + PYTHONPATH=. emake -C ephem/doc html + fi +} + +python_test() { + PYTHONPATH="$(ls -d ${BUILD_DIR}/lib*)" unit2 discover -s ephem +} + +src_install() { + use doc && HTML_DOCS=( ephem/doc/_build/html/. ) + distutils-r1_src_install + + delete_tests() { + rm -r "${D}$(python_get_sitedir)/ephem/tests" || die + } + python_foreach_impl delete_tests +}