commit:     c943e1ee4da88e1ceafa2deefb241c36783a25c1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 08:56:19 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 08:58:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c943e1ee

dev-python/indexed_gzip: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/indexed_gzip/Manifest                   |  4 --
 dev-python/indexed_gzip/indexed_gzip-0.8.10.ebuild | 39 ------------------
 dev-python/indexed_gzip/indexed_gzip-1.6.0.ebuild  | 47 ----------------------
 dev-python/indexed_gzip/indexed_gzip-1.6.1.ebuild  | 42 -------------------
 dev-python/indexed_gzip/indexed_gzip-1.6.2.ebuild  | 44 --------------------
 5 files changed, 176 deletions(-)

diff --git a/dev-python/indexed_gzip/Manifest b/dev-python/indexed_gzip/Manifest
index c25e404582c..7bef8fd7139 100644
--- a/dev-python/indexed_gzip/Manifest
+++ b/dev-python/indexed_gzip/Manifest
@@ -1,5 +1 @@
-DIST indexed_gzip-0.8.10.tar.gz 79133 BLAKE2B 
ebb5bc69d92b627b0546c8570ea533a7d6541cffbda6ddbf38d2712e5d7b13f5684a4d962b457cb0beaf8f6d9d6c5bd810c31af18396d7ce2a7d3f9ce0a039d6
 SHA512 
cd57a0442e95a4760d710227a5d9f69841bef851427c536e5cfde7c9f962c9d403e0b38341ba2e07c5cde668e0f26ff7848d154f6243a2cee1cf6c327a7f4e1e
-DIST indexed_gzip-1.6.0.tar.gz 99260 BLAKE2B 
15fff478a275baf59f152040455502f57762889959c4d2989e44b626dad25d381ff73029107c4495b477397ff5dc0763d1934f23bcc85a6296a0eec85a36b421
 SHA512 
0e01da5e8c527202c1f18148bad2a8ebec9ca0bc1bc49ce4804c6a32397797525cc7bfdfc254139c3c1b037d3f65171c010453ff3fae6e6256304ddf486bc58d
-DIST indexed_gzip-1.6.1.tar.gz 99290 BLAKE2B 
bbaa0fe55c132fef4e392c4a154cc7f5cb19e25761af298d70a8c9f5d1019701f0f470b9bcff333b02b0ecfc13b823a5cd64c16cfd2d113955f7e59837dcbd7f
 SHA512 
8b508ac7fc161b75ee7ed9cc0ce8828e0f195c3aa676114c54d5b2767b9f2e56b0c203e63f2036245ede9649138d197dffabd67f41b41232e6c66e2ee1336529
-DIST indexed_gzip-1.6.2.tar.gz 100520 BLAKE2B 
028fa28330fcb9958338226b47d2b503cb9810c03d4dbba2abb9f352ff575b05f73d660a683b2ff4be96441acbbf67c01203eb749e2b81df0d35ad7d7aed94d3
 SHA512 
977567074df02bf95aa11b47326458d14d7a33b29e001b67e7a52b2ffc2a0c465e361ab1d6ed6ca45b451d5ae99f81ca29034c7af52a6c5168b3a81e8c348689
 DIST indexed_gzip-1.6.3.tar.gz 101073 BLAKE2B 
685a8b1d8d69dce138ba6eab8af31d537e130674ba96f9383cc28b4440c472cbdde58f97bcda2d2145177342ade369bd88c44799ba07900ebd653c30678cc58e
 SHA512 
567a54ca23fea63b2a8b386cace0e5bd52e6cf587c7507a555f727cb549b9ab32b1395e3b1ac94c1f09e680a62bb0c079b7bb4be724994813ad52db774b83e20

diff --git a/dev-python/indexed_gzip/indexed_gzip-0.8.10.ebuild 
b/dev-python/indexed_gzip/indexed_gzip-0.8.10.ebuild
deleted file mode 100644
index e8c9e2200f2..00000000000
--- a/dev-python/indexed_gzip/indexed_gzip-0.8.10.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Fast random access of gzip files in Python"
-HOMEPAGE="https://github.com/pauldmccarthy/indexed_gzip";
-SRC_URI="https://github.com/pauldmccarthy/indexed_gzip/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]
-       test? (
-               dev-python/numpy[${PYTHON_USEDEP}]
-       )
-       "
-RDEPEND=""
-
-distutils_enable_tests pytest
-
-src_compile() {
-       if use test; then
-               export INDEXED_GZIP_TESTING=1
-       fi
-       distutils-r1_src_compile
-}
-
-python_test() {
-       cp conftest.py "${BUILD_DIR}" || die
-       cd "${BUILD_DIR}" || die
-       pytest -vv --nelems 500000 --niters 250 || die
-}

diff --git a/dev-python/indexed_gzip/indexed_gzip-1.6.0.ebuild 
b/dev-python/indexed_gzip/indexed_gzip-1.6.0.ebuild
deleted file mode 100644
index 6803e7e7dcc..00000000000
--- a/dev-python/indexed_gzip/indexed_gzip-1.6.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Fast random access of gzip files in Python"
-HOMEPAGE="https://github.com/pauldmccarthy/indexed_gzip";
-SRC_URI="https://github.com/pauldmccarthy/indexed_gzip/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]
-       test? (
-               dev-python/numpy[${PYTHON_USEDEP}]
-       )
-       "
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -i -e 's:--cov=indexed_gzip::' setup.cfg || die
-       distutils-r1_src_prepare
-}
-
-src_compile() {
-       if use test; then
-               export INDEXED_GZIP_TESTING=1
-       fi
-       distutils-r1_src_compile
-}
-
-python_test() {
-       local ignore=(
-               # requires nibabel
-               test_nibabel_integration.py
-       )
-
-       cd "${BUILD_DIR}"/lib/indexed_gzip/tests || die
-       epytest ${ignore[@]/#/--ignore }
-}

diff --git a/dev-python/indexed_gzip/indexed_gzip-1.6.1.ebuild 
b/dev-python/indexed_gzip/indexed_gzip-1.6.1.ebuild
deleted file mode 100644
index 6481acb4f3b..00000000000
--- a/dev-python/indexed_gzip/indexed_gzip-1.6.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Fast random access of gzip files in Python"
-HOMEPAGE="https://github.com/pauldmccarthy/indexed_gzip";
-SRC_URI="https://github.com/pauldmccarthy/indexed_gzip/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]
-       test? (
-               dev-python/numpy[${PYTHON_USEDEP}]
-       )
-       "
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -i -e 's:--cov=indexed_gzip::' setup.cfg || die
-       distutils-r1_src_prepare
-}
-
-src_compile() {
-       if use test; then
-               export INDEXED_GZIP_TESTING=1
-       fi
-       distutils-r1_src_compile
-}
-
-python_test() {
-       cd "${BUILD_DIR}"/lib/indexed_gzip/tests || die
-       epytest
-}

diff --git a/dev-python/indexed_gzip/indexed_gzip-1.6.2.ebuild 
b/dev-python/indexed_gzip/indexed_gzip-1.6.2.ebuild
deleted file mode 100644
index f2cf3667d4c..00000000000
--- a/dev-python/indexed_gzip/indexed_gzip-1.6.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Fast random access of gzip files in Python"
-HOMEPAGE="https://github.com/pauldmccarthy/indexed_gzip";
-SRC_URI="https://github.com/pauldmccarthy/indexed_gzip/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       sys-libs/zlib:="
-DEPEND=${RDEPEND}
-BDEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]
-       test? (
-               dev-python/numpy[${PYTHON_USEDEP}]
-       )
-       "
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -i -e 's:--cov=indexed_gzip::' setup.cfg || die
-       distutils-r1_src_prepare
-}
-
-src_compile() {
-       if use test; then
-               export INDEXED_GZIP_TESTING=1
-       fi
-       distutils-r1_src_compile
-}
-
-python_test() {
-       cd "${BUILD_DIR}"/lib/indexed_gzip/tests || die
-       epytest
-}

Reply via email to