dev-python/bencoder-pyx - 3.0.2 (bitcoin)

Search

Install

Install this version:

emerge -a =dev-python/bencoder-pyx-3.0.2

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

autounmask =dev-python/bencoder-pyx-3.0.2

Or alternatively:

emerge --autounmask-write -a =dev-python/bencoder-pyx-3.0.2

Package Information

Description:
A fast bencode implementation in Cython
Homepage:
https://github.com/whtsky/bencoder.pyx
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
3.0.2 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_{11..14} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1

inherit distutils-r1

MyPN="${PN/-/.}"

DESCRIPTION="A fast bencode implementation in Cython"
HOMEPAGE="https://github.com/whtsky/bencoder.pyx"
SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MyPN}-${PV}"

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

BDEPEND="
	>=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
	test? (
		>=dev-python/pytest-7.2.0[${PYTHON_USEDEP}]
	)
"

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

BDEPEND

	>=dev-python/cython-0.29.32[]
	test? (
		>=dev-python/pytest-7.2.0[]
	)

Manifest for 3.0.2

Type File Size Source URLs
DIST bencoder-pyx-3.0.2.tar.gz 27709 bytes https://github.com/whtsky/bencoder.pyx/archive/v3.0.2.tar.gz