commit: 0f2126663e96887c331836dc5f2da12b689c3249 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Sun Mar 19 01:44:07 2017 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Sun Mar 19 02:08:04 2017 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=0f212666
dev-python/rinoh-typeface-texgyrepagella: 0.1.1 ...oh-typeface-texgyrepagella-0.1.1-circular.patch | 24 ++++++++++++++++++++ .../rinoh-typeface-texgyrepagella/metadata.xml | 7 ++++++ .../rinoh-typeface-texgyrepagella-0.1.1.ebuild | 26 ++++++++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/dev-python/rinoh-typeface-texgyrepagella/files/rinoh-typeface-texgyrepagella-0.1.1-circular.patch b/dev-python/rinoh-typeface-texgyrepagella/files/rinoh-typeface-texgyrepagella-0.1.1-circular.patch new file mode 100644 index 0000000..57fe2de --- /dev/null +++ b/dev-python/rinoh-typeface-texgyrepagella/files/rinoh-typeface-texgyrepagella-0.1.1-circular.patch @@ -0,0 +1,24 @@ +From a675eb85f5cbed1ee1d1050885912f7738f11440 Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping <[email protected]> +Date: Sun, 19 Mar 2017 02:25:09 +0100 +Subject: [PATCH] Remove circular dependency on rinohtype + +--- + setup.py | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/setup.py b/setup.py +index cee6fba..dff3b0c 100644 +--- a/setup.py ++++ b/setup.py +@@ -23,7 +23,6 @@ setup( + version='0.1.1', + packages=find_packages(), + package_data={PACKAGE_DIR: ['*.otf', '*.txt']}, +- install_requires=['rinohtype'], + entry_points={ + 'rinoh.typefaces': + ['{} = {}:typeface'.format(ENTRY_POINT_NAME, PACKAGE_DIR)] +-- +2.12.0 + diff --git a/dev-python/rinoh-typeface-texgyrepagella/metadata.xml b/dev-python/rinoh-typeface-texgyrepagella/metadata.xml new file mode 100644 index 0000000..82b7b79 --- /dev/null +++ b/dev-python/rinoh-typeface-texgyrepagella/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + </maintainer> +</pkgmetadata> diff --git a/dev-python/rinoh-typeface-texgyrepagella/rinoh-typeface-texgyrepagella-0.1.1.ebuild b/dev-python/rinoh-typeface-texgyrepagella/rinoh-typeface-texgyrepagella-0.1.1.ebuild new file mode 100644 index 0000000..85def0c --- /dev/null +++ b/dev-python/rinoh-typeface-texgyrepagella/rinoh-typeface-texgyrepagella-0.1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5,6} ) +inherit distutils-r1 + +DESCRIPTION="TeX Gyre Pagella typeface for rinohtype" +HOMEPAGE="https://github.com/brechtm/rinoh-typeface-texgyrepagella" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GUST-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="${PYTHON_DEPS}" + +DOCS=( + README.rst +) + +PATCHES=( + "${FILESDIR}"/${P}-circular.patch +)
