summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-12-16 12:35:18 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-12-16 12:35:18 -0500
commit738c673c2f2d1ebf361bdae93e01d120561ace5a (patch)
treef46654f367187169d7c4e0a506e0a7b0042bd662
parent32c0b155790ab7e228d889f66a25aef3f33fb702 (diff)
downloadgentoo-overlay-738c673c2f2d1ebf361bdae93e01d120561ace5a.tar.xz
gentoo-overlay-738c673c2f2d1ebf361bdae93e01d120561ace5a.zip
dev-python/{fonttools,fs}: drop
bumped upstream
-rw-r--r--dev-python/fonttools/Manifest1
-rw-r--r--dev-python/fonttools/fonttools-4.18.2.ebuild50
-rw-r--r--dev-python/fonttools/metadata.xml8
-rw-r--r--dev-python/fs/Manifest1
-rw-r--r--dev-python/fs/fs-2.4.12_pre.ebuild47
-rw-r--r--dev-python/fs/metadata.xml18
6 files changed, 0 insertions, 125 deletions
diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest
deleted file mode 100644
index b8c6817..0000000
--- a/dev-python/fonttools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fonttools-4.18.2.tar.gz 2499129 BLAKE2B 1ae93418121942e4303e4b138b192a30195d25c87e8c6204b508cc6a5b7a87608fcde7acbb6a2e8fb3c71ea59938827dabbe1556b7edad537523f6f0b3615696 SHA512 ceec3656c674ff5c43f4dc7cdf1468ddaf5c8bbe569d865fb015a9251ac089caedcf3dcea82c93a0c367576fcd7d65451642a6ab5d3093d941aa391b50070d53
diff --git a/dev-python/fonttools/fonttools-4.18.2.ebuild b/dev-python/fonttools/fonttools-4.18.2.ebuild
deleted file mode 100644
index 34950d6..0000000
--- a/dev-python/fonttools/fonttools-4.18.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
-HOMEPAGE="https://github.com/fonttools/fonttools/"
-SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-RESTRICT="!test? ( test )"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- test? (
- >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-
- >=dev-python/fs-2.4.9[${PYTHON_USEDEP}]
- app-arch/brotli[python,${PYTHON_USEDEP}]
- app-arch/zopfli
- )"
-
-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
-}
-
-python_test() {
- # virtualx used when matplotlib is installed causing plot module tests to run
- virtx pytest -vv Tests fontTools
-}
diff --git a/dev-python/fonttools/metadata.xml b/dev-python/fonttools/metadata.xml
deleted file mode 100644
index 1073d2b..0000000
--- a/dev-python/fonttools/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">fonttools/fonttools</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/fs/Manifest b/dev-python/fs/Manifest
deleted file mode 100644
index 72a6052..0000000
--- a/dev-python/fs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fs-2.4.12_pre.tar.gz 165194 BLAKE2B 399f7a882943f2235d4f89122db4f7e4623a8a75150853fc42335f348b8d06718ff28b52c936584170c05c67ebfbd2bacf38ed57335e79d98ecd1587e6c121e0 SHA512 2d16bd3349f84fb3706bf588d1ef7dd3cc2d7c4185b22b29b2dcf2db4d33a6bffa6eaa336456c1395e21fb77a5c986c6938dcabc326227c0f835c17538edeadf
diff --git a/dev-python/fs/fs-2.4.12_pre.ebuild b/dev-python/fs/fs-2.4.12_pre.ebuild
deleted file mode 100644
index 1efebb3..0000000
--- a/dev-python/fs/fs-2.4.12_pre.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1 optfeature vcs-snapshot
-
-MY_PN="pyfilesystem2"
-
-DESCRIPTION="Filesystem abstraction layer"
-HOMEPAGE="
- https://pypi.org/project/fs/
- https://docs.pyfilesystem.org
- https://www.willmcgugan.com/tag/fs/
-"
-# Tests from the PyPI tarball are broken
-# https://github.com/PyFilesystem/pyfilesystem2/issues/364
-SRC_URI="https://github.com/PyFilesystem/pyfilesystem2/archive/25503697228919780b5bdea7c5ca865affdda541.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- >=dev-python/six-1.10[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- ${RDEPEND}
- dev-python/pyftpdlib[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-pkg_postinst() {
- optfeature "S3 support" dev-python/boto
- optfeature "SFTP support" dev-python/paramiko
- optfeature "Browser support" dev-python/wxpython
-}
diff --git a/dev-python/fs/metadata.xml b/dev-python/fs/metadata.xml
deleted file mode 100644
index 6fb9cac..0000000
--- a/dev-python/fs/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">fs</remote-id>
- <remote-id type="github">PyFilesystem/pyfilesystem2</remote-id>
- <doc>https://docs.pyfilesystem.org/</doc>
- <maintainer status="unknown">
- <email>will@willmcgugan.com</email>
- <name>Will McGugan</name>
- </maintainer>
- </upstream>
-</pkgmetadata>