dev-python/py2bit - 0.3.3 (science)

Search

Package Information

Description:
Python library for accessing 2bit files
Homepage:
https://github.com/deeptools/py2bit
License:
MIT

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

inherit distutils-r1

DESCRIPTION="Python library for accessing 2bit files"
HOMEPAGE="https://github.com/deeptools/py2bit"
SRC_URI="https://github.com/deeptools/py2bit/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"

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

DEPEND="sci-libs/lib2bit"
RDEPEND="${DEPEND}"

distutils_enable_tests pytest

python_test() {
	epytest py2bitTest/test.py
}

Dependencies

DEPEND

sci-libs/lib2bit

RDEPEND

sci-libs/lib2bit

Manifest for 0.3.3

Type File Size Source URLs
DIST py2bit-0.3.3.gh.tar.gz 17538 bytes https://github.com/deeptools/py2bit/archive/0.3.3.tar.gz