commit:     60802e17e13db63d29c0876edcb886f66bb0f0ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 10:56:24 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 10:56:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60802e17

dev-python/fonttools: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/fonttools/Manifest                |  3 --
 dev-python/fonttools/fonttools-4.40.0.ebuild | 67 ----------------------------
 dev-python/fonttools/fonttools-4.41.0.ebuild | 67 ----------------------------
 dev-python/fonttools/fonttools-4.41.1.ebuild | 67 ----------------------------
 4 files changed, 204 deletions(-)

diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest
index 8e6eaaa744b8..79c89ddac3d9 100644
--- a/dev-python/fonttools/Manifest
+++ b/dev-python/fonttools/Manifest
@@ -1,4 +1 @@
-DIST fonttools-4.40.0.gh.tar.gz 3726926 BLAKE2B 
c14cf10baeca50f6a70dc210de40f46b24effa66efdaded0a2706539af659b7fea276064b352fbe2f412028912658dc3f215409c3975bd773a7bd789986a65a1
 SHA512 
03daecfb2c48e13f22255872dd9dca47aaca9fc71139f2d5876cdb74fa8560d697344845d870742da00d3734043e36f143efe5d2048b884a5f7ed924435aa2f0
-DIST fonttools-4.41.0.gh.tar.gz 3754276 BLAKE2B 
dc1ee8415d6829d467d584280c1d9a90c3355cac159db43f14123ea0d71271465bdac1e891a640040ccc72a7ffa2f9e484dfaccc9ce7930f7dad28322f7b435c
 SHA512 
9f8478c68f187258fc8377d6313d0d72231dce8725a09b43b3bfb2ba844f2c11e9396cd4627f21450362566fe4649e66f09d3e2230e509d8e347c978e876f8d9
-DIST fonttools-4.41.1.gh.tar.gz 3757962 BLAKE2B 
9935459d6a17d91a0fb1deb8687790bec9b3aaf483610bb4dac448dfaa2237167cf62a346bb97a31d255d383bc4237806e4addd50e88afbc50b897dcffb40774
 SHA512 
d4feadb31fce8249ca44dc08f9e24639071511663ad19feb994e95c20c4d25713b1c3525ee0de1ba31ebd056cae226cf84b22065d014344d380190f7b6b4b60f
 DIST fonttools-4.42.0.gh.tar.gz 3764057 BLAKE2B 
ef6340a58d1b8dc0fa87a6514792da76c63ee39fa7c0f420e637bb008ae4d6078722b695625bbba72481bfb47f239cd734288b6f5f89d57fcb1acca1e732f460
 SHA512 
c5b6963d420dd8bf2bae776880bf23c9e91aeb04f62fb3231cfb0af00008b82a19814138311c2b06cc8df1dbb83c0cd1fc1312a540918a3727407cee81d19116

diff --git a/dev-python/fonttools/fonttools-4.40.0.ebuild 
b/dev-python/fonttools/fonttools-4.40.0.ebuild
deleted file mode 100644
index 7ff069d1bc9b..000000000000
--- a/dev-python/fonttools/fonttools-4.40.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
-HOMEPAGE="
-       https://github.com/fonttools/fonttools/
-       https://pypi.org/project/fonttools/
-"
-SRC_URI="
-       https://github.com/fonttools/fonttools/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-       >=dev-python/fs-2.4.9[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]
-       test? (
-               app-arch/brotli[python,${PYTHON_USEDEP}]
-               app-arch/zopfli
-       )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # When dev-python/pytest-shutil is installed, we get weird import 
errors.
-       # This is due to incomplete nesting in the Tests/ tree:
-       #
-       #   Tests/feaLib/__init__.py
-       #   Tests/ufoLib/__init__.py
-       #   Tests/svgLib/path/__init__.py
-       #   Tests/otlLib/__init__.py
-       #   Tests/varLib/__init__.py
-       #
-       # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
-       touch Tests/svgLib/__init__.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-src_configure() {
-       export FONTTOOLS_WITH_CYTHON=1
-}
-
-src_test() {
-       # virtualx used when matplotlib is installed causing plot module tests 
to run
-       virtx distutils-r1_src_test
-}
-
-python_test() {
-       epytest Tests fontTools || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/fonttools/fonttools-4.41.0.ebuild 
b/dev-python/fonttools/fonttools-4.41.0.ebuild
deleted file mode 100644
index 9468c65101c8..000000000000
--- a/dev-python/fonttools/fonttools-4.41.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
-HOMEPAGE="
-       https://github.com/fonttools/fonttools/
-       https://pypi.org/project/fonttools/
-"
-SRC_URI="
-       https://github.com/fonttools/fonttools/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
-
-RDEPEND="
-       >=dev-python/fs-2.4.9[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]
-       test? (
-               app-arch/brotli[python,${PYTHON_USEDEP}]
-               app-arch/zopfli
-       )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # When dev-python/pytest-shutil is installed, we get weird import 
errors.
-       # This is due to incomplete nesting in the Tests/ tree:
-       #
-       #   Tests/feaLib/__init__.py
-       #   Tests/ufoLib/__init__.py
-       #   Tests/svgLib/path/__init__.py
-       #   Tests/otlLib/__init__.py
-       #   Tests/varLib/__init__.py
-       #
-       # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
-       touch Tests/svgLib/__init__.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-src_configure() {
-       export FONTTOOLS_WITH_CYTHON=1
-}
-
-src_test() {
-       # virtualx used when matplotlib is installed causing plot module tests 
to run
-       virtx distutils-r1_src_test
-}
-
-python_test() {
-       epytest Tests fontTools || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/fonttools/fonttools-4.41.1.ebuild 
b/dev-python/fonttools/fonttools-4.41.1.ebuild
deleted file mode 100644
index 9468c65101c8..000000000000
--- a/dev-python/fonttools/fonttools-4.41.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
-HOMEPAGE="
-       https://github.com/fonttools/fonttools/
-       https://pypi.org/project/fonttools/
-"
-SRC_URI="
-       https://github.com/fonttools/fonttools/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
-
-RDEPEND="
-       >=dev-python/fs-2.4.9[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]
-       test? (
-               app-arch/brotli[python,${PYTHON_USEDEP}]
-               app-arch/zopfli
-       )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # When dev-python/pytest-shutil is installed, we get weird import 
errors.
-       # This is due to incomplete nesting in the Tests/ tree:
-       #
-       #   Tests/feaLib/__init__.py
-       #   Tests/ufoLib/__init__.py
-       #   Tests/svgLib/path/__init__.py
-       #   Tests/otlLib/__init__.py
-       #   Tests/varLib/__init__.py
-       #
-       # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
-       touch Tests/svgLib/__init__.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-src_configure() {
-       export FONTTOOLS_WITH_CYTHON=1
-}
-
-src_test() {
-       # virtualx used when matplotlib is installed causing plot module tests 
to run
-       virtx distutils-r1_src_test
-}
-
-python_test() {
-       epytest Tests fontTools || die "Tests failed with ${EPYTHON}"
-}

Reply via email to