From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qtawesome/
Date: Mon, 12 Dec 2016 14:28:10 +0000 (UTC) [thread overview]
Message-ID: <1481552857.1cc54d76539ea27219f5639b72162b7adb77e309.grozin@gentoo> (raw)
commit: 1cc54d76539ea27219f5639b72162b7adb77e309
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 14:27:37 2016 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 14:27:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc54d76
dev-python/qtawesome: initial import
Package-Manager: portage-2.3.3
dev-python/qtawesome/Manifest | 1 +
dev-python/qtawesome/metadata.xml | 19 +++++++++++++++++++
dev-python/qtawesome/qtawesome-0.3.3.ebuild | 23 +++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-python/qtawesome/Manifest b/dev-python/qtawesome/Manifest
new file mode 100644
index 00000000..3c8e57d
--- /dev/null
+++ b/dev-python/qtawesome/Manifest
@@ -0,0 +1 @@
+DIST QtAwesome-0.3.3.tar.gz 150081 SHA256 c3c98ee4df0133ae42d202fea20253f8746266b4541c5df4269ca4131792ce0f SHA512 2b89a0c2119ff98a5aa1ecd6a60dabc36feafbb8029a39a578376307bdcff7f0a4bed2395dd6aa13b8540671b9deb1dd14b6ef9144a3bfb3640ae78288a6d7eb WHIRLPOOL dc28ccc34ba4391eb90c91da6987f2800ba505ab22aeb05c0be1288079156b5ff7475dc0c052f4f00e6315254c651f854f8c36056a7ffb3de1d2a61d315725de
diff --git a/dev-python/qtawesome/metadata.xml b/dev-python/qtawesome/metadata.xml
new file mode 100644
index 00000000..ae819f0
--- /dev/null
+++ b/dev-python/qtawesome/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>grozin@gentoo.org</email>
+ <name>Andrey Grozin</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <longdescription lang="en">
+ QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons
+ in PyQt and PySide applications.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">QtAwesome</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/qtawesome/qtawesome-0.3.3.ebuild b/dev-python/qtawesome/qtawesome-0.3.3.ebuild
new file mode 100644
index 00000000..5d9dd5f
--- /dev/null
+++ b/dev-python/qtawesome/qtawesome-0.3.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+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}"
next reply other threads:[~2016-12-13 1:26 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-12 14:28 Andrey Grozin [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-05-12 12:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/qtawesome/ Manuel Rüger
2017-09-19 11:51 Andrey Grozin
2017-12-03 6:40 Andrey Grozin
2018-11-11 13:23 Andrey Grozin
2020-01-23 9:53 Joonas Niilola
2020-02-05 21:21 Michał Górny
2020-03-27 16:25 Joonas Niilola
2020-05-04 11:49 Michał Górny
2020-05-04 16:25 Joonas Niilola
2020-05-11 17:48 Michał Górny
2020-05-26 20:43 Matt Turner
2020-10-07 16:49 Joonas Niilola
2020-10-07 18:44 Joonas Niilola
2020-10-08 7:48 Joonas Niilola
2020-11-05 1:39 Matt Turner
2020-11-05 1:39 Matt Turner
2020-12-05 9:58 Michał Górny
2020-12-06 8:01 Joonas Niilola
2020-12-06 9:14 Michał Górny
2020-12-17 0:18 Matt Turner
2021-01-18 17:43 Sam James
2021-01-18 19:06 Michał Górny
2021-06-05 11:56 Andrew Ammerlaan
2021-06-22 17:59 Andrew Ammerlaan
2021-07-25 1:04 Sam James
2021-07-25 8:41 Michał Górny
2021-11-03 10:51 Andrew Ammerlaan
2021-11-29 22:29 Michał Górny
2021-12-12 9:45 Jakov Smolić
2021-12-12 10:01 Michał Górny
2022-06-08 19:16 Andrew Ammerlaan
2022-06-12 14:52 Sam James
2022-06-12 15:56 Sam James
2022-06-14 21:17 Jakov Smolić
2022-06-15 11:32 Michał Górny
2022-10-20 10:38 Andrew Ammerlaan
2022-10-25 8:28 Michał Górny
2022-11-29 21:46 Jakov Smolić
2022-11-30 2:48 Michał Górny
2022-12-28 8:17 Michał Górny
2023-02-16 22:50 Sam James
2023-02-17 6:21 Michał Górny
2023-03-10 4:47 Michał Górny
2023-04-22 11:33 Sam James
2023-04-22 16:18 Michał Górny
2023-09-14 11:02 Andrew Ammerlaan
2023-11-11 10:36 Michał Górny
2023-11-11 10:36 Michał Górny
2023-11-24 21:53 Sam James
2023-12-12 6:32 Michał Górny
2023-12-30 14:25 Arthur Zamarin
2023-12-30 14:40 Michał Górny
2024-02-07 9:14 Michał Górny
2024-03-29 11:24 Andrew Ammerlaan
2024-04-13 17:36 Sam James
2024-04-13 17:49 Michał Górny
2024-07-03 16:08 Andrew Ammerlaan
2025-02-28 4:42 Michał Górny
2025-03-15 12:16 Arthur Zamarin
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=1481552857.1cc54d76539ea27219f5639b72162b7adb77e309.grozin@gentoo \
--to=grozin@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