diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-26 11:34:41 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-26 11:34:41 +0100 |
commit | 1bbb60aa2718b6ca50b85fbb79709adccba27536 (patch) | |
tree | e38ab29065e13064bb66824a6d210455da6e33e0 /sci-chemistry | |
parent | dev-python/sphinxcontrib-napoleon: bump python compat (diff) | |
download | sci-1bbb60aa2718b6ca50b85fbb79709adccba27536.tar.gz sci-1bbb60aa2718b6ca50b85fbb79709adccba27536.tar.bz2 sci-1bbb60aa2718b6ca50b85fbb79709adccba27536.zip |
sci-chemistry/pyquante: drop dead package
No upstream activity, not compatible with py3.9 and up
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/pyquante/Manifest | 1 | ||||
-rw-r--r-- | sci-chemistry/pyquante/metadata.xml | 11 | ||||
-rw-r--r-- | sci-chemistry/pyquante/pyquante-2.1_p20190721.ebuild | 37 |
3 files changed, 0 insertions, 49 deletions
diff --git a/sci-chemistry/pyquante/Manifest b/sci-chemistry/pyquante/Manifest deleted file mode 100644 index af2e5e23d..000000000 --- a/sci-chemistry/pyquante/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyquante-2.1_p20190721.tar.gz 533943 BLAKE2B 6d443d052bc20150841e6e07b0a79120c421c281ac56b85c047ea8db0bd918ca607d42c94005b7e40e78e2b65e1675e0670dde2a135b43f43d6d2850e947b221 SHA512 d8df7ac4a2c4bf0528fefd79159c406387182d039f5557ec285de9120c8e4264404920672ddd640a51a1fff7585fa39e11eb43a99dc8e46094b9689f244e3008 diff --git a/sci-chemistry/pyquante/metadata.xml b/sci-chemistry/pyquante/metadata.xml deleted file mode 100644 index 9f3ad9572..000000000 --- a/sci-chemistry/pyquante/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">pyquante</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-chemistry/pyquante/pyquante-2.1_p20190721.ebuild b/sci-chemistry/pyquante/pyquante-2.1_p20190721.ebuild deleted file mode 100644 index 1eee1d60a..000000000 --- a/sci-chemistry/pyquante/pyquante-2.1_p20190721.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) # compile failure with py3.9 - -inherit distutils-r1 - -COMMIT="6e34cb4480ae7dbd8c5e44d221d8b27584890c83" - -DESCRIPTION="Quantum chemistry package written in Python" -HOMEPAGE="https://github.com/rpmuller/pyquante2" -SRC_URI="https://github.com/rpmuller/pyquante2/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" - -# Fails to find self, even with --install -RESTRICT="test" - -BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" - -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${PN}2-${COMMIT}" - -distutils_enable_sphinx docs --no-autodoc -distutils_enable_tests --install pytest - -python_prepare_all() { - # this has been renamed in newer versions of sphinx - sed -i -e 's/sphinx.ext.pngmath/sphinx.ext.imgmath/g' docs/conf.py || die - - distutils-r1_python_prepare_all -} |