dev-util/termscraper - 0.10.0 (lemon-lime)

Search

Package Information

Description:
Simple VTXXX-compatible terminal emulator scraper.
Homepage:
https://github.com/byexamples/termscraper
License:
LGPL-3

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1

DESCRIPTION="Simple VTXXX-compatible terminal emulator scraper."
HOMEPAGE="https://github.com/byexamples/termscraper"
SRC_URI="https://github.com/byexamples/termscraper/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	~dev-python/wcwidth-0.2.6
	"
RDEPEND="${DEPEND}"
BDEPEND=""

PATCHES=(
	"${FILESDIR}/doNotInstallLicense.patch"
)

distutils_enable_tests pytest

Dependencies

DEPEND

	~dev-python/wcwidth-0.2.6
	

RDEPEND

	~dev-python/wcwidth-0.2.6
	

Manifest for 0.10.0

Type File Size Source URLs
DIST termscraper-0.10.0.gh.tar.gz 103752 bytes https://github.com/byexamples/termscraper/archive/refs/tags/0.10.0.tar.gz