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 34643139694 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 86E5521C088; 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 4D7F821C088 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 223E23414C1 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 8BAA06D1E 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.5541af0574c938740b2fc44a8dba835c0f35416a.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-python/rinoh-typeface-texgyreheros/, ... X-VCS-Repository: proj/betagarden X-VCS-Files: dev-python/rinoh-typeface-texgyreheros/files/rinoh-typeface-texgyreheros-0.1.1-circular.patch dev-python/rinoh-typeface-texgyreheros/metadata.xml dev-python/rinoh-typeface-texgyreheros/rinoh-typeface-texgyreheros-0.1.1.ebuild licenses/GUST-1.0 X-VCS-Directories: dev-python/rinoh-typeface-texgyreheros/ licenses/ dev-python/rinoh-typeface-texgyreheros/files/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 5541af0574c938740b2fc44a8dba835c0f35416a 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: 34981290-ca4c-4ed7-b961-fbe423ab720f X-Archives-Hash: 62099fcad8d2228961d228f577249dbe commit: 5541af0574c938740b2fc44a8dba835c0f35416a Author: Sebastian Pipping gentoo org> AuthorDate: Sun Mar 19 01:32:59 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=5541af05 dev-python/rinoh-typeface-texgyreheros: 0.1.1 ...inoh-typeface-texgyreheros-0.1.1-circular.patch | 24 +++++++++++++++++++ .../rinoh-typeface-texgyreheros/metadata.xml | 7 ++++++ .../rinoh-typeface-texgyreheros-0.1.1.ebuild | 26 ++++++++++++++++++++ licenses/GUST-1.0 | 28 ++++++++++++++++++++++ 4 files changed, 85 insertions(+) diff --git a/dev-python/rinoh-typeface-texgyreheros/files/rinoh-typeface-texgyreheros-0.1.1-circular.patch b/dev-python/rinoh-typeface-texgyreheros/files/rinoh-typeface-texgyreheros-0.1.1-circular.patch new file mode 100644 index 0000000..57fe2de --- /dev/null +++ b/dev-python/rinoh-typeface-texgyreheros/files/rinoh-typeface-texgyreheros-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-texgyreheros/metadata.xml b/dev-python/rinoh-typeface-texgyreheros/metadata.xml new file mode 100644 index 0000000..82b7b79 --- /dev/null +++ b/dev-python/rinoh-typeface-texgyreheros/metadata.xml @@ -0,0 +1,7 @@ + + + + + sping@gentoo.org + + diff --git a/dev-python/rinoh-typeface-texgyreheros/rinoh-typeface-texgyreheros-0.1.1.ebuild b/dev-python/rinoh-typeface-texgyreheros/rinoh-typeface-texgyreheros-0.1.1.ebuild new file mode 100644 index 0000000..5b6fe5d --- /dev/null +++ b/dev-python/rinoh-typeface-texgyreheros/rinoh-typeface-texgyreheros-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 Heros typeface for rinohtype" +HOMEPAGE="https://github.com/brechtm/rinoh-typeface-texgyreheros" +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 +) diff --git a/licenses/GUST-1.0 b/licenses/GUST-1.0 new file mode 100644 index 0000000..4f60cb9 --- /dev/null +++ b/licenses/GUST-1.0 @@ -0,0 +1,28 @@ +% This is version 1.0, dated 22 June 2009, of the GUST Font License. +% (GUST is the Polish TeX Users Group, http://www.gust.org.pl) +% +% For the most recent version of this license see +% http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt +% or +% http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt +% +% This work may be distributed and/or modified under the conditions +% of the LaTeX Project Public License, either version 1.3c of this +% license or (at your option) any later version. +% +% Please also observe the following clause: +% 1) it is requested, but not legally required, that derived works be +% distributed only after changing the names of the fonts comprising this +% work and given in an accompanying "manifest", and that the +% files comprising the Work, as listed in the manifest, also be given +% new names. Any exceptions to this request are also given in the +% manifest. +% +% We recommend the manifest be given in a separate file named +% MANIFEST-.txt, where is some unique identification +% of the font family. If a separate "readme" file accompanies the Work, +% we recommend a name of the form README-.txt. +% +% The latest version of the LaTeX Project Public License is in +% http://www.latex-project.org/lppl.txt and version 1.3c or later +% is part of all distributions of LaTeX version 2006/05/20 or later.