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 511A8138334 for ; Wed, 1 Jan 2020 17:30:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 733ECE0AFC; Wed, 1 Jan 2020 17:30:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D145E0AFC for ; Wed, 1 Jan 2020 17:30:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08BC434DD83 for ; Wed, 1 Jan 2020 17:30:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A43E36 for ; Wed, 1 Jan 2020 17:30:00 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1577899768.207720832d5d3626b736fd27a7123d14088bc320.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ttfquery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ttfquery/Manifest dev-python/ttfquery/ttfquery-2.0.0_beta1.ebuild X-VCS-Directories: dev-python/ttfquery/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 207720832d5d3626b736fd27a7123d14088bc320 X-VCS-Branch: master Date: Wed, 1 Jan 2020 17:30:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f9976a83-12e6-405d-9fb6-e2500c71f0d0 X-Archives-Hash: 06825dd0c4e01b50d5909a7b188d7112 commit: 207720832d5d3626b736fd27a7123d14088bc320 Author: Ben Kohler gentoo org> AuthorDate: Wed Jan 1 17:15:31 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Jan 1 17:29:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20772083 dev-python/ttfquery: version bump with py3 support Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ben Kohler gentoo.org> dev-python/ttfquery/Manifest | 1 + dev-python/ttfquery/ttfquery-2.0.0_beta1.ebuild | 26 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-python/ttfquery/Manifest b/dev-python/ttfquery/Manifest index 2ac09d5bd82..16ffe611fea 100644 --- a/dev-python/ttfquery/Manifest +++ b/dev-python/ttfquery/Manifest @@ -1 +1,2 @@ DIST TTFQuery-1.0.5.tar.gz 17850 BLAKE2B 8545308928c54bf5a0db23878e072c509f64693f8e44888bff5d35fbfc4799c5f8d7094b6fdd2f399c3659dae69415f82186cc36a4ed8058aab1888a8abeef86 SHA512 c5bbdd7cb020dd23f20341d53f400f592654293bd923f64a0d33e269cbd3bc44a97a5cf5bb16485a8978e0d35d729edefbdd6c7d2e51dc65820699bb1df0f60b +DIST TTFQuery-2.0.0b1.tar.gz 18434 BLAKE2B 27ffe162d2eb1f7642ae54aa74a31ec83161d4c8945162b411cb9bf49dde6f0319b9276ded2abfd92015ee1b7d435dbfcb73c5f882a01fd66dae323814022072 SHA512 883ed4a516ec64e7e5fe13ac0a6e6ba1025e6ea95b293ae092404d0c517aaba8107d63250a458efba01565bb450120073549ea4f45f710873b7f4fe61a80d111 diff --git a/dev-python/ttfquery/ttfquery-2.0.0_beta1.ebuild b/dev-python/ttfquery/ttfquery-2.0.0_beta1.ebuild new file mode 100644 index 00000000000..6f10397eff3 --- /dev/null +++ b/dev-python/ttfquery/ttfquery-2.0.0_beta1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +MY_PN="TTFQuery" +MY_PV="${PV/_beta/b}" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="Font metadata and glyph outline extraction utility library" +HOMEPAGE="http://ttfquery.sourceforge.net/ https://pypi.org/project/TTFQuery/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +IUSE="" + +DEPEND="dev-python/fonttools[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}"