* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/opentype-sanitizer/
@ 2023-05-18 8:21 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-05-18 8:21 UTC (permalink / raw
To: gentoo-commits
commit: 02cc2f092243f700e4cdd29944a104ca4a95e79e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu May 18 05:13:29 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu May 18 05:13:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02cc2f09
dev-python/opentype-sanitizer: new package, add 9.0.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/opentype-sanitizer/Manifest | 1 +
dev-python/opentype-sanitizer/metadata.xml | 12 +++++++++
.../opentype-sanitizer-9.0.0.ebuild | 30 ++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-python/opentype-sanitizer/Manifest b/dev-python/opentype-sanitizer/Manifest
new file mode 100644
index 000000000..4dfa0ee03
--- /dev/null
+++ b/dev-python/opentype-sanitizer/Manifest
@@ -0,0 +1 @@
+DIST opentype-sanitizer-9.0.0.tar.gz 162061 BLAKE2B b52cfe504e079e93b5b207886a06c126d44677f43d3e51e892c8589cb7644d86f2179e530fa98dc52239701b2f44ea180739e06bbffcc0be28b820418c73085f SHA512 0890b3c6d3e6aa4f1d4156354ce4fc191cbbb2390ffbec3e3feb3a046ab28f7b14f8c75d6c599cdc8fc8317286f79f87d036099179f5d5100ceeb99987f97b27
diff --git a/dev-python/opentype-sanitizer/metadata.xml b/dev-python/opentype-sanitizer/metadata.xml
new file mode 100644
index 000000000..719fb6771
--- /dev/null
+++ b/dev-python/opentype-sanitizer/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">opentype-sanitizer</remote-id>
+ <remote-id type="github">googlefonts/ots-python</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild b/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild
new file mode 100644
index 000000000..00eeb2c0e
--- /dev/null
+++ b/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python wrapper for the OpenType Sanitizer"
+HOMEPAGE="
+ https://pypi.org/project/opentype-sanitizer/
+ https://github.com/googlefonts/ots-python
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ app-arch/lz4:=
+ media-libs/woff2
+ sys-libs/zlib:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-util/meson"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/opentype-sanitizer/
@ 2023-05-21 13:28 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-05-21 13:28 UTC (permalink / raw
To: gentoo-commits
commit: ca7ea4f1f1dc94661370e13ae54584dd4699f991
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun May 21 13:14:06 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun May 21 13:25:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca7ea4f1
dev-python/opentype-sanitizer: add missing dep
Closes: https://bugs.gentoo.org/906829
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild b/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild
index 00eeb2c0e..1646da604 100644
--- a/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild
+++ b/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild
@@ -19,12 +19,14 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-DEPEND="
+RDEPEND="
app-arch/lz4:=
media-libs/woff2
sys-libs/zlib:=
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ dev-cpp/gtest
+"
BDEPEND="dev-util/meson"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/opentype-sanitizer/
@ 2023-06-08 4:24 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-06-08 4:24 UTC (permalink / raw
To: gentoo-commits
commit: 164fa25fc182a368fa7ea4e61695cf179e824a5f
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jun 8 04:00:28 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jun 8 04:00:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=164fa25f
dev-python/opentype-sanitizer: add 9.1.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/opentype-sanitizer/Manifest | 1 +
.../opentype-sanitizer-9.1.0.ebuild | 32 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/opentype-sanitizer/Manifest b/dev-python/opentype-sanitizer/Manifest
index 4dfa0ee03..1c00b5c3d 100644
--- a/dev-python/opentype-sanitizer/Manifest
+++ b/dev-python/opentype-sanitizer/Manifest
@@ -1 +1,2 @@
DIST opentype-sanitizer-9.0.0.tar.gz 162061 BLAKE2B b52cfe504e079e93b5b207886a06c126d44677f43d3e51e892c8589cb7644d86f2179e530fa98dc52239701b2f44ea180739e06bbffcc0be28b820418c73085f SHA512 0890b3c6d3e6aa4f1d4156354ce4fc191cbbb2390ffbec3e3feb3a046ab28f7b14f8c75d6c599cdc8fc8317286f79f87d036099179f5d5100ceeb99987f97b27
+DIST opentype-sanitizer-9.1.0.tar.gz 159945 BLAKE2B ae223dbca34bcad0ec656691be85b01b2d3beda5965b06e7c617742aa6a93f7d9adf4e6f3df9d454c29afbd24e4493580bb19dab1e76b7a218d942287d1b8408 SHA512 d995a1d30591726065d18b5c2eda817b01effe637ab2013c927238e75810ff215088801c4bcdd7dec43cfcf5043f3669ae2ed6502ded834c8f3c8cfe712354e9
diff --git a/dev-python/opentype-sanitizer/opentype-sanitizer-9.1.0.ebuild b/dev-python/opentype-sanitizer/opentype-sanitizer-9.1.0.ebuild
new file mode 100644
index 000000000..1646da604
--- /dev/null
+++ b/dev-python/opentype-sanitizer/opentype-sanitizer-9.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python wrapper for the OpenType Sanitizer"
+HOMEPAGE="
+ https://pypi.org/project/opentype-sanitizer/
+ https://github.com/googlefonts/ots-python
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ app-arch/lz4:=
+ media-libs/woff2
+ sys-libs/zlib:=
+"
+DEPEND="${RDEPEND}
+ dev-cpp/gtest
+"
+BDEPEND="dev-util/meson"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/opentype-sanitizer/
2024-05-14 0:15 [gentoo-commits] repo/proj/guru:master " Julien Roy
@ 2024-05-14 0:14 ` Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-05-14 0:14 UTC (permalink / raw
To: gentoo-commits
commit: 7dce5ca9a7cd6ffbdb29c16d9239a868735c697a
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 00:11:07 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 00:11:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7dce5ca9
dev-python/opentype-sanitizer: enable py3.12
Closes: https://bugs.gentoo.org/931394
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/opentype-sanitizer/opentype-sanitizer-9.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/opentype-sanitizer/opentype-sanitizer-9.1.0.ebuild b/dev-python/opentype-sanitizer/opentype-sanitizer-9.1.0.ebuild
index c4a67efcd0..3d3443dce1 100644
--- a/dev-python/opentype-sanitizer/opentype-sanitizer-9.1.0.ebuild
+++ b/dev-python/opentype-sanitizer/opentype-sanitizer-9.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
PYPI_NO_NORMALIZE=1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/opentype-sanitizer/
2024-05-14 0:15 [gentoo-commits] repo/proj/guru:master " Julien Roy
@ 2024-05-14 0:14 ` Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-05-14 0:14 UTC (permalink / raw
To: gentoo-commits
commit: 140163fb48b3e86bd3162e3a7466d57441135680
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 00:11:33 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 00:11:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=140163fb
dev-python/opentype-sanitizer: drop 9.0.0
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/opentype-sanitizer/Manifest | 1 -
.../opentype-sanitizer-9.0.0.ebuild | 32 ----------------------
2 files changed, 33 deletions(-)
diff --git a/dev-python/opentype-sanitizer/Manifest b/dev-python/opentype-sanitizer/Manifest
index 1c00b5c3d3..cbf8aea967 100644
--- a/dev-python/opentype-sanitizer/Manifest
+++ b/dev-python/opentype-sanitizer/Manifest
@@ -1,2 +1 @@
-DIST opentype-sanitizer-9.0.0.tar.gz 162061 BLAKE2B b52cfe504e079e93b5b207886a06c126d44677f43d3e51e892c8589cb7644d86f2179e530fa98dc52239701b2f44ea180739e06bbffcc0be28b820418c73085f SHA512 0890b3c6d3e6aa4f1d4156354ce4fc191cbbb2390ffbec3e3feb3a046ab28f7b14f8c75d6c599cdc8fc8317286f79f87d036099179f5d5100ceeb99987f97b27
DIST opentype-sanitizer-9.1.0.tar.gz 159945 BLAKE2B ae223dbca34bcad0ec656691be85b01b2d3beda5965b06e7c617742aa6a93f7d9adf4e6f3df9d454c29afbd24e4493580bb19dab1e76b7a218d942287d1b8408 SHA512 d995a1d30591726065d18b5c2eda817b01effe637ab2013c927238e75810ff215088801c4bcdd7dec43cfcf5043f3669ae2ed6502ded834c8f3c8cfe712354e9
diff --git a/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild b/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild
deleted file mode 100644
index c4a67efcd0..0000000000
--- a/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-DISTUTILS_EXT=1
-PYPI_NO_NORMALIZE=1
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python wrapper for the OpenType Sanitizer"
-HOMEPAGE="
- https://pypi.org/project/opentype-sanitizer/
- https://github.com/googlefonts/ots-python
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- app-arch/lz4:=
- media-libs/woff2
- sys-libs/zlib:=
-"
-DEPEND="${RDEPEND}
- dev-cpp/gtest
-"
-BDEPEND="dev-build/meson"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-05-14 0:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-08 4:24 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/opentype-sanitizer/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-05-14 0:15 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 0:14 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-14 0:15 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 0:14 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2023-05-21 13:28 Anna Vyalkova
2023-05-18 8:21 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox