dev-python/qtawesome: bump to 0.4.4
authorAndrey Grozin <grozin@gentoo.org>
Tue, 19 Sep 2017 11:49:46 +0000 (18:49 +0700)
committerAndrey Grozin <grozin@gentoo.org>
Tue, 19 Sep 2017 11:50:42 +0000 (18:50 +0700)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-python/qtawesome/Manifest
dev-python/qtawesome/qtawesome-0.4.4.ebuild [new file with mode: 0644]

index 3c8e57de7df658f7ee5e688ce3238e4b84d9c653..cad726a6743d141f4bb7bbdc81c6c0c12d0a9ad4 100644 (file)
@@ -1 +1,2 @@
 DIST QtAwesome-0.3.3.tar.gz 150081 SHA256 c3c98ee4df0133ae42d202fea20253f8746266b4541c5df4269ca4131792ce0f SHA512 2b89a0c2119ff98a5aa1ecd6a60dabc36feafbb8029a39a578376307bdcff7f0a4bed2395dd6aa13b8540671b9deb1dd14b6ef9144a3bfb3640ae78288a6d7eb WHIRLPOOL dc28ccc34ba4391eb90c91da6987f2800ba505ab22aeb05c0be1288079156b5ff7475dc0c052f4f00e6315254c651f854f8c36056a7ffb3de1d2a61d315725de
+DIST QtAwesome-0.4.4.tar.gz 159621 SHA256 50f9c1d9ce34e57f5b13ef76d5c87e06de9804b8dfe1c34c4ba73197200f878a SHA512 9dc8659993b8d61757865a1ec76f76e76db1232c6801f8216688c0578f612897fe189313c27107be264ac61c6ee2a866056acae51241be73a4fc5e9e5825008c WHIRLPOOL c106df987a0b19b4e6d35bcdcf2a98810e678c2b5cbaf33f9c47fa026d2209f83f652b1a85c1a88b0e275dfc1e6c8016d6591153590616f81cb2a712533cf2b5
diff --git a/dev-python/qtawesome/qtawesome-0.4.4.ebuild b/dev-python/qtawesome/qtawesome-0.4.4.ebuild
new file mode 100644 (file)
index 0000000..7327684
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit eutils distutils-r1
+
+DESCRIPTION="Enables iconic fonts such as Font Awesome in PyQt"
+HOMEPAGE="https://github.com/spyder-ide/qtawesome/ https://pypi.python.org/pypi/QtAwesome/"
+MY_PN="QtAwesome"
+MY_P="${MY_PN}-${PV}"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-fonts/fontawesome"
+DEPEND=""
+
+S="${WORKDIR}/${MY_P}"