public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt-builder/
Date: Thu, 17 Jun 2021 23:55:25 +0000 (UTC)	[thread overview]
Message-ID: <1623974080.863f873b65cee0845f5ac745b5595fdf9de7ea97.zmedico@gentoo> (raw)

commit:     863f873b65cee0845f5ac745b5595fdf9de7ea97
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 17 23:47:26 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Jun 17 23:54:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863f873b

dev-python/PyQt-builder: Initial import

Closes: https://bugs.gentoo.org/796005
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/PyQt-builder/Manifest                   |  1 +
 dev-python/PyQt-builder/PyQt-builder-1.10.1.ebuild | 22 ++++++++++++++++++++++
 dev-python/PyQt-builder/metadata.xml               | 18 ++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/PyQt-builder/Manifest b/dev-python/PyQt-builder/Manifest
new file mode 100644
index 00000000000..c04be8f9ec1
--- /dev/null
+++ b/dev-python/PyQt-builder/Manifest
@@ -0,0 +1 @@
+DIST PyQt-builder-1.10.1.tar.gz 5725429 BLAKE2B e7aaa0a3c1eb8aeea0aa5f2d5d7beda1edc46e90c0a21b608d2dffe205a67170daaa6615253706b5f9856a27d66715692ceffe81b9b45eafd4d608df79741d6f SHA512 2e48c1066bb12c1f50700933b0f489158f29f62a1239b570dc053cb042eca9bd4ee83f66b855b0596cfb6dc2e844434c15563abbb3846bf5960d03441f497b83

diff --git a/dev-python/PyQt-builder/PyQt-builder-1.10.1.ebuild b/dev-python/PyQt-builder/PyQt-builder-1.10.1.ebuild
new file mode 100644
index 00000000000..c7f4ec9ff35
--- /dev/null
+++ b/dev-python/PyQt-builder/PyQt-builder-1.10.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="The PEP 517 compliant PyQt build system"
+HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt-builder/ https://pypi.org/project/PyQt-builder/ https://www.riverbankcomputing.com/static/Docs/PyQt-builder/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 SIP )"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0"
+RDEPEND="dev-python/sip[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}"
+
+src_install() {
+	distutils-r1_src_install
+}

diff --git a/dev-python/PyQt-builder/metadata.xml b/dev-python/PyQt-builder/metadata.xml
new file mode 100644
index 00000000000..0a015987072
--- /dev/null
+++ b/dev-python/PyQt-builder/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>qt@gentoo.org</email>
+		<name>Gentoo Qt Project</name>
+	</maintainer>
+	<upstream>
+		<maintainer status="active">
+			<email>phil@riverbankcomputing.com</email>
+			<name>Phil Thompson</name>
+		</maintainer>
+		<changelog>https://www.riverbankcomputing.com/hg/PyQt-builder/file/tip/NEWS</changelog>
+		<doc>https://www.riverbankcomputing.com/static/Docs/PyQt-builder/</doc>
+		<bugs-to>mailto:pyqt@riverbankcomputing.com</bugs-to>
+		<remote-id type="pypi">PyQt-builder</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2021-06-17 23:55 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-17 23:55 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-06 23:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt-builder/ Davide Pesavento
2021-07-06 23:18 Davide Pesavento
2021-10-03 17:40 Davide Pesavento
2021-10-13 20:15 Davide Pesavento
2021-10-30 23:57 Davide Pesavento
2021-10-30 23:57 Davide Pesavento
2022-06-01  1:55 Sam James
2022-06-01  1:55 Sam James
2022-06-01  2:29 Sam James
2022-06-01  5:25 Sam James
2022-06-01  5:25 Sam James
2022-06-08 19:16 Andrew Ammerlaan
2022-12-02 10:20 WANG Xuerui
2023-03-10  8:40 Sam James
2023-03-17 15:29 Michał Górny
2023-04-11  6:15 Sam James
2023-04-22  9:25 Arthur Zamarin
2023-04-22  9:25 Arthur Zamarin
2023-04-22 11:31 Sam James
2023-04-22 14:28 Sam James
2023-04-23 21:38 Sam James
2023-04-24  5:57 Michał Górny
2023-06-03  5:37 Sam James
2023-07-09 17:19 Arthur Zamarin
2023-07-09 17:22 Arthur Zamarin
2023-07-09 18:11 Arthur Zamarin
2023-07-10  1:29 Michał Górny
2023-07-25  0:10 Ionen Wolkens
2023-08-24 12:40 Sam James
2023-08-24 12:40 Sam James
2023-08-24 12:40 Sam James
2023-08-24 12:40 Sam James
2023-08-24 12:40 Sam James
2023-08-24 12:47 Michał Górny
2023-10-14 14:48 Ionen Wolkens
2023-11-03 10:59 Arthur Zamarin
2023-11-03 10:59 Arthur Zamarin
2023-11-03 11:00 Arthur Zamarin
2023-11-03 15:08 Arthur Zamarin
2023-11-03 15:08 Arthur Zamarin
2023-11-09 15:49 Ionen Wolkens
2023-11-30 19:42 Ionen Wolkens
2023-12-20 15:49 Michał Górny
2023-12-20 15:51 Michał Górny
2023-12-20 16:08 Michał Górny
2023-12-20 16:15 Michał Górny
2023-12-20 17:18 Arthur Zamarin
2023-12-20 20:01 Michał Górny
2024-04-03 19:04 Ionen Wolkens
2024-04-03 19:04 Ionen Wolkens
2024-04-20  9:51 Michał Górny
2024-04-20 10:49 Michał Górny
2024-04-20 10:49 Michał Górny
2024-04-20 10:49 Michał Górny
2024-04-20 11:46 Sam James
2024-04-20 14:35 Ionen Wolkens
2024-04-20 14:35 Ionen Wolkens
2024-04-20 14:52 Ionen Wolkens
2024-04-25 16:52 Ionen Wolkens
2024-05-05 13:07 Ionen Wolkens
2024-05-05 15:46 Sam James
2024-05-12 20:25 Ionen Wolkens
2024-05-13  5:49 Ionen Wolkens
2024-06-21 23:59 Ionen Wolkens
2024-07-06  6:26 Sam James
2024-07-06  6:35 Michał Górny
2024-07-12 23:12 Ionen Wolkens
2024-07-27  7:07 Arthur Zamarin
2024-07-27  7:19 Michał Górny
2024-11-22 20:00 Michał Górny
2024-12-06  5:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqt-builder/ Ionen Wolkens
2024-12-28 18:30 Ionen Wolkens
2024-12-31 23:51 Ionen Wolkens
2025-01-12  8:05 Sam James
2025-01-17 23:05 Ionen Wolkens
2025-01-17 23:05 Ionen Wolkens
2025-02-01  9:56 Arthur Zamarin
2025-02-03  2:38 Ionen Wolkens
2025-02-03  2:38 Ionen Wolkens
2025-02-25  1:23 Ionen Wolkens
2025-02-26  8:47 Ionen Wolkens
2025-03-15 12:16 Arthur Zamarin
2025-03-15 12:26 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=1623974080.863f873b65cee0845f5ac745b5595fdf9de7ea97.zmedico@gentoo \
    --to=zmedico@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