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, 28 Mar 2020 18:49:11
Message-Id: 1585421308.a23c581f38152adc25d0e5dda6e44a74f752164f.mgorny@gentoo
1 commit: a23c581f38152adc25d0e5dda6e44a74f752164f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 18:32:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 18:48:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23c581f
7
8 dev-python/pytest-django: Remove redundant versions
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.4.4.ebuild | 26 ----------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-python/pytest-django/Manifest b/dev-python/pytest-django/Manifest
17 index 4b78b99c389..a7539ffbf8f 100644
18 --- a/dev-python/pytest-django/Manifest
19 +++ b/dev-python/pytest-django/Manifest
20 @@ -1,2 +1 @@
21 -DIST pytest-django-3.4.4.tar.gz 66962 BLAKE2B a989009eccab4bbd96e32ed1b6b5d03ca8105026c6d9219ea09f6b33fe2087a30d9042e2cd5a313196ed67cc1c5dc940d04fe981dda0da4f25cf16a43e88471a SHA512 a851b27e9abc4829a47abb5da40cbd69fea5c48b05c81f88910d4345696c6d01f78e07ac489cec7cfb5724dd8432891ff9260dc585e720d758491906812661df
22 DIST pytest-django-3.8.0.tar.gz 70013 BLAKE2B 75e2ebf6a3a61cfabdc59ceb6f60a85ab4e257b22e3ff55bcda122a370317bf91a9f90640d9edc17da2cc3bdc6dcf6e84dd1e3438dff91b07f5682713804d513 SHA512 3ce45b08f913c3e20b679c7f7a07818ffab7088fd90757794e1807db2025d655c195304da3ca3905c8ddb58fc9708000dc492f4114df8f4e7bfdb1285ebd997a
23
24 diff --git a/dev-python/pytest-django/pytest-django-3.4.4.ebuild b/dev-python/pytest-django/pytest-django-3.4.4.ebuild
25 deleted file mode 100644
26 index 004f497cb80..00000000000
27 --- a/dev-python/pytest-django/pytest-django-3.4.4.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A Django plugin for py.test"
40 -HOMEPAGE="https://pypi.org/project/pytest-django/ https://pytest-django.readthedocs.org https://github.com/pytest-dev/pytest-django"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
45 -SLOT="0"
46 -
47 -RDEPEND="
48 - >=dev-python/pytest-3.6[${PYTHON_USEDEP}]
49 -"
50 -DEPEND="${RDEPEND}
51 - >=dev-python/setuptools_scm-1.11.1[${PYTHON_USEDEP}]
52 -"
53 -
54 -# not all test dependencies are packaged and this package isn't worth it.
55 -RESTRICT="test"