From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/deprecated/
Date: Sun, 14 Mar 2021 08:12:29 +0000 (UTC) [thread overview]
Message-ID: <1615708331.5b4d9367f11a77f3f23876c00460b5ff79650bcf.mgorny@gentoo> (raw)
commit: 5b4d9367f11a77f3f23876c00460b5ff79650bcf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 07:52:11 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 07:52:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4d9367
dev-python/deprecated: Bump to 1.2.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/deprecated/Manifest | 1 +
dev-python/deprecated/deprecated-1.2.12.ebuild | 32 ++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index 8913bac94ff..cffd1f1f516 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1 +1,2 @@
DIST deprecated-1.2.11.gh.tar.gz 2968469 BLAKE2B 5b1b8872e8786897a51ff96a659ceef0deed81b3cf02edc1f69b6ee504a3c4510621b56678dd28fa795231dfe8481daf3a77bb151ee117fe0541af1983412548 SHA512 343f62a7a658569de885ac923a1de7f7b4cc5bf63d27d1b13474795ca38cc52932e35133b45d05c1b42d498af56f5945fad5c49b3cbdebda70337294da5d84c4
+DIST deprecated-1.2.12.gh.tar.gz 2969891 BLAKE2B c5fe02ff2c0588c5c6fb1e9054ad7851943c4574be633aa6ae37a466b3cac9889d8ed119962fcffc2092ab844a6d18a5d72766141e149bba2ba0c2dd4ee5131b SHA512 ff9b03a35b688474b6d5390347c4acdf5e19fcee5f7fcbb61a456c6819adbcda72ce00200d55b92c65873addad5abf9d1d5617bf477f64beb08ca23f10ebaea2
diff --git a/dev-python/deprecated/deprecated-1.2.12.ebuild b/dev-python/deprecated/deprecated-1.2.12.ebuild
new file mode 100644
index 00000000000..1b72f93f745
--- /dev/null
+++ b/dev-python/deprecated/deprecated-1.2.12.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Python @deprecated decorator to deprecate old API"
+HOMEPAGE="https://github.com/tantale/deprecated"
+SRC_URI="
+ https://github.com/tantale/deprecated/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/wrapt[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local deselect=()
+
+ [[ ${EPYTHON} == pypy3 ]] && deselect+=(
+ tests/test_deprecated.py::test_respect_global_filter
+ tests/test_deprecated_class.py::test_class_respect_global_filter
+ )
+
+ pytest -vv ${deselect[@]/#/--deselect } || die "Tests failed with ${EPYTHON}"
+}
next reply other threads:[~2021-03-14 8:12 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-14 8:12 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-15 9:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/deprecated/ Michał Górny
2025-02-15 8:29 Arthur Zamarin
2025-02-08 11:45 Michał Górny
2025-02-08 10:55 Arthur Zamarin
2025-01-28 5:31 Michał Górny
2024-11-16 7:24 Michał Górny
2024-02-10 6:58 Ionen Wolkens
2023-12-16 2:45 Sam James
2023-12-08 19:53 Arthur Zamarin
2023-11-17 7:47 Sam James
2023-07-05 8:03 Michał Górny
2023-07-05 5:56 Arthur Zamarin
2023-05-31 16:05 Michał Górny
2023-05-28 2:50 Michał Górny
2023-05-28 2:50 Michał Górny
2022-06-16 9:18 Michał Górny
2022-06-16 9:18 Michał Górny
2022-06-16 8:59 Jakov Smolić
2022-05-13 6:15 Michał Górny
2022-05-13 6:15 Michał Górny
2022-03-08 17:11 Jakov Smolić
2021-12-23 22:42 Sam James
2021-12-23 18:27 Arthur Zamarin
2021-12-23 18:27 Arthur Zamarin
2021-12-23 18:27 Arthur Zamarin
2021-12-23 18:21 Arthur Zamarin
2021-12-04 17:43 Arthur Zamarin
2021-12-04 17:43 Arthur Zamarin
2021-11-25 20:28 Arthur Zamarin
2021-11-25 6:47 Sam James
2021-11-25 0:54 Sam James
2021-10-10 16:18 Michał Górny
2021-09-06 6:23 Michał Górny
2021-06-08 4:09 Sam James
2021-06-01 21:46 Michał Górny
2021-04-18 7:05 Michał Górny
2021-04-18 1:41 Sam James
2021-02-19 3:40 Sam James
2021-01-17 15:13 Michał Górny
2020-07-08 12:52 Michał Górny
2020-07-08 12:52 Michał Górny
2020-05-15 10:28 Agostino Sarubbo
2020-05-15 10:18 Agostino Sarubbo
2020-05-14 6:04 Michał Górny
2020-04-11 7:49 Michał Górny
2020-03-26 20:35 Michał Górny
2020-03-16 12:00 Michał Górny
2020-02-11 7:39 Michał Górny
2020-01-03 8:42 Michał Górny
2019-12-31 14:02 Agostino Sarubbo
2019-12-30 15:32 Agostino Sarubbo
2019-11-12 6:36 Michał Górny
2019-07-31 11:03 Agostino Sarubbo
2019-07-31 10:59 Agostino Sarubbo
2019-07-28 6:41 Michał Górny
2019-07-19 2:32 Michał Górny
2019-06-18 7:07 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=1615708331.5b4d9367f11a77f3f23876c00460b5ff79650bcf.mgorny@gentoo \
--to=mgorny@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