commit: 1bbb60aa2718b6ca50b85fbb79709adccba27536 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Wed Jan 26 10:34:41 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Wed Jan 26 10:34:41 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1bbb60aa
sci-chemistry/pyquante: drop dead package No upstream activity, not compatible with py3.9 and up Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-chemistry/pyquante/metadata.xml | 11 ------- .../pyquante/pyquante-2.1_p20190721.ebuild | 37 ---------------------- 2 files changed, 48 deletions(-) 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>[email protected]</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 -}
