Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt-builder/
Date: Thu, 17 Jun 2021 23:55:30
Message-Id: 1623974080.863f873b65cee0845f5ac745b5595fdf9de7ea97.zmedico@gentoo
1 commit: 863f873b65cee0845f5ac745b5595fdf9de7ea97
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 17 23:47:26 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 17 23:54:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863f873b
7
8 dev-python/PyQt-builder: Initial import
9
10 Closes: https://bugs.gentoo.org/796005
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 dev-python/PyQt-builder/Manifest | 1 +
15 dev-python/PyQt-builder/PyQt-builder-1.10.1.ebuild | 22 ++++++++++++++++++++++
16 dev-python/PyQt-builder/metadata.xml | 18 ++++++++++++++++++
17 3 files changed, 41 insertions(+)
18
19 diff --git a/dev-python/PyQt-builder/Manifest b/dev-python/PyQt-builder/Manifest
20 new file mode 100644
21 index 00000000000..c04be8f9ec1
22 --- /dev/null
23 +++ b/dev-python/PyQt-builder/Manifest
24 @@ -0,0 +1 @@
25 +DIST PyQt-builder-1.10.1.tar.gz 5725429 BLAKE2B e7aaa0a3c1eb8aeea0aa5f2d5d7beda1edc46e90c0a21b608d2dffe205a67170daaa6615253706b5f9856a27d66715692ceffe81b9b45eafd4d608df79741d6f SHA512 2e48c1066bb12c1f50700933b0f489158f29f62a1239b570dc053cb042eca9bd4ee83f66b855b0596cfb6dc2e844434c15563abbb3846bf5960d03441f497b83
26
27 diff --git a/dev-python/PyQt-builder/PyQt-builder-1.10.1.ebuild b/dev-python/PyQt-builder/PyQt-builder-1.10.1.ebuild
28 new file mode 100644
29 index 00000000000..c7f4ec9ff35
30 --- /dev/null
31 +++ b/dev-python/PyQt-builder/PyQt-builder-1.10.1.ebuild
32 @@ -0,0 +1,22 @@
33 +# Copyright 2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +DISTUTILS_USE_SETUPTOOLS=rdepend
38 +PYTHON_COMPAT=( python3_{7..10} )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="The PEP 517 compliant PyQt build system"
43 +HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt-builder/ https://pypi.org/project/PyQt-builder/ https://www.riverbankcomputing.com/static/Docs/PyQt-builder/"
44 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 +
46 +LICENSE="|| ( GPL-2 GPL-3 SIP )"
47 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
48 +SLOT="0"
49 +RDEPEND="dev-python/sip[${PYTHON_USEDEP}]"
50 +BDEPEND="${RDEPEND}"
51 +
52 +src_install() {
53 + distutils-r1_src_install
54 +}
55
56 diff --git a/dev-python/PyQt-builder/metadata.xml b/dev-python/PyQt-builder/metadata.xml
57 new file mode 100644
58 index 00000000000..0a015987072
59 --- /dev/null
60 +++ b/dev-python/PyQt-builder/metadata.xml
61 @@ -0,0 +1,18 @@
62 +<?xml version="1.0" encoding="UTF-8"?>
63 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
64 +<pkgmetadata>
65 + <maintainer type="project">
66 + <email>qt@g.o</email>
67 + <name>Gentoo Qt Project</name>
68 + </maintainer>
69 + <upstream>
70 + <maintainer status="active">
71 + <email>phil@××××××××××××××××××.com</email>
72 + <name>Phil Thompson</name>
73 + </maintainer>
74 + <changelog>https://www.riverbankcomputing.com/hg/PyQt-builder/file/tip/NEWS</changelog>
75 + <doc>https://www.riverbankcomputing.com/static/Docs/PyQt-builder/</doc>
76 + <bugs-to>mailto:pyqt@××××××××××××××××××.com</bugs-to>
77 + <remote-id type="pypi">PyQt-builder</remote-id>
78 + </upstream>
79 +</pkgmetadata>