sci-chemistry/GromacsWrapper: Remove last-rited pkg

Bug: https://bugs.gentoo.org/977003
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-08-21 17:34:02 +02:00
parent 94dcc82bed
commit 94dd96fa66
4 changed files with 0 additions and 59 deletions

View File

@@ -190,11 +190,6 @@ dev-python/commentjson
dev-python/pyx
dev-python/sphinx-selective-exclude
# Michał Górny <mgorny@gentoo.org> (2026-06-20)
# Both packages are completely broken and do not install correctly.
# Removal on 2026-07-20. Bug #977003.
sci-chemistry/GromacsWrapper
# Michał Górny <mgorny@gentoo.org> (2026-06-19)
# dev-python/pytrie is broken on Python 3.14 and has not been touched
# since 2020. dev-python/autobahn and dev-python/txaio have become

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools
if [[ ${PV} = *9999* ]]; then
scm_eclass=git-r3
EGIT_REPO_URI="https://github.com/Becksteinlab/${PN}.git"
EGIT_BRANCH="develop"
else
scm_eclass=vcs-snapshot
SRC_URI="https://github.com/Becksteinlab/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
inherit distutils-r1 ${scm_eclass}
DESCRIPTION="Python framework for Gromacs"
HOMEPAGE="https://gromacswrapper.readthedocs.io"
LICENSE="GPL-3 LGPL-3"
SLOT="0"
RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
sci-libs/numkit[${PYTHON_USEDEP}]
"
BDEPEND="
${RDEPEND}
test? ( >=dev-python/pandas-0.17[${PYTHON_USEDEP}] )
"
distutils_enable_tests pytest

View File

@@ -1 +0,0 @@
DIST GromacsWrapper-0.9.1.tar.gz 1942919 BLAKE2B 295df8896aa3d92b5e1832c3b5a3a8eb2f3a9ae7e7d5a90a62fb449f0f76cf0235ba0cfdce2476c67903514579da399765f5e236c11cd781b959388f2273fa84 SHA512 f9c326dc669605f61a2b9adce64120a88f14369294e8692a078d489b18d8135fd9285c8947860d640c48ad1910f53f4e3d646f26c12dae55996f6462543be9b0

View File

@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alexxy@gentoo.org</email>
<name>Alexey Shvetsov</name>
</maintainer>
<maintainer type="project">
<email>sci-chemistry@gentoo.org</email>
<name>Gentoo Chemistry Project</name>
</maintainer>
<upstream>
<remote-id type="github">Becksteinlab/GromacsWrapper</remote-id>
</upstream>
</pkgmetadata>