diff options
| author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-06-27 16:58:48 +0000 |
|---|---|---|
| committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-06-28 04:00:12 +0000 |
| commit | cfe66eaac18ce62aad4e6c441e41ff2efd86ba57 (patch) | |
| tree | 5c32fd1f365332bcc7eec156346c714ac803e9be /dev-python/astropy/astropy-1.3.3.ebuild | |
| parent | ae916d12cf0fc1d43dfd9af2b77a29551fbe71bf (diff) | |
| download | gentoo-cfe66eaac18ce62aad4e6c441e41ff2efd86ba57.tar.gz gentoo-cfe66eaac18ce62aad4e6c441e41ff2efd86ba57.tar.bz2 gentoo-cfe66eaac18ce62aad4e6c441e41ff2efd86ba57.zip | |
dev-python/astropy: ply-3.10 is not compatible, so to simplify, keep bundled ply.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/astropy/astropy-1.3.3.ebuild')
| -rw-r--r-- | dev-python/astropy/astropy-1.3.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/astropy/astropy-1.3.3.ebuild b/dev-python/astropy/astropy-1.3.3.ebuild index fad05b0a7b5c..784a43072ae8 100644 --- a/dev-python/astropy/astropy-1.3.3.ebuild +++ b/dev-python/astropy/astropy-1.3.3.ebuild @@ -16,11 +16,14 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" +# ply-3.10 incompatible, keep bundled (bug #622802) +#rdep: dev-python/ply[${PYTHON_USEDEP}] +#prep: cp "${FILESDIR}"/astropy-ply.py astropy/extern/ply.py || die + RDEPEND=" dev-libs/expat:0= dev-python/configobj[${PYTHON_USEDEP}] >=dev-python/numpy-1.10[${PYTHON_USEDEP}] - dev-python/ply[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] >=sci-astronomy/erfa-1.3:0= >=sci-astronomy/wcslib-5:0= @@ -61,7 +64,6 @@ python_prepare_all() { export mydistutilsargs="--offline" export ASTROPY_USE_SYSTEM_PYTEST=True #rm -r ${PN}_helpers || die - cp "${FILESDIR}"/astropy-ply.py astropy/extern/ply.py || die rm -r cextern/{expat,erfa,cfitsio,wcslib} || die sed -i -e '/auto_use/s/True/False/' setup.cfg || die cat >> setup.cfg <<-EOF |
