Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-django/
Date: Sat, 15 May 2021 21:18:21
Message-Id: 1621113491.58ece3835d05250df35c2466a1794467e014ec7b.mgorny@gentoo
1 commit: 58ece3835d05250df35c2466a1794467e014ec7b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 20:56:22 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 21:18:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ece383
7
8 dev-python/pytest-django: Bump to 4.3.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-django/Manifest | 1 +
13 .../pytest-django/pytest-django-4.3.0.ebuild | 33 ++++++++++++++++++++++
14 2 files changed, 34 insertions(+)
15
16 diff --git a/dev-python/pytest-django/Manifest b/dev-python/pytest-django/Manifest
17 index 27c428d2be3..ab2a0a1dc9e 100644
18 --- a/dev-python/pytest-django/Manifest
19 +++ b/dev-python/pytest-django/Manifest
20 @@ -1,2 +1,3 @@
21 DIST pytest-django-4.1.0.gh.tar.gz 67983 BLAKE2B b7f4fe1366ce1443b19f05e8e834f0555cd8d63bf10921be1427338b7e5e737b7e04d96c9c9d2ad1b9c0f0ed6fba4ed93fb4fd9a948dc5315b4b7a35ba8adfd1 SHA512 734921f5c6f8569f6488706fbb6ca2515a5b24c6641fd260771022bd4fd72b65d062a8130f59163e8b30f4c9bceb383d154b26f8fbf46a1903339668d0a7d12b
22 DIST pytest-django-4.2.0.gh.tar.gz 68370 BLAKE2B 94165a01ecd2734a4e02267ecfe8b531df33ca9237cfcd1ebad41f68289fb89590bed0027137d6dddefc4cbbd5c0f8445703e01a516d3992c2307ebe53d6572b SHA512 2dcaa80f3ebb67984d3849cea5de296388990ca65a607f995b89bd67e2d8964f944100bccb42a32bb75c7009849619e50421c2dce077037ce0440233dbdc13f1
23 +DIST pytest-django-4.3.0.gh.tar.gz 71525 BLAKE2B 0eba9d9917759369aa2e126539f17fc36874453caf59838be2baf660fe29487aa80490f2af4ecbd72a9ba1f63a8a87202af2eff7e9d28c9c0fc686b09b07e82a SHA512 3c3ac31ed75daa29ab473ef3b87b5c66333cf7ccd8d217eb120b7899f463aafe5982b1e867e26e3b9ab51f312612fbc3d9f1ed9169815507816267fd4de76757
24
25 diff --git a/dev-python/pytest-django/pytest-django-4.3.0.ebuild b/dev-python/pytest-django/pytest-django-4.3.0.ebuild
26 new file mode 100644
27 index 00000000000..ac4f7fbd41a
28 --- /dev/null
29 +++ b/dev-python/pytest-django/pytest-django-4.3.0.ebuild
30 @@ -0,0 +1,33 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{7..9} pypy3 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A Django plugin for py.test"
41 +HOMEPAGE="
42 + https://pypi.org/project/pytest-django/
43 + https://pytest-django.readthedocs.io/
44 + https://github.com/pytest-dev/pytest-django/"
45 +SRC_URI="
46 + https://github.com/pytest-dev/pytest-django/archive/v${PV}.tar.gz
47 + -> ${P}.gh.tar.gz"
48 +
49 +LICENSE="BSD"
50 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
51 +SLOT="0"
52 +
53 +RDEPEND="
54 + >=dev-python/pytest-5.4[${PYTHON_USEDEP}]
55 +"
56 +DEPEND="${RDEPEND}
57 + >=dev-python/setuptools_scm-1.11.1[${PYTHON_USEDEP}]
58 +"
59 +
60 +# not all test dependencies are packaged and this package isn't worth it.
61 +RESTRICT="test"
62 +
63 +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}