public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qtawesome/
Date: Thu, 23 Jan 2020 09:53:39 +0000 (UTC)	[thread overview]
Message-ID: <1579773198.173a3c71604c64e549f08d6699533ec6e9154850.juippis@gentoo> (raw)

commit:     173a3c71604c64e549f08d6699533ec6e9154850
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Dec 16 08:54:01 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 09:53:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173a3c71

dev-python/qtawesome: Version bump 0.6.1

Bug: https://bugs.gentoo.org/702458
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/qtawesome/Manifest               |  1 +
 dev-python/qtawesome/metadata.xml           |  8 +++++++
 dev-python/qtawesome/qtawesome-0.6.1.ebuild | 34 +++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-python/qtawesome/Manifest b/dev-python/qtawesome/Manifest
index 444f4a9ec20..d2c347beb8a 100644
--- a/dev-python/qtawesome/Manifest
+++ b/dev-python/qtawesome/Manifest
@@ -1,2 +1,3 @@
 DIST QtAwesome-0.4.4.tar.gz 159621 BLAKE2B 468f927b537eeada0926fc989498e6b1e2a5fc05a67f9f2286063c1feb0479798e95f07a05d8afaf51b07fb25b9717116cf4819b7830c0daa6e5807afdd6e756 SHA512 9dc8659993b8d61757865a1ec76f76e76db1232c6801f8216688c0578f612897fe189313c27107be264ac61c6ee2a866056acae51241be73a4fc5e9e5825008c
 DIST QtAwesome-0.5.2.tar.gz 610721 BLAKE2B 791e7fb6570c53f4c86cf51e1774218d09d7767e02fc70449fe61544a1dd71ae0acc6c95dcb5688d4137a220a15ea348cdd08163367d600944af0022c17ad46c SHA512 23b1fab5cbc36e2d99edd63a1f0b150b1ae3638297a3145028edbdd57de75a7d68328e70ecd7709f0f0faa75001b791505f031cff939660b0bd5737feeb8d669
+DIST QtAwesome-0.6.1.tar.gz 805816 BLAKE2B e459a30bfb645942b7531050a747d40922687c7409451609f14ea99ea5b777d8c7b284e7be3f6957227ad0f205016ce31019c6baf550f2227c89e18ceeab9acb SHA512 17cd56380b5ef2bfd4063e23e80081ab654661ddf2d62bde0e934742828c54cb9ea51cc0ac7fc21dec213d25602f71b97c99990efdb8fe438000f052322049a7

diff --git a/dev-python/qtawesome/metadata.xml b/dev-python/qtawesome/metadata.xml
index 7e3146876da..fc1af255a06 100644
--- a/dev-python/qtawesome/metadata.xml
+++ b/dev-python/qtawesome/metadata.xml
@@ -9,6 +9,14 @@
     <email>python@gentoo.org</email>
     <name>Python</name>
   </maintainer>
+  <maintainer type="person">
+    <email>andrewammerlaan@riseup.net</email>
+    <name>Andrew Ammerlaan</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
   <longdescription lang="en">
     QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons
     in PyQt and PySide applications.

diff --git a/dev-python/qtawesome/qtawesome-0.6.1.ebuild b/dev-python/qtawesome/qtawesome-0.6.1.ebuild
new file mode 100644
index 00000000000..b04f7cb3c6f
--- /dev/null
+++ b/dev-python/qtawesome/qtawesome-0.6.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+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}]
+	dev-python/six[${PYTHON_USEDEP}]"
+
+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
+}


             reply	other threads:[~2020-01-23  9:53 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-23  9:53 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-15 12:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/qtawesome/ Arthur Zamarin
2025-02-28  4:42 Michał Górny
2024-07-03 16:08 Andrew Ammerlaan
2024-04-13 17:49 Michał Górny
2024-04-13 17:36 Sam James
2024-03-29 11:24 Andrew Ammerlaan
2024-02-07  9:14 Michał Górny
2023-12-30 14:40 Michał Górny
2023-12-30 14:25 Arthur Zamarin
2023-12-12  6:32 Michał Górny
2023-11-24 21:53 Sam James
2023-11-11 10:36 Michał Górny
2023-11-11 10:36 Michał Górny
2023-09-14 11:02 Andrew Ammerlaan
2023-04-22 16:18 Michał Górny
2023-04-22 11:33 Sam James
2023-03-10  4:47 Michał Górny
2023-02-17  6:21 Michał Górny
2023-02-16 22:50 Sam James
2022-12-28  8:17 Michał Górny
2022-11-30  2:48 Michał Górny
2022-11-29 21:46 Jakov Smolić
2022-10-25  8:28 Michał Górny
2022-10-20 10:38 Andrew Ammerlaan
2022-06-15 11:32 Michał Górny
2022-06-14 21:17 Jakov Smolić
2022-06-12 15:56 Sam James
2022-06-12 14:52 Sam James
2022-06-08 19:16 Andrew Ammerlaan
2021-12-12 10:01 Michał Górny
2021-12-12  9:45 Jakov Smolić
2021-11-29 22:29 Michał Górny
2021-11-03 10:51 Andrew Ammerlaan
2021-07-25  8:41 Michał Górny
2021-07-25  1:04 Sam James
2021-06-22 17:59 Andrew Ammerlaan
2021-06-05 11:56 Andrew Ammerlaan
2021-01-18 19:06 Michał Górny
2021-01-18 17:43 Sam James
2020-12-17  0:18 Matt Turner
2020-12-06  9:14 Michał Górny
2020-12-06  8:01 Joonas Niilola
2020-12-05  9:58 Michał Górny
2020-11-05  1:39 Matt Turner
2020-11-05  1:39 Matt Turner
2020-10-08  7:48 Joonas Niilola
2020-10-07 18:44 Joonas Niilola
2020-10-07 16:49 Joonas Niilola
2020-05-26 20:43 Matt Turner
2020-05-11 17:48 Michał Górny
2020-05-04 16:25 Joonas Niilola
2020-05-04 11:49 Michał Górny
2020-03-27 16:25 Joonas Niilola
2020-02-05 21:21 Michał Górny
2018-11-11 13:23 Andrey Grozin
2017-12-03  6:40 Andrey Grozin
2017-09-19 11:51 Andrey Grozin
2017-05-12 12:13 Manuel Rüger
2016-12-12 14:28 Andrey Grozin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1579773198.173a3c71604c64e549f08d6699533ec6e9154850.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox