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

commit:     7fb92c9f972fb5ff99ea756bd5742c115ef8e157
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Jul  9 10:33:46 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Jul  9 10:34:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7fb92c9f

dev-python/glyphtools: initial import

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

 dev-python/glyphtools/Manifest                |  1 +
 dev-python/glyphtools/glyphtools-0.7.3.ebuild | 29 +++++++++++++++++++++++++++
 dev-python/glyphtools/metadata.xml            | 13 ++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-python/glyphtools/Manifest b/dev-python/glyphtools/Manifest
new file mode 100644
index 000000000..3de22054c
--- /dev/null
+++ b/dev-python/glyphtools/Manifest
@@ -0,0 +1 @@
+DIST glyphtools-0.7.3.tar.gz 14972 BLAKE2B b8252b42bad73fced07cacb160f0a1d61647596ec0af41b979021c3f7642cdbeb0d2e5544c35fa2f0ca37ba835e94b661ad931ea3bdbedbb4a88d2b3d3fa9498 SHA512 de505b7c7916bedcb81e70013928915a3dc3289445f1b2e438e66cb581a2a35b342d484333d1740d8db7150fc61b380bced382748f11866c81b9a06740efbadc

diff --git a/dev-python/glyphtools/glyphtools-0.7.3.ebuild b/dev-python/glyphtools/glyphtools-0.7.3.ebuild
new file mode 100644
index 000000000..48781c468
--- /dev/null
+++ b/dev-python/glyphtools/glyphtools-0.7.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Routines for extracting information from fontTools glyphs"
+HOMEPAGE="https://github.com/simoncozens/glyphtools"
+SRC_URI="https://github.com/simoncozens/glyphtools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+	dev-python/babelfont[${PYTHON_USEDEP}]
+	dev-python/beziers[${PYTHON_USEDEP}]
+	dev-python/glyphsLib[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+	dev-python/sphinxcontrib-napoleon \
+	dev-python/sphinxcontrib-restbuilder

diff --git a/dev-python/glyphtools/metadata.xml b/dev-python/glyphtools/metadata.xml
new file mode 100644
index 000000000..1cf463302
--- /dev/null
+++ b/dev-python/glyphtools/metadata.xml
@@ -0,0 +1,13 @@
+<?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/glyphtools/issues</bugs-to>
+        <remote-id type="github">simoncozens/glyphtools</remote-id>
+        <remote-id type="pypi">glyphtools</remote-id>
+    </upstream>
+</pkgmetadata>


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

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

commit:     1a23e7b0cf5b7ee338d19535fdfe58a26b8a5d30
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Oct  4 22:06:57 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Oct  4 22:30:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a23e7b0

dev-python/glyphtools: add 0.7.4

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

 dev-python/glyphtools/Manifest                |  1 +
 dev-python/glyphtools/glyphtools-0.7.4.ebuild | 29 +++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/glyphtools/Manifest b/dev-python/glyphtools/Manifest
index 3de22054c..91aea12cb 100644
--- a/dev-python/glyphtools/Manifest
+++ b/dev-python/glyphtools/Manifest
@@ -1 +1,2 @@
 DIST glyphtools-0.7.3.tar.gz 14972 BLAKE2B b8252b42bad73fced07cacb160f0a1d61647596ec0af41b979021c3f7642cdbeb0d2e5544c35fa2f0ca37ba835e94b661ad931ea3bdbedbb4a88d2b3d3fa9498 SHA512 de505b7c7916bedcb81e70013928915a3dc3289445f1b2e438e66cb581a2a35b342d484333d1740d8db7150fc61b380bced382748f11866c81b9a06740efbadc
+DIST glyphtools-0.7.4.tar.gz 20023 BLAKE2B a771f626220dc2f26ba643edb21fd64460369b192bf21ccf4e798ee7179a8c7a35d69cd07ca700193cf0be579db757a9487434280168fc2b8c4d5b330ddcb344 SHA512 e04df8ebdfb4738d3f277dc7dce5ab1d8ad3f4e97bd30192779f362ebb65124fb688fb6f586fadf767e24b2efd7af519ffc9c4fc14adaf6d0546a07e8075c759

diff --git a/dev-python/glyphtools/glyphtools-0.7.4.ebuild b/dev-python/glyphtools/glyphtools-0.7.4.ebuild
new file mode 100644
index 000000000..d6c4bae08
--- /dev/null
+++ b/dev-python/glyphtools/glyphtools-0.7.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Routines for extracting information from fontTools glyphs"
+HOMEPAGE="https://github.com/simoncozens/glyphtools"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+	dev-python/babelfont[${PYTHON_USEDEP}]
+	dev-python/beziers[${PYTHON_USEDEP}]
+	dev-python/glyphsLib[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+	dev-python/sphinxcontrib-napoleon \
+	dev-python/sphinxcontrib-restbuilder


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphtools/
@ 2022-03-17  1:42 Alessandro Barbieri
  0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2022-03-17  1:42 UTC (permalink / raw
  To: gentoo-commits

commit:     6b1144cc0c66f6b961adcde3b83e185c8f38ac4d
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 01:14:27 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Mar 17 01:14:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b1144cc

dev-python/glyphtools: add 0.8.0, drop 0.7.3

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

 dev-python/glyphtools/Manifest                                        | 2 +-
 .../glyphtools/{glyphtools-0.7.3.ebuild => glyphtools-0.8.0.ebuild}   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/glyphtools/Manifest b/dev-python/glyphtools/Manifest
index 91aea12cb..bd7b36b68 100644
--- a/dev-python/glyphtools/Manifest
+++ b/dev-python/glyphtools/Manifest
@@ -1,2 +1,2 @@
-DIST glyphtools-0.7.3.tar.gz 14972 BLAKE2B b8252b42bad73fced07cacb160f0a1d61647596ec0af41b979021c3f7642cdbeb0d2e5544c35fa2f0ca37ba835e94b661ad931ea3bdbedbb4a88d2b3d3fa9498 SHA512 de505b7c7916bedcb81e70013928915a3dc3289445f1b2e438e66cb581a2a35b342d484333d1740d8db7150fc61b380bced382748f11866c81b9a06740efbadc
 DIST glyphtools-0.7.4.tar.gz 20023 BLAKE2B a771f626220dc2f26ba643edb21fd64460369b192bf21ccf4e798ee7179a8c7a35d69cd07ca700193cf0be579db757a9487434280168fc2b8c4d5b330ddcb344 SHA512 e04df8ebdfb4738d3f277dc7dce5ab1d8ad3f4e97bd30192779f362ebb65124fb688fb6f586fadf767e24b2efd7af519ffc9c4fc14adaf6d0546a07e8075c759
+DIST glyphtools-0.8.0.tar.gz 20010 BLAKE2B 19c131793875c95f5b1d4be6ac481ac1a32e5548c43a6ef598a4b1f33a8e8978cc55e45198f58be815044965c3289c27a65e2ae8326f164a8a7a1eb0c72c6672 SHA512 700e5996bee73044050caf0beeedfca6e26ac898ed33fade9000d4cc97eca300d5f8290fab4b607f0ac9c9f8a28b877ac7b35f782fec1f614bfaf1d8fe7f8fa1

diff --git a/dev-python/glyphtools/glyphtools-0.7.3.ebuild b/dev-python/glyphtools/glyphtools-0.8.0.ebuild
similarity index 82%
rename from dev-python/glyphtools/glyphtools-0.7.3.ebuild
rename to dev-python/glyphtools/glyphtools-0.8.0.ebuild
index 48781c468..ca961622d 100644
--- a/dev-python/glyphtools/glyphtools-0.7.3.ebuild
+++ b/dev-python/glyphtools/glyphtools-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="Routines for extracting information from fontTools glyphs"
 HOMEPAGE="https://github.com/simoncozens/glyphtools"
-SRC_URI="https://github.com/simoncozens/glyphtools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 KEYWORDS="~amd64"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphtools/
@ 2022-05-31  7:27 Anna Vyalkova
  0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2022-05-31  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     da2061840d6ace5a274b3f4ec0cf3fe68f738b33
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 31 06:55:08 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 31 07:26:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da206184

dev-python/glyphtools: drop old

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

 dev-python/glyphtools/Manifest                |  1 -
 dev-python/glyphtools/glyphtools-0.7.4.ebuild | 29 ---------------------------
 dev-python/glyphtools/glyphtools-0.8.0.ebuild |  6 +-----
 3 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/dev-python/glyphtools/Manifest b/dev-python/glyphtools/Manifest
index bd7b36b68..61e972919 100644
--- a/dev-python/glyphtools/Manifest
+++ b/dev-python/glyphtools/Manifest
@@ -1,2 +1 @@
-DIST glyphtools-0.7.4.tar.gz 20023 BLAKE2B a771f626220dc2f26ba643edb21fd64460369b192bf21ccf4e798ee7179a8c7a35d69cd07ca700193cf0be579db757a9487434280168fc2b8c4d5b330ddcb344 SHA512 e04df8ebdfb4738d3f277dc7dce5ab1d8ad3f4e97bd30192779f362ebb65124fb688fb6f586fadf767e24b2efd7af519ffc9c4fc14adaf6d0546a07e8075c759
 DIST glyphtools-0.8.0.tar.gz 20010 BLAKE2B 19c131793875c95f5b1d4be6ac481ac1a32e5548c43a6ef598a4b1f33a8e8978cc55e45198f58be815044965c3289c27a65e2ae8326f164a8a7a1eb0c72c6672 SHA512 700e5996bee73044050caf0beeedfca6e26ac898ed33fade9000d4cc97eca300d5f8290fab4b607f0ac9c9f8a28b877ac7b35f782fec1f614bfaf1d8fe7f8fa1

diff --git a/dev-python/glyphtools/glyphtools-0.7.4.ebuild b/dev-python/glyphtools/glyphtools-0.7.4.ebuild
deleted file mode 100644
index d6c4bae08..000000000
--- a/dev-python/glyphtools/glyphtools-0.7.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Routines for extracting information from fontTools glyphs"
-HOMEPAGE="https://github.com/simoncozens/glyphtools"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
-SLOT="0"
-
-RDEPEND="
-	dev-python/babelfont[${PYTHON_USEDEP}]
-	dev-python/beziers[${PYTHON_USEDEP}]
-	dev-python/glyphsLib[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-	dev-python/sphinxcontrib-napoleon \
-	dev-python/sphinxcontrib-restbuilder

diff --git a/dev-python/glyphtools/glyphtools-0.8.0.ebuild b/dev-python/glyphtools/glyphtools-0.8.0.ebuild
index ca961622d..514fd7aee 100644
--- a/dev-python/glyphtools/glyphtools-0.8.0.ebuild
+++ b/dev-python/glyphtools/glyphtools-0.8.0.ebuild
@@ -4,7 +4,6 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..9} )
-
 inherit distutils-r1
 
 DESCRIPTION="Routines for extracting information from fontTools glyphs"
@@ -21,9 +20,6 @@ RDEPEND="
 	dev-python/glyphsLib[${PYTHON_USEDEP}]
 	dev-python/numpy[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
 
 distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-	dev-python/sphinxcontrib-napoleon \
-	dev-python/sphinxcontrib-restbuilder
+distutils_enable_sphinx docs dev-python/sphinxcontrib-restbuilder


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

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

commit:     6dfa7e94178087b6893b4f5206ffedfc263912c8
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Jan 12 23:14:31 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Jan 13 03:11:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6dfa7e94

dev-python/glyphtools: enable py3.10 and disable py3.8, py3.9

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

 dev-python/glyphtools/glyphtools-0.8.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/glyphtools/glyphtools-0.8.0.ebuild b/dev-python/glyphtools/glyphtools-0.8.0.ebuild
index 514fd7aee..e0159172b 100644
--- a/dev-python/glyphtools/glyphtools-0.8.0.ebuild
+++ b/dev-python/glyphtools/glyphtools-0.8.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_10 )
 inherit distutils-r1
 
 DESCRIPTION="Routines for extracting information from fontTools glyphs"


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

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

commit:     8b2c0f09044ec458d0faf4d4f3ab9ccbfb1a9784
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May  9 15:13:18 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May  9 15:13:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b2c0f09

dev-python/glyphtools: enable py3.11

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

 dev-python/glyphtools/glyphtools-0.8.0.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/glyphtools/glyphtools-0.8.0.ebuild b/dev-python/glyphtools/glyphtools-0.8.0.ebuild
index 969681dc1..e46425ebb 100644
--- a/dev-python/glyphtools/glyphtools-0.8.0.ebuild
+++ b/dev-python/glyphtools/glyphtools-0.8.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="Routines for extracting information from fontTools glyphs"
@@ -22,4 +22,6 @@ RDEPEND="
 "
 
 distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinxcontrib-restbuilder
+
+distutils_enable_sphinx docs \
+	dev-python/sphinxcontrib-restbuilder


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-09 10:34 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphtools/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2021-10-04 22:30 Alessandro Barbieri
2022-03-17  1:42 Alessandro Barbieri
2022-05-31  7:27 Anna Vyalkova
2023-01-13  3:14 Julien Roy
2023-05-09 15:26 Anna Vyalkova

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