+++ /dev/null
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-MYPN=ATpy
-MYP="${MYPN}-${PV}"
-
-DESCRIPTION="Astronomical tables support for Python"
-HOMEPAGE="http://atpy.readthedocs.org/"
-SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
-
-DEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- dev-python/astropy[${PYTHON_USEDEP}]
- hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
- mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
- postgres? ( dev-python/pygresql )"
-
-IUSE="hdf5 mysql postgres sqlite"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-
-S="${WORKDIR}/${MYP}"
-
-python_test() {
- PYTHONPATH="${BUILD_DIR}/lib" "${EPYTHON}" runtests.py || die
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>sci-astronomy@gentoo.org</email>
- <name>Gentoo Astronomy Project</name>
-</maintainer>
-<longdescription lang="en">
- Astronomical Tables in Python (ATpy) is a high-level package
- providing a way to manipulate tables of astronomical data in a
- uniform way. A table is defined by any number of columns of data,
- each characterized by a column name, unit, null value, and
- description (the last three being optional), and can be supplemented
- with metadata in the form of keywords or comments. ATpy can be used
- to manipulate single tables as well as sets of tables. Table formats
- supported are FITS, VO, IPAC. Database supported are SQLite, MySQL
- and PostgreSQL.
-</longdescription>
-<upstream>
- <remote-id type="pypi">ATpy</remote-id>
-</upstream>
-</pkgmetadata>