dev-python/striprtf - 0.0.33 (schplaf)

Search

Install

Install this version:

emerge -a =dev-python/striprtf-0.0.33

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

autounmask =dev-python/striprtf-0.0.33

Or alternatively:

emerge --autounmask-write -a =dev-python/striprtf-0.0.33

Package Information

Description:
Library to strip rtf to plain text
Homepage:
https://github.com/joshy/striprtf/ https://pypi.org/project/striprtf/
License:
BSD-3-Clause

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{12..15} )

inherit distutils-r1 pypi

DESCRIPTION="Library to strip rtf to plain text"
HOMEPAGE="
	https://github.com/joshy/striprtf/
	https://pypi.org/project/striprtf/
"
SRC_URI="https://github.com/joshy/striprtf/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="BSD-3-Clause"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="
	>=dev-python/hatchling-1.21[${PYTHON_USEDEP}]
	<dev-python/hatchling-1.32[${PYTHON_USEDEP}]
"

DOCS=( README.md DEVELOPMENT.md CHANGELOG.md LICENSE )

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

BDEPEND

	>=dev-python/hatchling-1.21[]
	<dev-python/hatchling-1.32[]

Manifest for 0.0.33

Type File Size Source URLs
DIST striprtf-0.0.33.gh.tar.gz 492709 bytes https://github.com/joshy/striprtf/archive/v0.0.33.tar.gz