summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2021-05-20 17:07:07 +0200
committerPacho Ramos <pacho@gentoo.org>2021-05-20 17:07:21 +0200
commit319a93dd7c1b57253d978f4491df7dfb6e9d3108 (patch)
tree94ed967d963fc2a667fb0ec2e6503955cdb05b74 /sci-chemistry
parentdev-python/tekore: import from ::guru (diff)
downloadgentoo-319a93dd7c1b57253d978f4491df7dfb6e9d3108.tar.gz
gentoo-319a93dd7c1b57253d978f4491df7dfb6e9d3108.tar.bz2
gentoo-319a93dd7c1b57253d978f4491df7dfb6e9d3108.zip
sci-chemistry/pymol: apbs_tools.py is not created
as apbs package was dropped from the tree Closes: https://bugs.gentoo.org/790629 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/pymol/pymol-2.5.0.ebuild22
1 files changed, 12 insertions, 10 deletions
diff --git a/sci-chemistry/pymol/pymol-2.5.0.ebuild b/sci-chemistry/pymol/pymol-2.5.0.ebuild
index 6d7ecd4e09c5..a7fc5fdc127c 100644
--- a/sci-chemistry/pymol/pymol-2.5.0.ebuild
+++ b/sci-chemistry/pymol/pymol-2.5.0.ebuild
@@ -66,12 +66,14 @@ python_install() {
distutils-r1_python_install \
--pymol-path="${EPREFIX}/usr/share/pymol"
- sed \
- -e '1d' \
- -e "/APBS_BINARY_LOCATION/s:None:\"${EPREFIX}/usr/bin/apbs\":g" \
- -e "/APBS_PSIZE_LOCATION/s:None:\"$(python_get_sitedir)/pdb2pqr/src/\":g" \
- -e "/APBS_PDB2PQR_LOCATION/s:None:\"$(python_get_sitedir)/pdb2pqr/\":g" \
- -i "${D}/$(python_get_sitedir)"/pmg_tk/startup/apbs_tools.py || die
+# File is not created as apbs was dropped from the tree
+# https://bugs.gentoo.org/790629
+# sed \
+# -e '1d' \
+# -e "/APBS_BINARY_LOCATION/s:None:\"${EPREFIX}/usr/bin/apbs\":g" \
+# -e "/APBS_PSIZE_LOCATION/s:None:\"$(python_get_sitedir)/pdb2pqr/src/\":g" \
+# -e "/APBS_PDB2PQR_LOCATION/s:None:\"$(python_get_sitedir)/pdb2pqr/\":g" \
+# -i "${D}/$(python_get_sitedir)"/pmg_tk/startup/apbs_tools.py || die
}
python_install_all() {
@@ -105,7 +107,7 @@ python_install_all() {
rm -f "${ED}"/usr/share/${PN}/LICENSE || die
}
-pkg_postinst() {
- xdg_pkg_postinst
- optfeature "Electrostatic calculations" sci-chemistry/apbs sci-chemistry/pdb2pqr
-}
+#pkg_postinst() {
+# xdg_pkg_postinst
+# optfeature "Electrostatic calculations" sci-chemistry/apbs sci-chemistry/pdb2pqr
+#}