commit: d5b39e8866d6cac3f5b958e01d580fce8b261374
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Mar 24 06:49:18 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Mar 24 06:49:18 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d5b39e88
sci-libs/bids-validator: version bump 1.4.4
and removed deprecated version
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../bids-validator/bids-validator-1.2.2.ebuild | 33 ----------------------
.../bids-validator/bids-validator-1.4.4.ebuild | 22 +++++++++++++++
2 files changed, 22 insertions(+), 33 deletions(-)
diff --git a/sci-libs/bids-validator/bids-validator-1.2.2.ebuild
b/sci-libs/bids-validator/bids-validator-1.2.2.ebuild
deleted file mode 100644
index d18403fcd..000000000
--- a/sci-libs/bids-validator/bids-validator-1.2.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Validator for the Brain Imaging Data Structure"
-HOMEPAGE="https://github.com/bids-standard/bids-validator"
-SRC_URI="https://github.com/bids-standard/bids-validator/archive/${PV}.tar.gz
-> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- "
-RDEPEND="
- dev-python/grabbit[${PYTHON_USEDEP}]
- dev-python/num2words[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/patsy[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- sci-libs/nibabel[${PYTHON_USEDEP}]
- sci-libs/scipy[${PYTHON_USEDEP}]
- "
-
-S="${WORKDIR}/${P}/${PN}"
diff --git a/sci-libs/bids-validator/bids-validator-1.4.4.ebuild
b/sci-libs/bids-validator/bids-validator-1.4.4.ebuild
new file mode 100644
index 000000000..a3bbcb81b
--- /dev/null
+++ b/sci-libs/bids-validator/bids-validator-1.4.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Validator for the Brain Imaging Data Structure"
+HOMEPAGE="https://github.com/bids-standard/bids-validator"
+SRC_URI="https://github.com/bids-standard/bids-validator/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${P}/${PN}"