public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontFeatures/
@ 2022-03-26  0:09 Alessandro Barbieri
  0 siblings, 0 replies; 10+ messages in thread
From: Alessandro Barbieri @ 2022-03-26  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     bb17912e7e080046deba04fa1d9f030a31d72c79
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 26 00:08:26 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Mar 26 00:09:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb17912e

dev-python/fontFeatures: initial import

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

 dev-python/fontFeatures/Manifest                  |  1 +
 dev-python/fontFeatures/fontFeatures-1.6.4.ebuild | 26 +++++++++++++++++
 dev-python/fontFeatures/metadata.xml              | 35 +++++++++++++++++++++++
 3 files changed, 62 insertions(+)

diff --git a/dev-python/fontFeatures/Manifest b/dev-python/fontFeatures/Manifest
new file mode 100644
index 000000000..346796d56
--- /dev/null
+++ b/dev-python/fontFeatures/Manifest
@@ -0,0 +1 @@
+DIST fontFeatures-1.6.4.tar.gz 1236722 BLAKE2B 0efcda0175de36d5e3d78c02fc6e835f3f39a14e6d050340d23dbf391ecf6cee9385822e8a005ed45d783bb467f25b087c1b473f4af1186dff98d7d9502c6b4e SHA512 fef775845b1d6dbd2b81a7f44429586ba63bdbcc3f2a5124e4dda41e8af62ac81b143e6d7e1443c3bb90e12f7f592b512bcd90bcbdc18e5eb07de195956cc196

diff --git a/dev-python/fontFeatures/fontFeatures-1.6.4.ebuild b/dev-python/fontFeatures/fontFeatures-1.6.4.ebuild
new file mode 100644
index 000000000..7d6d5a20b
--- /dev/null
+++ b/dev-python/fontFeatures/fontFeatures-1.6.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for manipulating OpenType font features"
+HOMEPAGE="https://github.com/simoncozens/fontFeatures"
+SRC_URI="https://github.com/simoncozens/fontFeatures/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	dev-python/fs[${PYTHON_USEDEP}]
+	dev-python/lxml[${PYTHON_USEDEP}]
+	>=dev-python/fonttools-4.28.0[${PYTHON_USEDEP}]
+	>=dev-python/glyphtools-0.7.0[${PYTHON_USEDEP}]
+	>=dev-python/beziers-0.1.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest

diff --git a/dev-python/fontFeatures/metadata.xml b/dev-python/fontFeatures/metadata.xml
new file mode 100644
index 000000000..17f0c7151
--- /dev/null
+++ b/dev-python/fontFeatures/metadata.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+      <email>lssndrbarbieri@gmail.com</email>
+      <name>Alessandro Barbieri</name>
+    </maintainer>
+    <upstream>
+        <bugs-to>https://github.com/simoncozens/fontFeatures/issues</bugs-to>
+        <remote-id type="github">simoncozens/fontFeatures</remote-id>
+        <remote-id type="pypi">fontFeatures</remote-id>
+    </upstream>
+    <longdescription lang="en">
+fontFeatures library
+The purpose of this library is to provide a middle ground for representing features in a machine-manipulable format, kind of like the abstract syntax tree of a computer programmer. This is so that:
+
+    features can be represented in a structured human-readable and machine-readable way, analogous to the XML files of the Unified Font Object format.
+    features can be more directly authored by programs (such as font editors), rather than them having to output AFDKO feature file format.
+    features can be easily manipulated by programs - for example, features from two files merged together, or lookups moved between languages.
+
+Components
+
+fontFeatures consists of the following components:
+
+    fontFeatures itself, which is an abstract representation of the different layout operations inside a font.
+    fontFeatures.feaLib (included as a mixin) which translates between Adobe feature syntax and fontFeatures representation.
+    fontFeatures.ttLib, which translates between OpenType binary fonts and fontFeatures representation. (Currently only OTF -> fontFeatures is partially implemented; there is no fontFeatures -> OTF compiler yet.)
+    fontFeatures.fontDameLib which translate FontDame text files into fontFeatures objects.
+
+And the following utilities:
+
+    otf2fea: translates an OTF file into Adobe features syntax.
+    txt2fea: translates a FontDame txt file into Adobe features syntax.
+    </longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontFeatures/
@ 2022-03-26  9:23 Alessandro Barbieri
  0 siblings, 0 replies; 10+ messages in thread
From: Alessandro Barbieri @ 2022-03-26  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     a2bdf82d3b8b55dc240072942af46fbdeb13e10d
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 26 08:38:37 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Mar 26 08:38:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2bdf82d

dev-python/fontFeatures: add youseedee dependency

Closes: https://bugs.gentoo.org/836152
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/fontFeatures/fontFeatures-1.6.4.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/fontFeatures/fontFeatures-1.6.4.ebuild b/dev-python/fontFeatures/fontFeatures-1.6.4.ebuild
index 7d6d5a20b..d707e0b00 100644
--- a/dev-python/fontFeatures/fontFeatures-1.6.4.ebuild
+++ b/dev-python/fontFeatures/fontFeatures-1.6.4.ebuild
@@ -22,5 +22,11 @@ RDEPEND="
 	>=dev-python/beziers-0.1.0[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"
+BDEPEND="
+	test? (
+		>=dev-python/youseedee-0.3.0[${PYTHON_USEDEP}]
+		>=dev-python/babelfont-3.0.0_alpha1[${PYTHON_USEDEP}]
+	)
+"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontFeatures/
@ 2022-05-06  0:36 Alessandro Barbieri
  0 siblings, 0 replies; 10+ messages in thread
From: Alessandro Barbieri @ 2022-05-06  0:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b3ba6258b8b6f97ade93041d65ea13c931ea20cd
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May  6 00:10:40 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri May  6 00:10:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3ba6258

dev-python/fontFeatures: add 1.7.0

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

 dev-python/fontFeatures/Manifest                  |  1 +
 dev-python/fontFeatures/fontFeatures-1.7.0.ebuild | 32 +++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/fontFeatures/Manifest b/dev-python/fontFeatures/Manifest
index 346796d56..2b6429c49 100644
--- a/dev-python/fontFeatures/Manifest
+++ b/dev-python/fontFeatures/Manifest
@@ -1 +1,2 @@
 DIST fontFeatures-1.6.4.tar.gz 1236722 BLAKE2B 0efcda0175de36d5e3d78c02fc6e835f3f39a14e6d050340d23dbf391ecf6cee9385822e8a005ed45d783bb467f25b087c1b473f4af1186dff98d7d9502c6b4e SHA512 fef775845b1d6dbd2b81a7f44429586ba63bdbcc3f2a5124e4dda41e8af62ac81b143e6d7e1443c3bb90e12f7f592b512bcd90bcbdc18e5eb07de195956cc196
+DIST fontFeatures-1.7.0.tar.gz 1237478 BLAKE2B dadc4ce4b43cfbea246169f6df8f3d0d63382f1ffb65cf6c325581079b52053c0c2f419c4e153c1c9bbed06db598e94a61b0b06bc49298565918c77750296661 SHA512 80977f36d6b0ad4ed8fd320b7b2ecd1fc47ce2703300cf3b47071cb8e31f3d756a07270a5c34edff8d59a97c58e3ff45107fc19958a60a384041c106c68731f9

diff --git a/dev-python/fontFeatures/fontFeatures-1.7.0.ebuild b/dev-python/fontFeatures/fontFeatures-1.7.0.ebuild
new file mode 100644
index 000000000..d707e0b00
--- /dev/null
+++ b/dev-python/fontFeatures/fontFeatures-1.7.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for manipulating OpenType font features"
+HOMEPAGE="https://github.com/simoncozens/fontFeatures"
+SRC_URI="https://github.com/simoncozens/fontFeatures/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	dev-python/fs[${PYTHON_USEDEP}]
+	dev-python/lxml[${PYTHON_USEDEP}]
+	>=dev-python/fonttools-4.28.0[${PYTHON_USEDEP}]
+	>=dev-python/glyphtools-0.7.0[${PYTHON_USEDEP}]
+	>=dev-python/beziers-0.1.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	test? (
+		>=dev-python/youseedee-0.3.0[${PYTHON_USEDEP}]
+		>=dev-python/babelfont-3.0.0_alpha1[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontFeatures/
@ 2022-05-30 23:04 Alessandro Barbieri
  0 siblings, 0 replies; 10+ messages in thread
From: Alessandro Barbieri @ 2022-05-30 23:04 UTC (permalink / raw
  To: gentoo-commits

commit:     fcc696156e933d820f0979c9b08eaaf5acda7591
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 30 22:57:46 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 30 23:04:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fcc69615

dev-python/fontFeatures: drop 1.6.4

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

 dev-python/fontFeatures/Manifest                  |  1 -
 dev-python/fontFeatures/fontFeatures-1.6.4.ebuild | 32 -----------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-python/fontFeatures/Manifest b/dev-python/fontFeatures/Manifest
index 2b6429c49..529db2c76 100644
--- a/dev-python/fontFeatures/Manifest
+++ b/dev-python/fontFeatures/Manifest
@@ -1,2 +1 @@
-DIST fontFeatures-1.6.4.tar.gz 1236722 BLAKE2B 0efcda0175de36d5e3d78c02fc6e835f3f39a14e6d050340d23dbf391ecf6cee9385822e8a005ed45d783bb467f25b087c1b473f4af1186dff98d7d9502c6b4e SHA512 fef775845b1d6dbd2b81a7f44429586ba63bdbcc3f2a5124e4dda41e8af62ac81b143e6d7e1443c3bb90e12f7f592b512bcd90bcbdc18e5eb07de195956cc196
 DIST fontFeatures-1.7.0.tar.gz 1237478 BLAKE2B dadc4ce4b43cfbea246169f6df8f3d0d63382f1ffb65cf6c325581079b52053c0c2f419c4e153c1c9bbed06db598e94a61b0b06bc49298565918c77750296661 SHA512 80977f36d6b0ad4ed8fd320b7b2ecd1fc47ce2703300cf3b47071cb8e31f3d756a07270a5c34edff8d59a97c58e3ff45107fc19958a60a384041c106c68731f9

diff --git a/dev-python/fontFeatures/fontFeatures-1.6.4.ebuild b/dev-python/fontFeatures/fontFeatures-1.6.4.ebuild
deleted file mode 100644
index d707e0b00..000000000
--- a/dev-python/fontFeatures/fontFeatures-1.6.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for manipulating OpenType font features"
-HOMEPAGE="https://github.com/simoncozens/fontFeatures"
-SRC_URI="https://github.com/simoncozens/fontFeatures/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	dev-python/fs[${PYTHON_USEDEP}]
-	dev-python/lxml[${PYTHON_USEDEP}]
-	>=dev-python/fonttools-4.28.0[${PYTHON_USEDEP}]
-	>=dev-python/glyphtools-0.7.0[${PYTHON_USEDEP}]
-	>=dev-python/beziers-0.1.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	test? (
-		>=dev-python/youseedee-0.3.0[${PYTHON_USEDEP}]
-		>=dev-python/babelfont-3.0.0_alpha1[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontFeatures/
@ 2022-05-30 23:04 Alessandro Barbieri
  0 siblings, 0 replies; 10+ messages in thread
From: Alessandro Barbieri @ 2022-05-30 23:04 UTC (permalink / raw
  To: gentoo-commits

commit:     471efd23594658bfea4c73e2c575e0346f7abdf1
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 30 22:58:04 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 30 23:04:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=471efd23

dev-python/fontFeatures: update SRC_URI

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

 dev-python/fontFeatures/Manifest                  | 2 +-
 dev-python/fontFeatures/fontFeatures-1.7.0.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/fontFeatures/Manifest b/dev-python/fontFeatures/Manifest
index 529db2c76..c06ea2e1e 100644
--- a/dev-python/fontFeatures/Manifest
+++ b/dev-python/fontFeatures/Manifest
@@ -1 +1 @@
-DIST fontFeatures-1.7.0.tar.gz 1237478 BLAKE2B dadc4ce4b43cfbea246169f6df8f3d0d63382f1ffb65cf6c325581079b52053c0c2f419c4e153c1c9bbed06db598e94a61b0b06bc49298565918c77750296661 SHA512 80977f36d6b0ad4ed8fd320b7b2ecd1fc47ce2703300cf3b47071cb8e31f3d756a07270a5c34edff8d59a97c58e3ff45107fc19958a60a384041c106c68731f9
+DIST fontFeatures-1.7.0.gh.tar.gz 1237478 BLAKE2B dadc4ce4b43cfbea246169f6df8f3d0d63382f1ffb65cf6c325581079b52053c0c2f419c4e153c1c9bbed06db598e94a61b0b06bc49298565918c77750296661 SHA512 80977f36d6b0ad4ed8fd320b7b2ecd1fc47ce2703300cf3b47071cb8e31f3d756a07270a5c34edff8d59a97c58e3ff45107fc19958a60a384041c106c68731f9

diff --git a/dev-python/fontFeatures/fontFeatures-1.7.0.ebuild b/dev-python/fontFeatures/fontFeatures-1.7.0.ebuild
index d707e0b00..e5a3e6ad2 100644
--- a/dev-python/fontFeatures/fontFeatures-1.7.0.ebuild
+++ b/dev-python/fontFeatures/fontFeatures-1.7.0.ebuild
@@ -9,7 +9,8 @@ inherit distutils-r1
 
 DESCRIPTION="Python library for manipulating OpenType font features"
 HOMEPAGE="https://github.com/simoncozens/fontFeatures"
-SRC_URI="https://github.com/simoncozens/fontFeatures/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/simoncozens/fontFeatures/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
 KEYWORDS="~amd64"
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontFeatures/
@ 2022-05-31 15:36 Alessandro Barbieri
  0 siblings, 0 replies; 10+ messages in thread
From: Alessandro Barbieri @ 2022-05-31 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c48c956d24505781831870fc11b0f25aebc1241c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue May 31 13:37:58 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue May 31 15:36:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c48c956d

dev-python/fontFeatures: use PDEPEND to break cycle

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

 dev-python/fontFeatures/fontFeatures-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/fontFeatures/fontFeatures-1.7.0.ebuild b/dev-python/fontFeatures/fontFeatures-1.7.0.ebuild
index e5a3e6ad2..2acc68aa7 100644
--- a/dev-python/fontFeatures/fontFeatures-1.7.0.ebuild
+++ b/dev-python/fontFeatures/fontFeatures-1.7.0.ebuild
@@ -19,7 +19,6 @@ RDEPEND="
 	dev-python/fs[${PYTHON_USEDEP}]
 	dev-python/lxml[${PYTHON_USEDEP}]
 	>=dev-python/fonttools-4.28.0[${PYTHON_USEDEP}]
-	>=dev-python/glyphtools-0.7.0[${PYTHON_USEDEP}]
 	>=dev-python/beziers-0.1.0[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"
@@ -29,5 +28,6 @@ BDEPEND="
 		>=dev-python/babelfont-3.0.0_alpha1[${PYTHON_USEDEP}]
 	)
 "
+PDEPEND=">=dev-python/glyphtools-0.7.0[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontFeatures/
@ 2023-01-13  3:14 Julien Roy
  0 siblings, 0 replies; 10+ messages in thread
From: Julien Roy @ 2023-01-13  3:14 UTC (permalink / raw
  To: gentoo-commits

commit:     44f836de8b2a1aef14394dff78940eedb78b0f15
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Jan 13 02:20:53 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Jan 13 03:11:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44f836de

dev-python/fontFeatures: restrict test

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/fontFeatures/fontFeatures-1.7.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild b/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild
index 61fcad09f..4cf28b747 100644
--- a/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild
+++ b/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild
@@ -15,6 +15,7 @@ SRC_URI="https://github.com/simoncozens/fontFeatures/archive/refs/tags/v${PV}.ta
 KEYWORDS="~amd64"
 LICENSE="MIT"
 SLOT="0"
+RESTRICT="test"
 
 RDEPEND="
 	dev-python/fs[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontFeatures/
@ 2023-01-17 23:35 Julien Roy
  0 siblings, 0 replies; 10+ messages in thread
From: Julien Roy @ 2023-01-17 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     441719ecd39ce6772bbc802d292719b23b3109a6
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Jan 17 23:34:55 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Jan 17 23:35:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=441719ec

dev-python/fontFeatures: add comment explaining RESTRICT="test"

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/fontFeatures/fontFeatures-1.7.4.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild b/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild
index 4cf28b747..dad475b86 100644
--- a/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild
+++ b/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild
@@ -15,6 +15,9 @@ SRC_URI="https://github.com/simoncozens/fontFeatures/archive/refs/tags/v${PV}.ta
 KEYWORDS="~amd64"
 LICENSE="MIT"
 SLOT="0"
+
+# Tests are also failing upstream
+# https://github.com/simoncozens/fontFeatures/actions/runs/3677601386/jobs/6219782260
 RESTRICT="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontFeatures/
@ 2023-05-09 15:26 Anna Vyalkova
  0 siblings, 0 replies; 10+ messages in thread
From: Anna Vyalkova @ 2023-05-09 15:26 UTC (permalink / raw
  To: gentoo-commits

commit:     01e8c59b3bde05339c9a225ca4e24ea855f4857b
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May  9 15:24:28 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May  9 15:24:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01e8c59b

dev-python/fontFeatures: disable broken tests

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/fontFeatures/fontFeatures-1.7.4.ebuild | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild b/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild
index ff042801c..01136a40a 100644
--- a/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild
+++ b/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild
@@ -38,8 +38,19 @@ PDEPEND=">=dev-python/glyphtools-0.7.0[${PYTHON_USEDEP}]"
 
 DOCS=( {CHANGES,NEW-FORMAT,README}.md )
 
+EPYTEST_DESELECT=(
+	tests/test_anchors.py::TestAnchors::test_markbase
+	tests/test_chaining.py::TestChaining::test_ignore
+	"tests/test_fea_parser.py::test_round_trip[mark_attachment]"
+)
+
 distutils_enable_tests pytest
 
+python_test() {
+	local -x CI=1
+	epytest
+}
+
 pkg_postinst() {
 	optfeature "shaper support" "dev-python/babelfont dev-python/youseedee"
 }


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontFeatures/
@ 2023-05-09 15:26 Anna Vyalkova
  0 siblings, 0 replies; 10+ messages in thread
From: Anna Vyalkova @ 2023-05-09 15:26 UTC (permalink / raw
  To: gentoo-commits

commit:     858e650200ab0906a1952d19a8437c331c030530
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May  9 15:07:51 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May  9 15:08:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=858e6502

dev-python/fontFeatures: enable py3.11

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/fontFeatures/Manifest                  |  2 +-
 dev-python/fontFeatures/fontFeatures-1.7.4.ebuild | 25 +++++++++++++++--------
 2 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/dev-python/fontFeatures/Manifest b/dev-python/fontFeatures/Manifest
index 07c6fa321..189c8d64f 100644
--- a/dev-python/fontFeatures/Manifest
+++ b/dev-python/fontFeatures/Manifest
@@ -1 +1 @@
-DIST fontFeatures-1.7.4.gh.tar.gz 1237532 BLAKE2B 7d357485501564b9731e92b7076215b53799ac5f08b9d8e75b64b9feee3a845923d80defbf8e0bb37c07238bf3e4af9c9408769235d8dc599ca750ee8e05cfa9 SHA512 f3add7570c951ddce747bf793ac02658f531c6fb45e58412dea9873a1a6f714f2d1da259d0a26f59279bf57c87fcae0bb7673c7fd92c9925748d0ee865a820fa
+DIST fontFeatures-1.7.4.tar.gz 1235772 BLAKE2B 07c6968f187869a9af66a3aefe5a9a1f0ce11864b2c204bd20910bd433a9871c94a78158772b1a5136c4b8609595f309b7f524dca2f28d0abb16b6d7c1423297 SHA512 bdf92fe48c3cb16e9fa57049007c873a308293115d8d91fa535864d929eebaf243f27fdc2d79b34bd13adb3ca8df10108fb2c911f982ce6d7bdd2c6df72423ab

diff --git a/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild b/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild
index dad475b86..ff042801c 100644
--- a/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild
+++ b/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild
@@ -3,14 +3,16 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 optfeature pypi
 
 DESCRIPTION="Python library for manipulating OpenType font features"
-HOMEPAGE="https://github.com/simoncozens/fontFeatures"
-SRC_URI="https://github.com/simoncozens/fontFeatures/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+HOMEPAGE="
+	https://pypi.org/project/fontFeatures/
+	https://github.com/simoncozens/fontFeatures
+"
 
 KEYWORDS="~amd64"
 LICENSE="MIT"
@@ -18,15 +20,14 @@ SLOT="0"
 
 # Tests are also failing upstream
 # https://github.com/simoncozens/fontFeatures/actions/runs/3677601386/jobs/6219782260
-RESTRICT="test"
+#RESTRICT="test"
 
 RDEPEND="
+	>=dev-python/beziers-0.1.0[${PYTHON_USEDEP}]
+	>=dev-python/fonttools-4.28.0[${PYTHON_USEDEP}]
 	dev-python/fs[${PYTHON_USEDEP}]
 	dev-python/lxml[${PYTHON_USEDEP}]
-	>=dev-python/fonttools-4.28.0[${PYTHON_USEDEP}]
-	>=dev-python/beziers-0.1.0[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
 BDEPEND="
 	test? (
 		>=dev-python/youseedee-0.3.0[${PYTHON_USEDEP}]
@@ -35,4 +36,10 @@ BDEPEND="
 "
 PDEPEND=">=dev-python/glyphtools-0.7.0[${PYTHON_USEDEP}]"
 
+DOCS=( {CHANGES,NEW-FORMAT,README}.md )
+
 distutils_enable_tests pytest
+
+pkg_postinst() {
+	optfeature "shaper support" "dev-python/babelfont dev-python/youseedee"
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-05-09 15:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-31 15:36 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontFeatures/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2023-05-09 15:26 Anna Vyalkova
2023-05-09 15:26 Anna Vyalkova
2023-01-17 23:35 Julien Roy
2023-01-13  3:14 Julien Roy
2022-05-30 23:04 Alessandro Barbieri
2022-05-30 23:04 Alessandro Barbieri
2022-05-06  0:36 Alessandro Barbieri
2022-03-26  9:23 Alessandro Barbieri
2022-03-26  0:09 Alessandro Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox