summaryrefslogtreecommitdiff
blob: 88a2a33b01ef3fb5abdd955dc39a414f505bf16a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python3_{4,5} )
PYTHON_REQ_USE="xml"

inherit distutils-r1

DESCRIPTION="Python document processor"
HOMEPAGE="https://github.com/brechtm/rinohtype"
SRC_URI="https://github.com/brechtm/rinohtype/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="AGPL-3 LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="${PYTHON_DEPS}
	dev-python/docutils[${PYTHON_USEDEP}]
	dev-python/pillow[${PYTHON_USEDEP}]
	dev-python/pip[${PYTHON_USEDEP}]
	>=dev-python/purepng-0.2.0[${PYTHON_USEDEP}]
	dev-python/recommonmark[${PYTHON_USEDEP}]
	dev-python/setuptools[${PYTHON_USEDEP}]
	dev-python/sphinx[${PYTHON_USEDEP}]
	"
RDEPEND="${DEPEND}
	dev-python/rinoh-typeface-dejavuserif[${PYTHON_USEDEP}]
	>=dev-python/rinoh-typeface-texgyrecursor-0.1.1[${PYTHON_USEDEP}]
	>=dev-python/rinoh-typeface-texgyreheros-0.1.1[${PYTHON_USEDEP}]
	>=dev-python/rinoh-typeface-texgyrepagella-0.1.1[${PYTHON_USEDEP}]
	"

DOCS=(
	CHANGES.rst
	README.rst
	CONTRIBUTING.rst
)

PATCHES=(
	"${FILESDIR}"/${PN}-0.3.1-consent.patch
)