diff options
author | Pacho Ramos <pacho@gentoo.org> | 2020-06-13 18:43:42 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2020-06-13 18:44:35 +0200 |
commit | 6d9bf9e118b5737c3cfae42f82f38a0ba0e95f8d (patch) | |
tree | 00a15d18436f0206acd1e027ab7897ff127d06ed /sci-libs | |
parent | sci-libs/libsvm: Bump to 3.24 (diff) | |
download | gentoo-6d9bf9e118b5737c3cfae42f82f38a0ba0e95f8d.tar.gz gentoo-6d9bf9e118b5737c3cfae42f82f38a0ba0e95f8d.tar.bz2 gentoo-6d9bf9e118b5737c3cfae42f82f38a0ba0e95f8d.zip |
sci-libs/bmrblib: Bump to 1.0.4
Closes: https://bugs.gentoo.org/699766
Closes: https://bugs.gentoo.org/718490
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/bmrblib/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/bmrblib/bmrblib-1.0.4.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/sci-libs/bmrblib/Manifest b/sci-libs/bmrblib/Manifest index e5f8ed495863..d8adcfe96818 100644 --- a/sci-libs/bmrblib/Manifest +++ b/sci-libs/bmrblib/Manifest @@ -1 +1,2 @@ DIST bmrblib-1.0.3.tar.bz2 51246 BLAKE2B e2adc970523b33c88b73451b1c3d50c218e4600e0e1019bb6fa4dbae1c6a6737bcd1661bf68b6863a1199c46f3df1b0ba36c155efe1010152e120ccc23b034ab SHA512 b03ad9e4ca035439165ebd1b7ba93ede427b2a233a4179be4e8089db988f1dcdce68b1e97348fe22fe7f2c3827ed003b654e0674a4d16a9e32a8a7c255c4b248 +DIST bmrblib-1.0.4.tar.bz2 51211 BLAKE2B 4d901c085648971af0e271d5524d4fe0f0e085f9ab34cde4cbc2d7b17d1dd37ffd4051c219e769738a9eac8b11b6950c5575d1bd9b9193ef48a698560de3fd96 SHA512 579f3beaf343416c58b344a33ee94d42bcedba558b33c2b9f98662d2ffc685887617229b5f7e75acf61712fe4f03827ca4413bc08e3bd2e72f69d952310891e0 diff --git a/sci-libs/bmrblib/bmrblib-1.0.4.ebuild b/sci-libs/bmrblib/bmrblib-1.0.4.ebuild new file mode 100644 index 000000000000..c21725212608 --- /dev/null +++ b/sci-libs/bmrblib/bmrblib-1.0.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="API abstracting the BioMagResBank (BMRB) NMR-STAR format" +HOMEPAGE="https://sourceforge.net/projects/bmrblib" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" |