dev-python/ufoNormalizer: add 0.5.4

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-06-14 01:59:06 +02:00
parent 81fcf6acf9
commit b3d8808694
2 changed files with 24 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST ufonormalizer-0.5.2.zip 37959 BLAKE2B 15350d4051da783bee67b24717503aceed471737eb6e2ebde4d7aef94911febb86e6135b8ed8bc9f125d3bfa5d0b17727081d08a21e08c4ac10dc2b7ca2a351d SHA512 9fb1a28d29f0f4ff7e1d966487aa99120ece58c86b69259e92adb72341074356e4ae479f4b4c0a26f108f5c3c651deb4282ca5558277650bb8d90e19522997ff
DIST ufonormalizer-0.5.3.zip 38075 BLAKE2B b75ed0560335406c74dfd154fa7d8c3329f327962807d4e9c34007eae3f7723be4d0439c282f36fe61b5af344b30e495094859126174cdb0585ace5f1000b5e4 SHA512 08a5008cf080888158710e1649865a6a0ec74c675ef34e26e5c28fa70fffc703ee4749b92a1637326e0c169d3a2be96df6bf77c578b75b0be3988b3a3c1821a2
DIST ufonormalizer-0.5.4.zip 38121 BLAKE2B b88763f9904633b99bfcd8226281b2c8e7172a46d8a6ebed1360d8af6b67944030f008176b55dfb9cb85580419997853b5203867587da87f7910608621ff213f SHA512 f9bc37c6d7c366d34e9fa4cbfbcbb6f8a654955fd61afedfbe6376e70e4145d29c6fe30d48c28dca9f18e476002c1cda773172379be2fae4bd30b466ce1899ba

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8,9} pypy3 )
DISTUTILS_USE_SETUPTOOLS=rdepend
MYPN="${PN,,}"
MYP="${MYPN}-${PV}"
inherit distutils-r1
DESCRIPTION="A tool that will normalize the XML and other data inside of a UFO."
HOMEPAGE="https://github.com/unified-font-object/ufoNormalizer"
SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.zip"
S="${WORKDIR}/${MYP}"
SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
BDEPEND="app-arch/unzip"
distutils_enable_tests setup.py