diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-16 16:18:18 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-16 16:18:18 +0000 |
commit | 0704956f7256f1f618cc5e03af2c1dbd0e83dbc5 (patch) | |
tree | 881671532c0c3c82ebd4523b6d6cbc8ace982aae /dev-python/theano | |
parent | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (diff) |
gentoo resync : 16.01.2020
Diffstat (limited to 'dev-python/theano')
-rw-r--r-- | dev-python/theano/Manifest | 4 | ||||
-rw-r--r-- | dev-python/theano/theano-0.7.0.ebuild | 47 | ||||
-rw-r--r-- | dev-python/theano/theano-1.0.4.ebuild | 12 |
3 files changed, 7 insertions, 56 deletions
diff --git a/dev-python/theano/Manifest b/dev-python/theano/Manifest index 06718980c69b..50ff27ccc880 100644 --- a/dev-python/theano/Manifest +++ b/dev-python/theano/Manifest @@ -1,5 +1,3 @@ -DIST Theano-0.7.0.tar.gz 1985387 BLAKE2B 00d547d5d1f6bb4049a1db71442381ae3803be683975ccca7536b8971e066ac1d09a4fc93a7f70693ae052bbf681e0c59a8b30a326f862f870e10422b438f979 SHA512 6e6bf9afdebf3c281d71f5ceda73792e0a52b403b18776a639665767ac73ac4920b5042e29d656d517b8f023e5f9cd5a27086e0456dc40c42abf6f3569da3f06 DIST Theano-1.0.4.tar.gz 2840691 BLAKE2B 7f89caee3dd50d75ff09693fde7926f2b7da0f94758ef932f207feea29d74d38ed56591e6ebe0b46cfa043d5fb46d5b97028171acdfd324a01eb7b904169b4ac SHA512 3cc7f9dbb606c3c997c8651c34dd861721d5a8b99d06ed0887306d5a5ad0d7e402fbe29dcb5ad2f513b3bf75966e41a2854ebdf9a4fb212607345f84f367de8c -EBUILD theano-0.7.0.ebuild 1029 BLAKE2B 1102c18021f02a5b612e5dfa4c31c854353d1903970464a43e169763b6f36ca13c41bd1244dd138e647b0e3d1237338277bd71bb044465ac8ba6a6bb557dc28a SHA512 874a719f06de4ff493aaf8696300414a475362b78ae0640e8e68e0b68d4cbf939470c9f90b7ca75033a365e5807f9a5879b1baff99477e930a90cd3769f95b39 -EBUILD theano-1.0.4.ebuild 1278 BLAKE2B e0add6415b33061b306ca6463f74bac16cf865545c2bd7df032ac31224855f15c7682472de3a2db29d060d67670e6f22dac7e1e8d49096a6979c0ebc36463bdf SHA512 8ca3bbf382b43eaef044985f2db4d9f89d3842c7c30e7169d14051189fb36f025dbd0aff9403f2e1d2d66fbd806adf3ccb207f92406e44dbf0e67a0d4fa55761 +EBUILD theano-1.0.4.ebuild 1259 BLAKE2B db6bdbee3a83a1dae23f4f8b94ff19a90ee4c9a417213884d0c89319ff71c934d194bf5c860af42d7edf0795b5cbb132d2f33da33df9ae73b67eaef80cb7a966 SHA512 6944b8c5e16f08f37f6b07de04865974998d5bf3175f009ca1d5311f4ff9068efb6d8145747c8419eb6e17d7ba5aa4feccfd029c285c3dc55f40cb130a3e275f MISC metadata.xml 632 BLAKE2B 2bee1d4912596b45d3f5cc0528a927078a072091148dfce38892319b91a0635859fa91dea32565b4a7f5ed02726364a50870bab22197c57ff33c88a48ad9d223 SHA512 653fc6d180455ee24967e70f78682ed2a7e61022d6867390b4c4eb994699b3f293bafe45b4fcf1c4ace3f102acba41c5491e8fb39b9f6102f1022a2c51955ef7 diff --git a/dev-python/theano/theano-0.7.0.ebuild b/dev-python/theano/theano-0.7.0.ebuild deleted file mode 100644 index 9765e72f92ac..000000000000 --- a/dev-python/theano/theano-0.7.0.ebuild +++ /dev/null @@ -1,47 +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 versionator - -MYPN=Theano -MYP=${MYPN}-$(replace_version_separator 3 '') - -DESCRIPTION="Define and optimize multi-dimensional arrays mathematical expressions" -HOMEPAGE="https://github.com/Theano/Theano" -SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz" - -SLOT="0" -LICENSE="BSD" -IUSE="test" -RESTRICT="!test? ( test )" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - >=dev-python/numpy-1.6.2[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - >=sci-libs/scipy-0.11[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MYP}" - -python_prepare_all() { - find -type f -name "*.py" -exec \ - sed \ - -e 's:theano.compat.six:six:g' \ - -i '{}' + || die - - rm ${PN}/compat/six.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - nosetests --verbosity=3 || die -} diff --git a/dev-python/theano/theano-1.0.4.ebuild b/dev-python/theano/theano-1.0.4.ebuild index 68db6a25ddc7..6b6457147cc1 100644 --- a/dev-python/theano/theano-1.0.4.ebuild +++ b/dev-python/theano/theano-1.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils @@ -25,10 +25,10 @@ RDEPEND=" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( - dev-python/flake8[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - dev-python/parameterized[${PYTHON_USEDEP}] - dev-python/pyflakes[${PYTHON_USEDEP}] + dev-python/flake8[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/parameterized[${PYTHON_USEDEP}] + dev-python/pyflakes[${PYTHON_USEDEP}] )" S="${WORKDIR}/${PN^}-${PV}" @@ -36,7 +36,7 @@ S="${WORKDIR}/${PN^}-${PV}" python_prepare_all() { # remove bundled six find -type f -name "*.py" -exec \ - sed -e 's:theano.compat.six:six:g' -i '{}' + || die + sed -e 's:theano.compat.six:six:g' -i '{}' + || die distutils-r1_python_prepare_all } |