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: Fri, 16 Jul 2021 21:53:43
Message-Id: 1626472410.46107535a8625abb0b0b1fbefefe6ab0df109961.mgorny@gentoo
1 commit: 46107535a8625abb0b0b1fbefefe6ab0df109961
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 16 21:46:36 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 21:53:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46107535
7
8 dev-python/pytest-django: Remove old
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 deletions(-)
15
16 diff --git a/dev-python/pytest-django/Manifest b/dev-python/pytest-django/Manifest
17 index 8195b53a812..66f8c984548 100644
18 --- a/dev-python/pytest-django/Manifest
19 +++ b/dev-python/pytest-django/Manifest
20 @@ -1,2 +1 @@
21 -DIST pytest-django-4.3.0.gh.tar.gz 71525 BLAKE2B 0eba9d9917759369aa2e126539f17fc36874453caf59838be2baf660fe29487aa80490f2af4ecbd72a9ba1f63a8a87202af2eff7e9d28c9c0fc686b09b07e82a SHA512 3c3ac31ed75daa29ab473ef3b87b5c66333cf7ccd8d217eb120b7899f463aafe5982b1e867e26e3b9ab51f312612fbc3d9f1ed9169815507816267fd4de76757
22 DIST pytest-django-4.4.0.gh.tar.gz 72905 BLAKE2B 4532bef9afdc7f11fdf9a16f019810d10e4e580b517958722184d361a69a195f6c66f7f3bc18be6cb7f63fe4576963c59a00d72bd8a42f104d26e5ad091c6d54 SHA512 47e4a84606aeb6bb99ed74603faf988298d52f81f74ec8e4608cb670f0f331ad0c6555f3e4a516fc7834aea4e634f849dc0ff6d446a86e924a116fbe90bd79e0
23
24 diff --git a/dev-python/pytest-django/pytest-django-4.3.0.ebuild b/dev-python/pytest-django/pytest-django-4.3.0.ebuild
25 deleted file mode 100644
26 index f5c36d290b8..00000000000
27 --- a/dev-python/pytest-django/pytest-django-4.3.0.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A Django plugin for py.test"
40 -HOMEPAGE="
41 - https://pypi.org/project/pytest-django/
42 - https://pytest-django.readthedocs.io/
43 - https://github.com/pytest-dev/pytest-django/"
44 -SRC_URI="
45 - https://github.com/pytest-dev/pytest-django/archive/v${PV}.tar.gz
46 - -> ${P}.gh.tar.gz"
47 -
48 -LICENSE="BSD"
49 -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
50 -SLOT="0"
51 -
52 -RDEPEND="
53 - >=dev-python/pytest-5.4[${PYTHON_USEDEP}]
54 -"
55 -DEPEND="${RDEPEND}
56 - >=dev-python/setuptools_scm-1.11.1[${PYTHON_USEDEP}]
57 -"
58 -
59 -# not all test dependencies are packaged and this package isn't worth it.
60 -RESTRICT="test"
61 -
62 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}