diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-06-15 00:49:06 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-06-15 01:09:42 +0200 |
commit | e371ac8951f9210b4916626f5b64ed21e9d828e7 (patch) | |
tree | aeb058eeebca861e9fdef25cc1611a170e40f8eb /dev-python/glyphsLib | |
parent | dev-python/hunter: drop 3.3.3 (diff) | |
download | guru-e371ac8951f9210b4916626f5b64ed21e9d828e7.tar.gz guru-e371ac8951f9210b4916626f5b64ed21e9d828e7.tar.bz2 guru-e371ac8951f9210b4916626f5b64ed21e9d828e7.zip |
dev-python/glyphsLib: drop 5.3.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/glyphsLib')
-rw-r--r-- | dev-python/glyphsLib/Manifest | 1 | ||||
-rw-r--r-- | dev-python/glyphsLib/glyphsLib-5.3.0.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/glyphsLib/Manifest b/dev-python/glyphsLib/Manifest index 42e919673..f41e904dd 100644 --- a/dev-python/glyphsLib/Manifest +++ b/dev-python/glyphsLib/Manifest @@ -1,2 +1 @@ -DIST glyphsLib-5.3.0.zip 954392 BLAKE2B e7a0df00e8e724ab958f2e4a9c1e68f3aff6e05e9300c86585b8a35d0f38fe0147af21e7470f45ac2655105c0d42c19f940a4db67c16fe06c4293b596d795dc8 SHA512 c2255a84172b972168b914343a35e6cff130b99c66b636f0aa7e97ffcad6fe916289dfc5fc2871f9ba466db4e45f8fcf5784824083a91d481e8c1323e6cf9970 DIST glyphsLib-5.3.2.zip 960327 BLAKE2B 505d14a1e4e4a5cf8e3ea9edb1ed4fd384cc4e5d0bf6874904d45ba227f53202556076e84f3cc68a7b40354c128f71733233c1a95ea66040e0693779c5da38c7 SHA512 fbb09d666cda404a02908cf6b782a2fc986774bd490960bc71bc225260904ea284800018a4b7e326122cc226bdbe5aa9718072e8eeac019eb05c1195c535778a diff --git a/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild b/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild deleted file mode 100644 index cd1734989..000000000 --- a/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7,8} ) -inherit distutils-r1 - -DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs" -HOMEPAGE="https://github.com/googlei18n/glyphsLib" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - -LICENSE="Apache-2.0 MIT" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -RDEPEND=" - >=dev-python/fonttools-4.14[${PYTHON_USEDEP}] - >=dev-python/ufoLib2-0.8[${PYTHON_USEDEP}] -" - -BDEPEND=" - app-arch/unzip - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( - dev-python/defcon[${PYTHON_USEDEP}] - dev-python/ufoNormalizer[${PYTHON_USEDEP}] - >=app-text/xmldiff-2.2[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_prepare_all() { - sed -e '/\<wheel\>/d' -i setup.cfg - distutils-r1_python_prepare_all -} |