From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85C0F139696 for ; Sun, 19 Mar 2017 02:08:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C463221C09C; Sun, 19 Mar 2017 02:08:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 948D621C09C for ; Sun, 19 Mar 2017 02:08:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45B88341586 for ; Sun, 19 Mar 2017 02:08:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F6916D1F for ; Sun, 19 Mar 2017 02:08:26 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1489889284.7d9630ddacefcbb86cb80b0fa9cd82c3b3cb1857.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-python/rinoh-typeface-texgyrecursor/files/, ... X-VCS-Repository: proj/betagarden X-VCS-Files: dev-python/rinoh-typeface-texgyrecursor/files/rinoh-typeface-texgyrecursor-0.1.1-circular.patch dev-python/rinoh-typeface-texgyrecursor/metadata.xml dev-python/rinoh-typeface-texgyrecursor/rinoh-typeface-texgyrecursor-0.1.1.ebuild X-VCS-Directories: dev-python/rinoh-typeface-texgyrecursor/files/ dev-python/rinoh-typeface-texgyrecursor/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 7d9630ddacefcbb86cb80b0fa9cd82c3b3cb1857 X-VCS-Branch: master Date: Sun, 19 Mar 2017 02:08:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dc7dfba2-9485-417d-8952-38bfcf7c1407 X-Archives-Hash: 2c0400b00dad61b2651c21ba785bee5f commit: 7d9630ddacefcbb86cb80b0fa9cd82c3b3cb1857 Author: Sebastian Pipping gentoo org> AuthorDate: Sun Mar 19 01:38:31 2017 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Mar 19 02:08:04 2017 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=7d9630dd dev-python/rinoh-typeface-texgyrecursor: 0.1.1 ...noh-typeface-texgyrecursor-0.1.1-circular.patch | 24 ++++++++++++++++++++ .../rinoh-typeface-texgyrecursor/metadata.xml | 7 ++++++ .../rinoh-typeface-texgyrecursor-0.1.1.ebuild | 26 ++++++++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/dev-python/rinoh-typeface-texgyrecursor/files/rinoh-typeface-texgyrecursor-0.1.1-circular.patch b/dev-python/rinoh-typeface-texgyrecursor/files/rinoh-typeface-texgyrecursor-0.1.1-circular.patch new file mode 100644 index 0000000..57fe2de --- /dev/null +++ b/dev-python/rinoh-typeface-texgyrecursor/files/rinoh-typeface-texgyrecursor-0.1.1-circular.patch @@ -0,0 +1,24 @@ +From a675eb85f5cbed1ee1d1050885912f7738f11440 Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping +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-texgyrecursor/metadata.xml b/dev-python/rinoh-typeface-texgyrecursor/metadata.xml new file mode 100644 index 0000000..82b7b79 --- /dev/null +++ b/dev-python/rinoh-typeface-texgyrecursor/metadata.xml @@ -0,0 +1,7 @@ + + + + + sping@gentoo.org + + diff --git a/dev-python/rinoh-typeface-texgyrecursor/rinoh-typeface-texgyrecursor-0.1.1.ebuild b/dev-python/rinoh-typeface-texgyrecursor/rinoh-typeface-texgyrecursor-0.1.1.ebuild new file mode 100644 index 0000000..9b3d3e1 --- /dev/null +++ b/dev-python/rinoh-typeface-texgyrecursor/rinoh-typeface-texgyrecursor-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 Cursor typeface for rinohtype" +HOMEPAGE="https://github.com/brechtm/rinoh-typeface-texgyrecursor" +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 +)