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 87E8F138334 for ; Sat, 7 Dec 2019 22:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05175E0893; Sat, 7 Dec 2019 22:53:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 290ECE0893 for ; Sat, 7 Dec 2019 22:53:05 +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 21C9634D876 for ; Sat, 7 Dec 2019 22:53:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C06618C4 for ; Sat, 7 Dec 2019 22:53:01 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1575759079.aa4434bd67acce87b9cda84ab9b576e07be13929.asturm@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.5.3.ebuild sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild X-VCS-Directories: sci-astronomy/pyephem/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aa4434bd67acce87b9cda84ab9b576e07be13929 X-VCS-Branch: master Date: Sat, 7 Dec 2019 22:53:01 +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: e107886e-4575-4584-83ac-f1be2e9c7278 X-Archives-Hash: 650cad5e89b1bd1d47cccac37e8954ad commit: aa4434bd67acce87b9cda84ab9b576e07be13929 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 7 22:49:52 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 7 22:51:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4434bd sci-astronomy/pyephem: Drop 3.7.5.3 and 3.7.6.0 (r0) Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-astronomy/pyephem/Manifest | 1 - sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild | 54 ---------------------------- sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild | 53 --------------------------- 3 files changed, 108 deletions(-) diff --git a/sci-astronomy/pyephem/Manifest b/sci-astronomy/pyephem/Manifest index 3b36919729c..cbf430afc0c 100644 --- a/sci-astronomy/pyephem/Manifest +++ b/sci-astronomy/pyephem/Manifest @@ -1,2 +1 @@ -DIST pyephem-3.7.5.3.tar.gz 735112 BLAKE2B 0edac4210c6ab745e64641d21f053fbd67a6e3841d1eb6b3b06bd5d4fcff0b6a1e1dc1634d8608e990eb6e588d030cc6a67115ebfd7bbefeb8f5ce219ae3ca1b SHA512 a61b6a19c35c10ee9d4eba72cb0e6b9446076a3943be58dfd5e084bc9ab09dc70f2ee335ba5f0ef9d9d4d34a461bf4b9ddd57dae50d2e8a8f565d411e47f2908 DIST pyephem-3.7.6.0.tar.gz 739561 BLAKE2B a8129632514940e6d786dcc50d2dd0bd1fff2b76b9d59f88820c93cce3400f9b15c4f7418bc778ee5ad60a8909a970aaea5df62c5192fcb71f822b97abc0dc4f SHA512 c3013ef943c0e1e2c30bba6f72912efb100b4c8c45904b7d6d7ba73d8b741564793a6e538117eb88abb824c93c874e2c955de734418ebd2370888718a149c9a8 diff --git a/sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild b/sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild deleted file mode 100644 index 31682fca98a..00000000000 --- a/sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Astronomical routines for the python programming language" -HOMEPAGE="https://rhodesmill.org/pyephem/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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="" - -src_prepare() { - # don't install rst files - 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() { - if [[ ${PYTHON_ABI} == "2.7" ]]; then - PYTHONPATH="$(ls -d ${BUILD_DIR}/lib*)" \ - ${EPYTHON} -m unittest discover -s src/ephem - else - PYTHONPATH="$(ls -d ${BUILD_DIR}/lib*)" \ - unit2 discover -s src/ephem - fi -} - -src_install() { - distutils-r1_src_install - use doc && dohtml -r ephem/doc/_build/html/* - - delete_tests() { - rm -r "${D}$(python_get_sitedir)/ephem/tests" || die - } - python_foreach_impl delete_tests -} diff --git a/sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild b/sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild deleted file mode 100644 index 8dcbafee4f8..00000000000 --- a/sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="Astronomical routines for the python programming language" -HOMEPAGE="https://rhodesmill.org/pyephem/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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="" - -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() { - if [[ ${PYTHON_ABI} == "2.7" ]]; then - PYTHONPATH="$(ls -d ${BUILD_DIR}/lib*)" \ - ${EPYTHON} -m unittest discover -s ephem - else - PYTHONPATH="$(ls -d ${BUILD_DIR}/lib*)" \ - unit2 discover -s ephem - fi -} - -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 -}