From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/
Date: Fri, 27 Mar 2020 16:25:20 +0000 (UTC) [thread overview]
Message-ID: <1585326300.ff017e8e52ac7eeec955b27bde34ecca8093e12a.juippis@gentoo> (raw)
commit: ff017e8e52ac7eeec955b27bde34ecca8093e12a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 19 12:01:53 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 27 16:25:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff017e8e
dev-python/qdarkstyle: version bump 2.8
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/qdarkstyle/Manifest | 2 +-
dev-python/qdarkstyle/qdarkstyle-2.7.ebuild | 43 --------------------
dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild | 56 +++++++++++++++++++++++++++
3 files changed, 57 insertions(+), 44 deletions(-)
diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest
index 963ab616a93..ed582f0bbc8 100644
--- a/dev-python/qdarkstyle/Manifest
+++ b/dev-python/qdarkstyle/Manifest
@@ -1 +1 @@
-DIST qdarkstyle-2.7.tar.gz 9156490 BLAKE2B 6c1c21c728725f391802b30acb6365dbd073328158fb3a60b4e2b5bb846337149c166ab447b1e84a404b01b4bc41e1292fff974b2a9756c6c42f4b40754c9a0b SHA512 6185cb85009d62a74021c3267039c6309757909903d67a1b67315877b84d4ffbc468f49cbe54ca4c7319710ea74652a3013e574698d2037cc4f2d83c9fb2b28e
+DIST qdarkstyle-2.8.1.tar.gz 7883937 BLAKE2B fd5a35467c6c47e9eb135d4a119b3f382bfe20b9b0ac2d407fef7113e5ce4d914f3d8e462d26a71b8f1494f42b71a4f8819b0eb2c6579d87ca9dd497d09d39d7 SHA512 10c3f834b1ea50f665c2ce3fde16533c7dfc62c2d055afcc7d2434c09d14fb9a6181b73ce12d3af72897b9d26b41db81cc76e7c7cb6112eef097cd86630b6532
diff --git a/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild b/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild
deleted file mode 100644
index ef8b2be9d96..00000000000
--- a/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit eutils distutils-r1
-
-MY_PN="QDarkStyleSheet"
-
-DESCRIPTION="A dark style sheet for QtWidgets application"
-HOMEPAGE="https://github.com/ColinDuquesnoy/QDarkStyleSheet"
-SRC_URI="https://github.com/ColinDuquesnoy/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="examples test doc"
-
-RDEPEND=">=dev-python/helpdev-0.6.2[${PYTHON_USEDEP}]
- doc? ( dev-python/m2r[${PYTHON_USEDEP}] )
- examples? ( >=dev-python/QtPy-1.7[${PYTHON_USEDEP}] )"
-
-DEPEND="test? ( dev-python/QtPy[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_install_all() {
- if use examples; then
- insinto /usr/share/${PN}
- doins -r example
- fi
- distutils-r1_python_install_all
-}
-
-pkg_postinst() {
- optfeature "qdarkstyle.utils" dev-python/qtsass
-}
diff --git a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
new file mode 100644
index 00000000000..6e23dfa14a6
--- /dev/null
+++ b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit eutils distutils-r1
+
+MY_PN="QDarkStyleSheet"
+
+DESCRIPTION="A dark style sheet for QtWidgets application"
+HOMEPAGE="https://github.com/ColinDuquesnoy/QDarkStyleSheet"
+SRC_URI="https://github.com/ColinDuquesnoy/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="examples"
+
+RDEPEND=">=dev-python/helpdev-0.6.2[${PYTHON_USEDEP}]
+ >=dev-python/QtPy-1.7[${PYTHON_USEDEP}]"
+
+DEPEND="test? ( dev-python/qtsass[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx doc dev-python/sphinx_rtd_theme dev-python/m2r
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_prepare_all() {
+ #/var/tmp/portage/dev-python/qdarkstyle-2.8/temp/environment: line 2949: 66 Aborted (core dumped) pytest -vv
+ sed -i -e 's:test_create_custom_qss:_&:' \
+ test/test_sass_compiler.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+python_test() {
+ # tests look for a file in source dir that is not installed
+ PYTHONPATH="${S}"
+ cd "${S}"
+ pytest -vv || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+ use examples && dodoc -r example
+ distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+ optfeature "qdarkstyle.utils" dev-python/qtsass
+}
next reply other threads:[~2020-03-27 16:25 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-27 16:25 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-03 16:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/ Andrew Ammerlaan
2023-12-31 7:17 Michał Górny
2023-12-30 22:23 Sam James
2023-12-30 14:29 Arthur Zamarin
2023-11-29 7:44 Michał Górny
2023-11-28 5:26 Michał Górny
2023-11-25 4:56 Sam James
2023-11-11 8:42 Michał Górny
2023-11-11 8:42 Michał Górny
2023-11-08 9:35 Andrew Ammerlaan
2023-10-26 13:37 Michał Górny
2023-09-14 11:02 Andrew Ammerlaan
2023-09-14 11:02 Andrew Ammerlaan
2023-03-25 17:19 Michał Górny
2023-03-16 18:13 Michał Górny
2022-07-10 22:28 Sam James
2022-06-08 19:16 Andrew Ammerlaan
2022-06-01 9:20 Andrew Ammerlaan
2022-05-25 4:43 Michał Górny
2022-01-08 18:03 Jakov Smolić
2021-12-07 10:37 Andrew Ammerlaan
2021-10-20 11:29 Andrew Ammerlaan
2021-05-19 0:19 Sam James
2021-04-09 12:21 Joonas Niilola
2020-10-16 16:46 Joonas Niilola
2020-10-16 16:46 Joonas Niilola
2020-07-31 19:42 Matt Turner
2020-07-17 4:14 Matt Turner
2020-03-27 16:39 Joonas Niilola
2020-03-27 16:25 Joonas Niilola
2020-01-07 4:08 Joonas Niilola
2020-01-05 10:10 Joonas Niilola
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=1585326300.ff017e8e52ac7eeec955b27bde34ecca8093e12a.juippis@gentoo \
--to=juippis@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