commit:     207720832d5d3626b736fd27a7123d14088bc320
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  1 17:15:31 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> 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 <bkohler <AT> 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}"

Reply via email to