New package: python3-QtAwesome-1.1.1
This commit is contained in:
parent
b9f66ac313
commit
cfac1e4e65
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-QtAwesome/template
Normal file
20
srcpkgs/python3-QtAwesome/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python3-QtAwesome'
|
||||
pkgname=python3-QtAwesome
|
||||
version=1.1.1
|
||||
revision=1
|
||||
wrksrc="QtAwesome-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-QtPy"
|
||||
checkdepends="python3-pytest-qt python3-PyQt5 ${depends}"
|
||||
short_desc="Iconic fonts in PyQt and PySide applications"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/spyder-ide/qtawesome"
|
||||
changelog="https://raw.githubusercontent.com/spyder-ide/qtawesome/master/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/Q/QtAwesome/QtAwesome-${version}.tar.gz"
|
||||
checksum=ec02e200231fa68a146a93845890aa0432a7edcba14bf811ff6975cf9acdab5d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
Loading…
Reference in a new issue