Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqt-distutils/
Date: Fri, 04 Sep 2020 21:11:11
Message-Id: 1599253861.7724cf2bf504167b89f8522a7240e03ab3061aac.sam@gentoo
1 commit: 7724cf2bf504167b89f8522a7240e03ab3061aac
2 Author: VasilyLebedev <vasily.lebedev <AT> ul <DOT> ie>
3 AuthorDate: Sat Aug 29 16:58:17 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 21:11:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7724cf2b
7
8 dev-python/pyqt-distutils: version bump to 0.7.3
9
10 Works with Python 3.{6..9}.
11
12 Bug: https://bugs.gentoo.org/719428
13 Closes: https://bugs.gentoo.org/719428
14 Closes: https://github.com/gentoo/gentoo/pull/17317
15 Signed-off-by: Vasily A. Lebedev <lebedev.vasya <AT> gmail.com>
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 dev-python/pyqt-distutils/Manifest | 2 +-
19 .../pyqt-distutils/pyqt-distutils-0.7.3.ebuild | 27 ++++++++++++++++++++++
20 2 files changed, 28 insertions(+), 1 deletion(-)
21
22 diff --git a/dev-python/pyqt-distutils/Manifest b/dev-python/pyqt-distutils/Manifest
23 index 6c49ef63612..debb0505381 100644
24 --- a/dev-python/pyqt-distutils/Manifest
25 +++ b/dev-python/pyqt-distutils/Manifest
26 @@ -1 +1 @@
27 -DIST pyqt-distutils-0.3.0.tar.gz 4659 BLAKE2B 2897696881c6ee18558eb24a923b6675588bd38456fc4e9aff6b1780e7c2c31576c4a7427104c0b15238bed1ad52e2f13ab316441adb06fc0ffd9cbe5052ef30 SHA512 052a1fa0e687ac9aba5fc9623c72f8fff9a25f6d19083668e900ad1ff98bdd99c66c0ac45ba5f5f0c09b76a97370ebf4a4fef9fbd266bc0312bb05567c4ae577
28 +DIST pyqt-distutils-0.7.3.gh.tar.gz 16628 BLAKE2B 0d9d7f951890c00efd95bf3caef8c8964d02f3097840f84006a8d9523c0ad9b78dbb5f46c4d752945074ba971c92e81e81be0345b7a8c807932e7157ecd00e03 SHA512 450569be205aa0de792c3f2d8c43e26eb6fed1088b241291347ae14d2343b61517bd7547f741bd62bb9e1bfb92077d1ae5c64b871c39d59a67ca82172ac1c598
29
30 diff --git a/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild b/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild
31 new file mode 100644
32 index 00000000000..7679856ab81
33 --- /dev/null
34 +++ b/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild
35 @@ -0,0 +1,27 @@
36 +# Copyright 1999-2020 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=7
40 +
41 +PYTHON_COMPAT=( python3_{6..9} )
42 +inherit distutils-r1
43 +
44 +MY_P=${PN/-/_}-${PV}
45 +DESCRIPTION="distutils extension to work with PyQt applications and UI files"
46 +HOMEPAGE="https://github.com/ColinDuquesnoy/pyqt_distutils"
47 +#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 +SRC_URI="https://github.com/ColinDuquesnoy/pyqt_distutils/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
49 +S=${WORKDIR}/${MY_P}
50 +
51 +LICENSE="MIT"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +
56 +DISTUTILS_USE_SETUPTOOLS=rdepend
57 +
58 +RDEPEND="
59 + dev-python/docopt[${PYTHON_USEDEP}]
60 +"
61 +
62 +distutils_enable_tests pytest