dev-python/pyBigWig - 0.3.25 (science)

Search

Package Information

Description:
quick access to and creation of bigWig files
Homepage:
https://github.com/deeptools/pyBigWig
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.3.25 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
inherit distutils-r1

DESCRIPTION="quick access to and creation of bigWig files"
HOMEPAGE="https://github.com/deeptools/pyBigWig"
SRC_URI="https://github.com/deeptools/pyBigWig/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

REPEND="
	virtual/zlib:0=
	sci-biology/libBigWig
"
DEPEND="${RDEPEND}"

distutils_enable_tests pytest

python_test() {
	local pysite="${BUILD_DIR}"/install/${EPREFIX}/usr/lib/${EPYTHON}/site-packages
	ln -s "${S}"/pyBigWigTest/test.bigBed "${pysite}"/pyBigWigTest || die
	ln -s "${S}"/pyBigWigTest/test.bw "${pysite}"/pyBigWigTest || die
	epytest pyBigWigTest/test.py
}

Dependencies

DEPEND

${RDEPEND}

Manifest for 0.3.25

Type File Size Source URLs
DIST pyBigWig-0.3.25.gh.tar.gz 67289 bytes https://github.com/deeptools/pyBigWig/archive/0.3.25.tar.gz