From 3507e7599a1e3a0a4acf8cb9512df4bfa4994442 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sat, 28 Dec 2019 19:46:52 +0300 Subject: [PATCH] dev-python/pymoc: remove last-rited pkg Signed-off-by: Mikle Kolyada --- dev-python/pymoc/Manifest | 1 - dev-python/pymoc/metadata.xml | 32 ----------------------------- dev-python/pymoc/pymoc-0.5.0.ebuild | 28 ------------------------- 3 files changed, 61 deletions(-) delete mode 100644 dev-python/pymoc/Manifest delete mode 100644 dev-python/pymoc/metadata.xml delete mode 100644 dev-python/pymoc/pymoc-0.5.0.ebuild diff --git a/dev-python/pymoc/Manifest b/dev-python/pymoc/Manifest deleted file mode 100644 index 59c2dceaeff3..000000000000 --- a/dev-python/pymoc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pymoc-0.5.0.tar.gz 33843 BLAKE2B 928b32a2982fa6faafbed04476bc3af444ae0e8617bad323f21d89bac8c6a21a8b24d721fb0502a0d5034e1eeaa67972666508e3fc2ad210c44e9a1c291a192b SHA512 cb327bed6fffa6eb4354c06f9b7e056baa9df1010d722b4fade6873fb862c4b27ea0a11647a510ce4007f7b8158e13eee7e146258d4c58ecee82adddf33bf89c diff --git a/dev-python/pymoc/metadata.xml b/dev-python/pymoc/metadata.xml deleted file mode 100644 index 0539850fc0b0..000000000000 --- a/dev-python/pymoc/metadata.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - - Frequently astronomical survey catalogues or images are sparse and - cover only a small part of the sky. In a Multi-Order Coverage map - the extent of data in a particular dataset is cached as a - pre-calculated mask image. The hierarchical nature enables fast - boolean operations in image space, without needing to perform complex - geometrical calculations. Services such as VizieR generally offer the - MOC masks, allowing a faster experience in graphical applications - such as Aladin, or for researchers quickly needing to locate which - datasets may contain overlapping coverage. - - The MOC mask image itself is tessellated and stored in NASA HealPix - format, encoded inside a FITS image container. Using the HealPix - (Hierarchical Equal Area isoLatitude Pixelization) tessellation - method ensures that more precision (pixels) in the mask are available - when describing complex shapes such as approximating survey or - polygon edges, while only needing to store a single big cell/pixel - when an coverage is either completely inside, or outside of the mask. - Catalogues can be rendered on the mask as circles. - - - pymoc - grahambell/pymoc - - diff --git a/dev-python/pymoc/pymoc-0.5.0.ebuild b/dev-python/pymoc/pymoc-0.5.0.ebuild deleted file mode 100644 index 451dd216cdfa..000000000000 --- a/dev-python/pymoc/pymoc-0.5.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) - -inherit distutils-r1 virtualx xdg-utils - -DESCRIPTION="Python Multi-Order Coverage maps for Virtual Observatory" -HOMEPAGE="https://pymoc.readthedocs.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-python/astropy[${PYTHON_USEDEP}] - dev-python/healpy[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - -python_test() { - PYTHONPATH=lib "${PYTHON}" -m unittest discover -s test || die -} -- 2.26.2