public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/vttlib/
Date: Sat,  8 May 2021 06:15:59 +0000 (UTC)	[thread overview]
Message-ID: <1620436871.3f6e407c73e9600160b6ee4fb52754e9b44ef53e.lanodan@gentoo> (raw)

commit:     3f6e407c73e9600160b6ee4fb52754e9b44ef53e
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May  8 01:21:11 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat May  8 01:21:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f6e407c

dev-python/vttlib: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/vttlib/Manifest             |  1 +
 dev-python/vttlib/metadata.xml         | 25 +++++++++++++++++++++
 dev-python/vttlib/vttlib-0.11.0.ebuild | 41 ++++++++++++++++++++++++++++++++++
 3 files changed, 67 insertions(+)

diff --git a/dev-python/vttlib/Manifest b/dev-python/vttlib/Manifest
new file mode 100644
index 000000000..9d405ee9e
--- /dev/null
+++ b/dev-python/vttlib/Manifest
@@ -0,0 +1 @@
+DIST vttLib-0.11.0.zip 148335 BLAKE2B 550fb5855972ac626ad9ad98088f1b4f20794a11cb2b29f112ce669d9768c2ca910edb939392a35e3e5163eb1e236bf6a76565377828727bc6017f008ad8309a SHA512 b26f6ad967e1e16d55644e984a5f02b65ed1fd0797dc4c46fac9df786720e9b3b51eb7ab59c97a6a449b3915acecfb5f17a7a3deeb615eee21f1164c37297019

diff --git a/dev-python/vttlib/metadata.xml b/dev-python/vttlib/metadata.xml
new file mode 100644
index 000000000..d0d033d54
--- /dev/null
+++ b/dev-python/vttlib/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+  <maintainer type="person">
+    <description>comaintainers welcome</description>
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <longdescription lang="en">
+vttLib
+
+A library to
+
+    Extract VTT hinting data from a OpenType font prepared with Microsoft Visual TrueType (VTT) and store it in a FontTools TTX dump
+    Merge it back from a TTX dump into an OpenType font and
+    Compile the data inside to font to ship it (turn TSI* tables into fpgm, etc.).
+
+The primary use case is version control of hinting data of fonts.
+  </longdescription>
+  <upstream>
+    <remote-id type="github">daltonmaag/vttLib</remote-id>
+    <remote-id type="pypi">vttlib</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/vttlib/vttlib-0.11.0.ebuild b/dev-python/vttlib/vttlib-0.11.0.ebuild
new file mode 100644
index 000000000..194ee3efb
--- /dev/null
+++ b/dev-python/vttlib/vttlib-0.11.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+MYPN="vttLib"
+MYPV="${PV/_p/.post}"
+MYP="${MYPN}-${MYPV}"
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Dump, merge and compile Visual TrueType data in UFO3 with FontTools"
+HOMEPAGE="
+	https://github.com/daltonmaag/vttLib
+	https://pypi.org/project/vttlib
+"
+SRC_URI="mirror://pypi/${MYP:0:1}/${MYPN}/${MYP}.zip"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+#install_requires
+RDEPEND="
+	>=dev-python/fonttools-4.10.2[${PYTHON_USEDEP}]
+	>=dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}]
+	>=dev-python/ufoLib2-0.7.1[${PYTHON_USEDEP}]
+"
+#setup_requires
+DEPEND="
+	${RDEPEND}
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	dev-python/wheel[${PYTHON_USEDEP}]
+	test? (
+		>=dev-python/ufo2ft-2.14.0[${PYTHON_USEDEP}]
+	)
+"
+BDEPEND="app-arch/unzip"
+S="${WORKDIR}/${MYP}"
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-05-08  6:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-08  6:15 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-08 13:39 [gentoo-commits] repo/proj/guru:master commit in: dev-python/vttlib/ Andrew Ammerlaan
2021-05-08 13:39 Andrew Ammerlaan
2022-06-01 11:17 Andrew Ammerlaan
2023-05-11 14:32 Andrew Ammerlaan
2023-05-19 18:51 Viorel Munteanu

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=1620436871.3f6e407c73e9600160b6ee4fb52754e9b44ef53e.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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