commit:     a6464b8bf3d86a3898a6904f572e6e680604454b
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 26 05:10:05 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 26 05:11:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6464b8b

dev-python/fontMath: add 0.9.3, drop 0.9.2

Closes: https://bugs.gentoo.org/897434
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/fontMath/Manifest              |  2 +-
 dev-python/fontMath/fontMath-0.9.2.ebuild | 28 ----------------------------
 dev-python/fontMath/fontMath-0.9.3.ebuild | 28 ++++++++++++++++++++++++++++
 3 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/dev-python/fontMath/Manifest b/dev-python/fontMath/Manifest
index ae0ebc4b2..af53b959b 100644
--- a/dev-python/fontMath/Manifest
+++ b/dev-python/fontMath/Manifest
@@ -1 +1 @@
-DIST fontMath-0.9.2.gh.tar.gz 29835 BLAKE2B 
0be37992c5009c5f0271da1cdfa464983e720f0b558b177b03abb5fa1f700f8171b40d39144e0976d815c33ba86e5bab90364502f3464cbab5cb18ad27cd88a8
 SHA512 
5305da4d688716a473b440114f37eb342eaf26d801c8c10361b8d98f84022f6da3afc112828b32a4286992d35b2f0075cad7a33086768f3e004b80fe59b0117e
+DIST fontMath-0.9.3.zip 39324 BLAKE2B 
055c5336e2c393f2cd26be0a2c4177309c9b6888f70cc2a3e67cb0f26b785917f235305bbeeeba30afdb241015aa822c8f7537c73da0a649b559f3dbdde19737
 SHA512 
2249667be5f9d0ccfef8b68211c7b62b4a099c47505830481bfcad28ec7f162454c5e5fe9c5a3929180b8098406226e6d26e935c5a9b752a5e7ce86e13496234

diff --git a/dev-python/fontMath/fontMath-0.9.2.ebuild 
b/dev-python/fontMath/fontMath-0.9.2.ebuild
deleted file mode 100644
index e118a46c8..000000000
--- a/dev-python/fontMath/fontMath-0.9.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A collection of objects that implement fast font math"
-HOMEPAGE="https://github.com/robotools/fontMath";
-SRC_URI="https://github.com/robotools/fontMath/archive/refs/tags/${PV}.tar.gz 
-> ${P}.gh.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-       ${PYTHON_DEPS}
-       >=dev-python/fonttools-4.9[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
-
-pkg_setup() {
-       export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
-}

diff --git a/dev-python/fontMath/fontMath-0.9.3.ebuild 
b/dev-python/fontMath/fontMath-0.9.3.ebuild
new file mode 100644
index 000000000..e6167682a
--- /dev/null
+++ b/dev-python/fontMath/fontMath-0.9.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
+
+DESCRIPTION="A collection of objects that implement fast font math"
+HOMEPAGE="
+       https://pypi.org/project/fontMath/
+       https://github.com/robotools/fontMath
+"
+SRC_URI="$(pypi_sdist_url --no-normalize "${PN}" "${PV}" .zip)"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND=">=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}]"
+BDEPEND="
+       app-arch/unzip
+       dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest

Reply via email to