public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-poppler-qt5/
Date: Thu, 21 Dec 2017 01:04:08 +0000 (UTC)	[thread overview]
Message-ID: <1513818171.4f6bb56f5402a65c2bf20b191368ea8da22d0099.asturm@gentoo> (raw)

commit:     4f6bb56f5402a65c2bf20b191368ea8da22d0099
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 00:24:49 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 01:02:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6bb56f

dev-python/python-poppler-qt5: New package

Thanks-to: N. Andrew Walsh <n.andrew.walsh <AT> gmail.com>
Thanks-to: Jouni Kosonen <jouni.kosonen <AT> tukesoft.com>
Closes: https://bugs.gentoo.org/609734
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/python-poppler-qt5/Manifest             |  1 +
 dev-python/python-poppler-qt5/metadata.xml         | 11 ++++++++
 .../python-poppler-qt5-0.24.2_p20170214.ebuild     | 29 ++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/python-poppler-qt5/Manifest b/dev-python/python-poppler-qt5/Manifest
new file mode 100644
index 00000000000..80a671f29b9
--- /dev/null
+++ b/dev-python/python-poppler-qt5/Manifest
@@ -0,0 +1 @@
+DIST python-poppler-qt5-0.24.2_p20170214.tar.gz 20676 BLAKE2B 450f1f40618686f393a21bb2f9ae25b71ab31b4270420a278c65dfdad722a7505cab50d17968400304df936f8694a7d2d5aafeac355675756ca70271f3ff666c SHA512 28fbc4584d32ae18a0545beaf2954f89da6aaa5c2d4bbb25dc36996dd5799c38c491254330c5ac12f3a97df33656f1b49bcb672207602031ff37086a08cbb1fc

diff --git a/dev-python/python-poppler-qt5/metadata.xml b/dev-python/python-poppler-qt5/metadata.xml
new file mode 100644
index 00000000000..6154aff3c15
--- /dev/null
+++ b/dev-python/python-poppler-qt5/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">wbsoft/python-poppler-qt5</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild b/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild
new file mode 100644
index 00000000000..e13b154e9b8
--- /dev/null
+++ b/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild
@@ -0,0 +1,29 @@
+# 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,5,6}} )
+COMMIT=50fb2eb9ea34cf94e3756b7ddfc601af023267d5
+inherit distutils-r1 flag-o-matic qmake-utils vcs-snapshot
+
+DESCRIPTION="A python binding for libpoppler-qt5"
+HOMEPAGE="https://github.com/wbsoft/python-poppler-qt5"
+SRC_URI="https://github.com/wbsoft/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-text/poppler:=[qt5]
+	dev-python/PyQt5[${PYTHON_USEDEP}]
+	>=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+python_configure_all() {
+	append-cxxflags -std=c++11
+	mydistutilsargs=( build_ext --qmake-bin=$(qt5_get_bindir)/qmake )
+}


             reply	other threads:[~2017-12-21  1:04 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-21  1:04 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-13 12:51 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-poppler-qt5/ Michael Palimaka
2019-02-15 19:28 Mikle Kolyada
2020-02-05 20:47 Michał Górny
2020-02-16 13:41 Andreas Sturmlechner
2020-02-16 13:41 Andreas Sturmlechner
2020-03-09 12:39 Agostino Sarubbo
2020-03-09 12:48 Agostino Sarubbo
2020-03-09 20:22 Andreas Sturmlechner
2020-06-15  2:35 Aaron Bauman
2021-01-08  0:00 Andreas Sturmlechner
2021-01-08  0:00 Andreas Sturmlechner
2021-06-01 18:28 Andrew Ammerlaan
2021-10-31  6:26 Arthur Zamarin
2022-05-11 16:43 Michał Górny
2022-06-01  1:55 Sam James
2022-06-01  1:55 Sam James
2022-10-25 16:01 Andreas Sturmlechner
2023-05-02 15:47 Andreas K. Hüttel
2023-05-04 16:30 Michał Górny
2024-04-14 15:28 Michał Górny

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=1513818171.4f6bb56f5402a65c2bf20b191368ea8da22d0099.asturm@gentoo \
    --to=asturm@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