commit: 6d9bf9e118b5737c3cfae42f82f38a0ba0e95f8d Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Jun 13 16:43:42 2020 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Jun 13 16:44:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9bf9e1
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 <AT> gentoo.org> sci-libs/bmrblib/Manifest | 1 + sci-libs/bmrblib/bmrblib-1.0.4.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/sci-libs/bmrblib/Manifest b/sci-libs/bmrblib/Manifest index e5f8ed49586..d8adcfe9681 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 00000000000..c2172521260 --- /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=""
