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/django-mptt/, dev-python/django-mptt/files/
Date: Mon, 27 Sep 2021 22:16:18
Message-Id: 1632780963.b15a9eae26738149deb67f94c7b59e611d3e8cd6.mgorny@gentoo
1 commit: b15a9eae26738149deb67f94c7b59e611d3e8cd6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 21:31:25 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 22:16:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15a9eae
7
8 dev-python/django-mptt: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/django-mptt/Manifest | 4 ---
13 dev-python/django-mptt/django-mptt-0.11.0.ebuild | 22 ---------------
14 dev-python/django-mptt/django-mptt-0.13.1.ebuild | 27 -------------------
15 dev-python/django-mptt/django-mptt-0.13.2.ebuild | 27 -------------------
16 dev-python/django-mptt/django-mptt-0.13.ebuild | 31 ----------------------
17 .../files/django-mptt-0.13-test-install.patch | 26 ------------------
18 6 files changed, 137 deletions(-)
19
20 diff --git a/dev-python/django-mptt/Manifest b/dev-python/django-mptt/Manifest
21 index 4354c73b53b..1b5f5f0aa23 100644
22 --- a/dev-python/django-mptt/Manifest
23 +++ b/dev-python/django-mptt/Manifest
24 @@ -1,5 +1 @@
25 -DIST django-mptt-0.11.0.tar.gz 98300 BLAKE2B cbae24143007dfe8913aacf4cbe22bbccdf929617adc31640c2d429d6ea8be727a937be0aa8353e82862b9fe8c571397db4dd3877015eb17c2c5a56172cc66a5 SHA512 21af30007661db1474628b6f8af86a3f6de52494efe1aaf9235f8b1660ba153f0de3ad91ff979588e4b681b00b44652a05146df7d3951d6ee62da38a1900fd89
26 -DIST django-mptt-0.13.1.gh.tar.gz 302287 BLAKE2B 915e3066862be4d0883ba540cf584d917994ecbf83182726f5d39a40b61850e4ef1fade2c12325237f2c345de14ca6e54362712eb7bdbdf553eb6ebbf321075f SHA512 bc64d24f8d889109a054f270802f8ce6308c12bf3b9ebe1ba818d42e6c1f9d8904b8cad996e71e03c7f77ed80d912a7d8bb920cccc0e2fff170e754816367f40
27 -DIST django-mptt-0.13.2.gh.tar.gz 303658 BLAKE2B 8b9e968091be35d1b20816874f8a27cef065c11a25d5ac08192d01909be5a748ab96f0377a09b8a86ded5881d8ce075530bdd3a46c92065dd2f66d734853c27a SHA512 52e8631af11006a0ef1739d1f9c22d34fe39fd790dd45edb6bcde5f4ad875d6f2f0087aa4928d5e5b391b69728e67c2d8b6d10976714735eafe7b3b48e20d123
28 DIST django-mptt-0.13.3.gh.tar.gz 303670 BLAKE2B 0185ecf3576ab7fe48ec4d7b2259e7cd88f2c5e3a8c96aa1ee555b7f0adabed4b787db84bcc4b2831746b410f0f58364df8fab9ce1768f1e1b9d1ff8a2869730 SHA512 602f45d4353dca80ec2285366c87eb60ff6a39a09990a041236f737371715166e9a8e360a83b4419c0ded7a206f73e4754de602aabef18f89e7db85ce8c651ea
29 -DIST django-mptt-0.13.gh.tar.gz 302525 BLAKE2B 21b2fde5c81d83321bf7569d2064db87aec3c184f27cf3fc3bd34421be04212188e15f79a575b08aabb3a7b95d116bf3e5f0fb57c56cadf9ad2ac166e8e77845 SHA512 63dbb61dab59d42b5e747f35370a0840d40ed465979d1f93e66561cf4c0726635cae774f87e39cc1ac480847f3ccf0eb65dc8593759a0860d586e334fdd37256
30
31 diff --git a/dev-python/django-mptt/django-mptt-0.11.0.ebuild b/dev-python/django-mptt/django-mptt-0.11.0.ebuild
32 deleted file mode 100644
33 index d25ee9a3ab3..00000000000
34 --- a/dev-python/django-mptt/django-mptt-0.11.0.ebuild
35 +++ /dev/null
36 @@ -1,22 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -PYTHON_COMPAT=( python3_{7..9} )
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances"
46 -HOMEPAGE="https://github.com/django-mptt/django-mptt"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64"
52 -
53 -RDEPEND="
54 - >=dev-python/django-1.11[${PYTHON_USEDEP}]
55 - dev-python/django-js-asset[${PYTHON_USEDEP}]
56 -"
57 -
58 -DEPEND="${RDEPEND}"
59
60 diff --git a/dev-python/django-mptt/django-mptt-0.13.1.ebuild b/dev-python/django-mptt/django-mptt-0.13.1.ebuild
61 deleted file mode 100644
62 index 10262c58b32..00000000000
63 --- a/dev-python/django-mptt/django-mptt-0.13.1.ebuild
64 +++ /dev/null
65 @@ -1,27 +0,0 @@
66 -# Copyright 1999-2021 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=8
70 -
71 -PYTHON_COMPAT=( python3_{8..9} )
72 -inherit distutils-r1
73 -
74 -DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances"
75 -HOMEPAGE="https://github.com/django-mptt/django-mptt"
76 -SRC_URI="
77 - https://github.com/django-mptt/django-mptt/archive/${PV}.tar.gz
78 - -> ${P}.gh.tar.gz"
79 -
80 -LICENSE="MIT"
81 -SLOT="0"
82 -KEYWORDS="~amd64"
83 -
84 -RDEPEND="
85 - >=dev-python/django-1.11[${PYTHON_USEDEP}]
86 - dev-python/django-js-asset[${PYTHON_USEDEP}]
87 -"
88 -
89 -python_test() {
90 - "${EPYTHON}" tests/manage.py test -v2 myapp ||
91 - die "Tests failed with ${EPYTHON}"
92 -}
93
94 diff --git a/dev-python/django-mptt/django-mptt-0.13.2.ebuild b/dev-python/django-mptt/django-mptt-0.13.2.ebuild
95 deleted file mode 100644
96 index 10262c58b32..00000000000
97 --- a/dev-python/django-mptt/django-mptt-0.13.2.ebuild
98 +++ /dev/null
99 @@ -1,27 +0,0 @@
100 -# Copyright 1999-2021 Gentoo Authors
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=8
104 -
105 -PYTHON_COMPAT=( python3_{8..9} )
106 -inherit distutils-r1
107 -
108 -DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances"
109 -HOMEPAGE="https://github.com/django-mptt/django-mptt"
110 -SRC_URI="
111 - https://github.com/django-mptt/django-mptt/archive/${PV}.tar.gz
112 - -> ${P}.gh.tar.gz"
113 -
114 -LICENSE="MIT"
115 -SLOT="0"
116 -KEYWORDS="~amd64"
117 -
118 -RDEPEND="
119 - >=dev-python/django-1.11[${PYTHON_USEDEP}]
120 - dev-python/django-js-asset[${PYTHON_USEDEP}]
121 -"
122 -
123 -python_test() {
124 - "${EPYTHON}" tests/manage.py test -v2 myapp ||
125 - die "Tests failed with ${EPYTHON}"
126 -}
127
128 diff --git a/dev-python/django-mptt/django-mptt-0.13.ebuild b/dev-python/django-mptt/django-mptt-0.13.ebuild
129 deleted file mode 100644
130 index 584beed1786..00000000000
131 --- a/dev-python/django-mptt/django-mptt-0.13.ebuild
132 +++ /dev/null
133 @@ -1,31 +0,0 @@
134 -# Copyright 1999-2021 Gentoo Authors
135 -# Distributed under the terms of the GNU General Public License v2
136 -
137 -EAPI=8
138 -
139 -PYTHON_COMPAT=( python3_{8..9} )
140 -inherit distutils-r1
141 -
142 -DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances"
143 -HOMEPAGE="https://github.com/django-mptt/django-mptt"
144 -SRC_URI="
145 - https://github.com/django-mptt/django-mptt/archive/${PV}.tar.gz
146 - -> ${P}.gh.tar.gz"
147 -
148 -LICENSE="MIT"
149 -SLOT="0"
150 -KEYWORDS="~amd64"
151 -
152 -RDEPEND="
153 - >=dev-python/django-1.11[${PYTHON_USEDEP}]
154 - dev-python/django-js-asset[${PYTHON_USEDEP}]
155 -"
156 -
157 -PATCHES=(
158 - "${FILESDIR}"/${P}-test-install.patch
159 -)
160 -
161 -python_test() {
162 - "${EPYTHON}" tests/manage.py test -v2 myapp ||
163 - die "Tests failed with ${EPYTHON}"
164 -}
165
166 diff --git a/dev-python/django-mptt/files/django-mptt-0.13-test-install.patch b/dev-python/django-mptt/files/django-mptt-0.13-test-install.patch
167 deleted file mode 100644
168 index 886d5c6e4eb..00000000000
169 --- a/dev-python/django-mptt/files/django-mptt-0.13-test-install.patch
170 +++ /dev/null
171 @@ -1,26 +0,0 @@
172 -From 6bc5860575d491e8cf1edbabee7b07f1c072bdba Mon Sep 17 00:00:00 2001
173 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@g.o>
174 -Date: Sat, 21 Aug 2021 09:45:45 +0200
175 -Subject: [PATCH] Do not install tests.myapp
176 -
177 -Fix options.packages.find.exclude to cover subpackages of "tests"
178 -recursively. Otherwise, tests.myapp is installed.
179 ----
180 - setup.cfg | 1 +
181 - 1 file changed, 1 insertion(+)
182 -
183 -diff --git a/setup.cfg b/setup.cfg
184 -index b4094dc..b8ebee3 100644
185 ---- a/setup.cfg
186 -+++ b/setup.cfg
187 -@@ -44,6 +44,7 @@ tests =
188 - [options.packages.find]
189 - exclude =
190 - tests
191 -+ tests.*
192 - myapp
193 -
194 - [flake8]
195 ---
196 -2.33.0
197 -