dev-python/pfp - 9999 (mva)

Search

Install

Install this version:

emerge -a =dev-python/pfp-9999

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

autounmask =dev-python/pfp-9999

Or alternatively:

emerge --autounmask-write -a =dev-python/pfp-9999

Package Information

Description:
010 Template interpretter for python
Homepage:
https://github.com/d0c-s4vage/pfp
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{12..15} )

inherit git-r3 distutils-r1

DESCRIPTION="010 Template interpretter for python"
HOMEPAGE="https://github.com/d0c-s4vage/pfp"
EGIT_REPO_URI="https://github.com/d0c-s4vage/${PN}"
#/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
RESTRICT="test"

DEPEND="
	dev-python/six
	dev-python/intervaltree
	>=dev-python/py010parser-0.1.5
"
RDEPEND="${DEPEND}"

src_prepare() {
	distutils-r1_src_prepare
	sed -i \
		-e 's@description-file@description_file@' \
		setup.cfg
	sed -i \
		-e "s@{{VERSION}}@${PV}@" \
		setup.py
	# fixes to avoid QA notices
}

Inherited Eclasses

Dependencies

DEPEND

	dev-python/six
	dev-python/intervaltree
	>=dev-python/py010parser-0.1.5

RDEPEND

	dev-python/six
	dev-python/intervaltree
	>=dev-python/py010parser-0.1.5