dev-python/ufoLib2: version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-05-02 11:28:07 +02:00
parent 419057aa1c
commit c5d1cc5802
2 changed files with 6 additions and 6 deletions

View File

@@ -1 +1 @@
DIST ufoLib2-0.6.3a1.zip 63774 BLAKE2B 1452ae99547f820f431b8cebf820ecfaf6f7160838b6e06f8724963517d98dc6d002d4cb254285dd3474254c6d423b0622e6ed6cdf54005d54e5904e26af1114 SHA512 898389183748c6405a4d0f78197f47d51d28d42f95ba2872dc4c175dd9c5fb617c172ea87ef88aea88daeea44f6a4fc0a76081f7e2c6457a1d25edfa93a36607
DIST ufoLib2-0.7.0.zip 81135 BLAKE2B 448d31fa8532c6433fa0fdf790179edae916e13dcbc9bce2636aaa25a9c323ada932fe77255c3ff3765926fed481b79f7281855b2c7f1f6d8f0eca127a33812c SHA512 741b5d4485f26cf5f520be1bd7992ddea67048fd88b3176dd61e6d36ec33a6b978f59e602c79417e3e2a535e506fb954de41f129fbe6a6ce72a40d4ab436efdc

View File

@@ -7,9 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
MYP="${P/_p/}"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MYP}.zip"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
KEYWORDS="~amd64 ~x86"
DESCRIPTION="A UFO font library"
@@ -28,12 +26,14 @@ RDEPEND="
DEPEND="
${RDEPEND}
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
dev-python/typing-extensions[${PYTHON_USEDEP}]
)
"
BDEPEND="app-arch/unzip"
S="${WORKDIR}/${MYP}"
distutils_enable_tests pytest
distutils_enable_sphinx docs/source dev-python/typing-extensions dev-python/sphinx_rtd_theme
python_prepare_all() {
sed -e '/\<wheel\>/d' -i setup.cfg || die