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-auth-ldap/
Date: Mon, 31 May 2021 20:31:20
Message-Id: 1622492649.4757cb8650a1884fcc8628352d95165c797c6fc2.mgorny@gentoo
1 commit: 4757cb8650a1884fcc8628352d95165c797c6fc2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:24:09 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:24:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4757cb86
7
8 dev-python/django-auth-ldap: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/django-auth-ldap/Manifest | 3 --
13 .../django-auth-ldap/django-auth-ldap-2.1.0.ebuild | 32 ------------------
14 .../django-auth-ldap/django-auth-ldap-2.2.0.ebuild | 38 ----------------------
15 .../django-auth-ldap/django-auth-ldap-2.3.0.ebuild | 38 ----------------------
16 4 files changed, 111 deletions(-)
17
18 diff --git a/dev-python/django-auth-ldap/Manifest b/dev-python/django-auth-ldap/Manifest
19 index 882389eaa20..6710ca6182e 100644
20 --- a/dev-python/django-auth-ldap/Manifest
21 +++ b/dev-python/django-auth-ldap/Manifest
22 @@ -1,4 +1 @@
23 -DIST django-auth-ldap-2.1.0.tar.gz 51027 BLAKE2B 1229d184746cf05f9c7ddb9e6674b2c529a0fc6d051f78ba01de6a80b0e5e408a8da10e35087efad60f1fef90be708e8a0c05b04c4408500329d9dfb567c0f8b SHA512 4c204eee856e33fae80a22a80bd0f3a21d1f2ee33b1ad56087832f89e91d7e1441579cf77541c1c35e8e0532d4da937b736fe3b4708d7c2d7bbccacbb0b24061
24 -DIST django-auth-ldap-2.2.0.tar.gz 53148 BLAKE2B 1f83a2f174d9fcbd264ce7e298c0dfebc720482b058e55833416440627c9e1fc02f2ad4e585e6fe01102f100337df5835020b8ff48a5dccb850cfff28ef902a0 SHA512 2ed1913e81a4801d683280586018df57067ec84b44299da4c6415452c978c8f1d2ca1d36eaced40efa0737180d7e35971e4570753f60d946b32d846b455ab744
25 -DIST django-auth-ldap-2.3.0.tar.gz 53383 BLAKE2B a07b487f386cec06b89a90979ef904790fcc1460bf0cab5a5b3539b4fee28cc281487c0db1996ac5b1d2bae756cb8a353fa92796654b689a82a13854cb1be9dd SHA512 08bde0ea25baaf1bcc42b500572e63636ab247a846222d3f16f25874c26c6799b37fa23dc2bfde3dfbcfb041c942ec7a2e7a4e6c7bb391eb3210568f77a8657b
26 DIST django-auth-ldap-2.4.0.tar.gz 53523 BLAKE2B a8c49b4a4ecaaf31b3b9e7caca228041e110b5b418bef0a16c0fac423d929b0bc416cb83d8dd54f0f4567503ce9d09f686c936cc9d7e170d2cf93d8c124bb3d8 SHA512 acf85846ebf6bc354f6bf00f14f3436e1701f1d7a7746cc3572310f92ae93fb75ee6eff38558548d270f2e22d64aa7c0108f4cb91457a783aae76adc714b61d1
27
28 diff --git a/dev-python/django-auth-ldap/django-auth-ldap-2.1.0.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-2.1.0.ebuild
29 deleted file mode 100644
30 index 6a57ab3c725..00000000000
31 --- a/dev-python/django-auth-ldap/django-auth-ldap-2.1.0.ebuild
32 +++ /dev/null
33 @@ -1,32 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -PYTHON_COMPAT=( python3_7 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Django LDAP authentication backend"
43 -HOMEPAGE="https://pypi.org/project/django-auth-ldap/ https://bitbucket.org/psagers/django-auth-ldap/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="doc"
48 -
49 -LICENSE="BSD"
50 -SLOT="0"
51 -
52 -RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]
53 - >=dev-python/python-ldap-3.1[${PYTHON_USEDEP}]"
54 -DEPEND="app-arch/unzip
55 - dev-python/setuptools[${PYTHON_USEDEP}]
56 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
57 -
58 -python_compile_all() {
59 - use doc && emake -C docs html
60 -}
61 -
62 -python_install_all() {
63 - use doc && local HTML_DOCS=( docs/build/html/. )
64 - distutils-r1_python_install_all
65 -}
66
67 diff --git a/dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild
68 deleted file mode 100644
69 index 02b2c25aefb..00000000000
70 --- a/dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild
71 +++ /dev/null
72 @@ -1,38 +0,0 @@
73 -# Copyright 1999-2021 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=7
77 -
78 -PYTHON_COMPAT=( python3_{7,8,9} )
79 -
80 -inherit distutils-r1
81 -
82 -DESCRIPTION="Django LDAP authentication backend"
83 -HOMEPAGE="https://github.com/django-auth-ldap/django-auth-ldap
84 - https://pypi.org/project/django-auth-ldap/"
85 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
86 -
87 -KEYWORDS="~amd64 ~x86"
88 -IUSE="test"
89 -RESTRICT="!test? ( test )"
90 -
91 -LICENSE="BSD-2"
92 -SLOT="0"
93 -
94 -RDEPEND="
95 - >=dev-python/django-2.2[${PYTHON_USEDEP}]
96 - >=dev-python/python-ldap-3.1[${PYTHON_USEDEP}]"
97 -BDEPEND="
98 - test? (
99 - $(python_gen_impl_dep sqlite)
100 - net-nds/openldap[-minimal]
101 - )"
102 -
103 -distutils_enable_sphinx docs --no-autodoc
104 -
105 -python_test() {
106 - # for slapd and slapdtest
107 - local -x SBIN=/usr/sbin:/usr/$(get_libdir)/openldap
108 - django-admin test -v 2 --settings tests.settings \
109 - || die "Tests failed with ${EPYTHON}"
110 -}
111
112 diff --git a/dev-python/django-auth-ldap/django-auth-ldap-2.3.0.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-2.3.0.ebuild
113 deleted file mode 100644
114 index d87561115bc..00000000000
115 --- a/dev-python/django-auth-ldap/django-auth-ldap-2.3.0.ebuild
116 +++ /dev/null
117 @@ -1,38 +0,0 @@
118 -# Copyright 1999-2021 Gentoo Authors
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI=7
122 -
123 -PYTHON_COMPAT=( python3_{7..9} )
124 -
125 -inherit distutils-r1
126 -
127 -DESCRIPTION="Django LDAP authentication backend"
128 -HOMEPAGE="https://github.com/django-auth-ldap/django-auth-ldap
129 - https://pypi.org/project/django-auth-ldap/"
130 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
131 -
132 -KEYWORDS="~amd64 ~x86"
133 -IUSE="test"
134 -RESTRICT="!test? ( test )"
135 -
136 -LICENSE="BSD-2"
137 -SLOT="0"
138 -
139 -RDEPEND="
140 - >=dev-python/django-2.2[${PYTHON_USEDEP}]
141 - >=dev-python/python-ldap-3.1[${PYTHON_USEDEP}]"
142 -BDEPEND="
143 - test? (
144 - $(python_gen_impl_dep sqlite)
145 - net-nds/openldap[-minimal]
146 - )"
147 -
148 -distutils_enable_sphinx docs --no-autodoc
149 -
150 -python_test() {
151 - # for slapd and slapdtest
152 - local -x SBIN=/usr/sbin:/usr/$(get_libdir)/openldap
153 - django-admin test -v 2 --settings tests.settings \
154 - || die "Tests failed with ${EPYTHON}"
155 -}