public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ttfquery/
Date: Wed,  1 Jan 2020 17:30:00 +0000 (UTC)	[thread overview]
Message-ID: <1577899768.207720832d5d3626b736fd27a7123d14088bc320.bkohler@gentoo> (raw)

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	other threads:[~2020-01-01 17:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-01 17:30 Ben Kohler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-01-04  9:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/ttfquery/ Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1577899768.207720832d5d3626b736fd27a7123d14088bc320.bkohler@gentoo \
    --to=bkohler@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox