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, 29 Aug 2020 06:13:33
Message-Id: 1598680018.aa97d31c076cc50b7114f2a335071a1896aaeda5.mgorny@gentoo
1 commit: aa97d31c076cc50b7114f2a335071a1896aaeda5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 05:46:58 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 05:46:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa97d31c
7
8 dev-python/pytest-django: Bump to 3.10.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-3.10.0.ebuild | 34 ++++++++++++++++++++++
14 2 files changed, 35 insertions(+)
15
16 diff --git a/dev-python/pytest-django/Manifest b/dev-python/pytest-django/Manifest
17 index 1b6ca4c8a95..a5e9f3e9241 100644
18 --- a/dev-python/pytest-django/Manifest
19 +++ b/dev-python/pytest-django/Manifest
20 @@ -1 +1,2 @@
21 +DIST pytest-django-3.10.0.gh.tar.gz 68995 BLAKE2B dcc9ddceda88c32dab559c065feb347582e72ec5fcd9929cb2bde091bd5c89bbe09879901daf5dc0adc7e38921de5b4989e0d1bbefaa5eb1cdce1dfd2ef58a11 SHA512 7f66fa9287fb80082018613ec3b15a0da3f7a13075e85f0a2eff9e13358c993e56245c441d952d13f232bf7e49a05c799b4affbb844e90abaac736d86bb0a6c9
22 DIST pytest-django-3.9.0.tar.gz 70498 BLAKE2B 0f3cf7ffd528f00dd0c7dd6babcb64833ec3684c7b62dcb8757b0f90cdcdddabffdbff240774ed6fb2a294e27da2acd7f396298ff2884be6e5b4c8d9c632d008 SHA512 92985e66f47c91363d19fe2bfe8ccab14212be577692f90923dbbae4c8d406cf698796d485af2b721863392810fc07c6f11ada0c61589cd1861f0d34a732effe
23
24 diff --git a/dev-python/pytest-django/pytest-django-3.10.0.ebuild b/dev-python/pytest-django/pytest-django-3.10.0.ebuild
25 new file mode 100644
26 index 00000000000..0dbf356c69a
27 --- /dev/null
28 +++ b/dev-python/pytest-django/pytest-django-3.10.0.ebuild
29 @@ -0,0 +1,34 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +DISTUTILS_USE_SETUPTOOLS=rdepend
36 +PYTHON_COMPAT=( python3_{6..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.org
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 ~x86 ~amd64-linux ~x86-linux"
51 +SLOT="0"
52 +
53 +RDEPEND="
54 + >=dev-python/pytest-3.6[${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}