dev-python/qtawesome: clean up 1.0.0

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2020-11-04 10:40:12 +01:00
committed by Matt Turner
parent d7f9f4648a
commit 8029f22028
2 changed files with 0 additions and 37 deletions

View File

@@ -1,3 +1,2 @@
DIST QtAwesome-0.7.2.tar.gz 847272 BLAKE2B 559b41a1ccb1563c0537703ec285bb24639ab9dfe72515dae9462271666dbe49b7d04b5d5dbc3f24bb6475803c987f7ac7bd6bbf828b79b07897f0b6e60edd70 SHA512 edc3a4794befd6f87ea144477d18d48e8ea7c1e349cee3fde04ac25c3f372126448adb7d820176927394ca89a8714154f354625e58746725c30eb0a95d7b0359
DIST QtAwesome-1.0.0.tar.gz 878528 BLAKE2B aab6fb29268e9a2eca3a5d77d1bf83cd8e901b667a4e83dbfc0c7259bd376d45bc425b7eb1cd7586da22fc410103e1269a1b210c61ffd4e3f938d1c523d2fd51 SHA512 ae494e55cdd9315a31d8582e07fdbc29021658380f7d8fff57be8b08e4f65390ed1f55fa39bb206a0c9a5cbbc4017f9cd5cb10aa5471161413382fa1dd6f91cd
DIST QtAwesome-1.0.1.tar.gz 878654 BLAKE2B e654db2210b15274e200bf9ef783b6c8706833129162cc615cbded10a3ee440fae23497dfa327cb6af31664370f90ee46f5d2986d7e5dd6d27b5430a1558c3ce SHA512 edc8f1b7f8dc8d06b7a108300eb72e47e9601be7e16cf774e7efea888e583168f5aa8afe015e83156cd40bda5007b52ef38f914f232fdd1b5eb2683256f1de74

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 virtualx
MY_PN="QtAwesome"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Enables iconic fonts such as Font Awesome in PyQt"
HOMEPAGE="https://github.com/spyder-ide/qtawesome/ https://pypi.org/project/QtAwesome/"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
media-fonts/fontawesome
dev-python/QtPy[${PYTHON_USEDEP},gui]
"
DEPEND="test? ( dev-python/pytest-qt[${PYTHON_USEDEP}] )"
S="${WORKDIR}/${MY_P}"
distutils_enable_tests pytest
distutils_enable_sphinx docs/source
python_test() {
virtx pytest -vv
}