dev-python/python-pptx - 0.6.18 (pentoo)

Search

Install

Install this version:

emerge -a =dev-python/python-pptx-0.6.18

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

autounmask =dev-python/python-pptx-0.6.18

Or alternatively:

emerge --autounmask-write -a =dev-python/python-pptx-0.6.18

Package Information

Description:
Create Open XML PowerPoint documents in Python
Homepage:
https://github.com/scanny/python-pptx
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1

DESCRIPTION="Create Open XML PowerPoint documents in Python"
HOMEPAGE="https://github.com/scanny/python-pptx"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RESTRICT="!test? ( test )"

DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
	dev-python/flake8[${PYTHON_USEDEP}]
	dev-python/mock[${PYTHON_USEDEP}]
	dev-python/pillow[${PYTHON_USEDEP}]
	dev-python/pyparsing[${PYTHON_USEDEP}]
	dev-python/lxml[${PYTHON_USEDEP}]
	dev-python/xlsxwriter[${PYTHON_USEDEP}]"

distutils_enable_tests pytest

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/python-pptx | euse -E <flag> -p dev-python/python-pptx | euse -D <flag> -p dev-python/python-pptx

Global/Standard Flags

Inherited Eclasses

Applicable Mirrors

Mirror Name URLs
pypi

Dependencies

RDEPEND

	dev-python/flake8[]
	dev-python/mock[]
	dev-python/pillow[]
	dev-python/pyparsing[]
	dev-python/lxml[]
	dev-python/xlsxwriter[]

Manifest for 0.6.18

Type File Size Source URLs
DIST python-pptx-0.6.18.tar.gz 8909539 bytes mirror://pypi/p/python-pptx/python-pptx-0.6.18.tar.gz