diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-01 02:51:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-01 02:55:50 +0100 |
commit | 3e5764572dac89118b98d9fc5119db3a0544c8d0 (patch) | |
tree | db5f26c4a8a27c6a8c830a518223f59544bf8cae /sci-libs | |
parent | package.use.force: Switch on more unicode where harmless (diff) | |
download | gentoo-3e5764572dac89118b98d9fc5119db3a0544c8d0.tar.gz gentoo-3e5764572dac89118b98d9fc5119db3a0544c8d0.tar.bz2 gentoo-3e5764572dac89118b98d9fc5119db3a0544c8d0.zip |
sci-libs/bmrblib: Remove old (py3.6)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/bmrblib/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/bmrblib/bmrblib-1.0.3.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/sci-libs/bmrblib/Manifest b/sci-libs/bmrblib/Manifest index d8adcfe96818..972017e2dd4a 100644 --- a/sci-libs/bmrblib/Manifest +++ b/sci-libs/bmrblib/Manifest @@ -1,2 +1 @@ -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.3.ebuild b/sci-libs/bmrblib/bmrblib-1.0.3.ebuild deleted file mode 100644 index dbc65bf5220c..000000000000 --- a/sci-libs/bmrblib/bmrblib-1.0.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="API abstracting the BioMagResBank (BMRB) NMR-STAR format" -HOMEPAGE="http://gna.org/projects/bmrblib/" -SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" |