diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
commit | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch) | |
tree | 758c221bad35c9288d0bd6df9c7dfc226728e52c /sci-biology/biopython | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'sci-biology/biopython')
-rw-r--r-- | sci-biology/biopython/Manifest | 2 | ||||
-rw-r--r-- | sci-biology/biopython/biopython-1.77.ebuild | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sci-biology/biopython/Manifest b/sci-biology/biopython/Manifest index 0daf7ceeb4a4..9b594b2d88f3 100644 --- a/sci-biology/biopython/Manifest +++ b/sci-biology/biopython/Manifest @@ -1,3 +1,3 @@ DIST biopython-1.77.tar.gz 16837021 BLAKE2B b5586f0ea3e476b11801dcc98039d5eea7b191e11d390192c0cf348018ded005fe2ad5dc9ba71c83aebc9cdde20c97244905dcc3aeb5436a97588da9f8c79c3e SHA512 6f4b03d46c591e1f49dd1e76bcc4ac5c9aaa2bf748c9dd37ffc5de5a613fbeed38f89b418c01601dd99c65b13b2e294bc8d81ffafc42a9ff1b309c84f840d0d5 -EBUILD biopython-1.77.ebuild 1859 BLAKE2B 54bc3046cf27bcbcb8f3caa3392fcc79628e420bb8f6aa8d8934c854f892a6d6f24a0d76f25208b698a8e893ed3228904968810c121056d2763439e0717a0cd6 SHA512 8c16a575722fa8f3cb512f5855438240da741e9f8c95b721b18f7b9e8e16b765c1a303581fb9fd2a11656bf9be9969d1deba1be3c45db86a64321ea5c091c944 +EBUILD biopython-1.77.ebuild 1918 BLAKE2B 61915c04855bfa88044c7f25f36d10ab774768b8ba2df5591ce6ede34dc90a4553c0331ab85fc12139a724e6fa6a0e40e1b584892f903bcd66b038677ffd843a SHA512 13e0bd3a5bb1ef8c76d8df5d6d2d3d659b48870472c7a8a82a14e19cdae484e19bb9a3e7e2870b0e5a75c056816965e7f5e106d1c910131eefb5c206874901d1 MISC metadata.xml 333 BLAKE2B e1ac45b48b17aaea6da7d681ed0e3c0804d9e1f2a99612b8fa6ca663b443233207ada821d48b03ce778f489b5341151aa7e4b91bc600370dff192fcf7de86364 SHA512 7b82299aa25bb2f19f5bb7cb8eb9871210a9b63c7b0b25122ff6befb3070c65e458e83585cc1f7334fd484527f2c48d04dccbcb6891ecfc412f8df577d766967 diff --git a/sci-biology/biopython/biopython-1.77.ebuild b/sci-biology/biopython/biopython-1.77.ebuild index 387404a1aedc..1dcbc2101c45 100644 --- a/sci-biology/biopython/biopython-1.77.ebuild +++ b/sci-biology/biopython/biopython-1.77.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -53,10 +53,9 @@ python_install_all() { } pkg_postinst() { - elog "For database support you need to install:" - optfeature "MySQL" dev-python/mysql-python - optfeature "PostgreSQL" dev-python/psycopg - - elog "Some applications need extra packages:" + optfeature_header "For database support you need to install:" + optfeature "MySQL database support" dev-python/mysql-python + optfeature "PostgreSQL database support" dev-python/psycopg + optfeature_header "Some applications need extra packages:" optfeature "EMBOSS (The European Molecular Biology Open Software Suite)" sci-biology/emboss } |