dev-python/stringparser - 0.7 (natinst)

Search

Install

Install this version:

emerge -a =dev-python/stringparser-0.7

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

autounmask =dev-python/stringparser-0.7

Or alternatively:

emerge --autounmask-write -a =dev-python/stringparser-0.7

Package Information

Description:
Easy to use pattern matching and information extraction
Homepage:
https://github.com/hgrecco/stringparser
License:
BSD

Ebuild Details

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

EAPI=8

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

DESCRIPTION="Easy to use pattern matching and information extraction"
HOMEPAGE="https://github.com/hgrecco/stringparser"
SRC_URI="https://github.com/hgrecco/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"

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

BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"

export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

BDEPEND

dev-python/setuptools-scm[]

Manifest for 0.7

Type File Size Source URLs
DIST stringparser-0.7.gh.tar.gz 11389 bytes https://github.com/hgrecco/stringparser/archive/0.7.tar.gz