dev-python/py2bit - 1.0.1 (science)

Search

Install

Install this version:

emerge -a =dev-python/py2bit-1.0.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/py2bit-1.0.1

Or alternatively:

emerge --autounmask-write -a =dev-python/py2bit-1.0.1

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
1.0.1 8 ~amd64 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_EXT=1
DISTUTILS_USE_PEP517=setuptools

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
}

Inherited Eclasses

Dependencies

DEPEND

sci-libs/lib2bit

RDEPEND

sci-libs/lib2bit

Manifest for 1.0.1

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