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/files/, dev-python/django-auth-ldap/
Date: Sat, 25 Jan 2020 20:54:28
Message-Id: 1579985636.95c5a4985a0e03f4af7879fe82591de632af38ee.mgorny@gentoo
1 commit: 95c5a4985a0e03f4af7879fe82591de632af38ee
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 25 20:34:07 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 25 20:53:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c5a498
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 | 2 -
13 .../django-auth-ldap/django-auth-ldap-1.2.2.ebuild | 44 ----------------------
14 .../django-auth-ldap/django-auth-ldap-1.2.7.ebuild | 42 ---------------------
15 dev-python/django-auth-ldap/files/docs.patch | 18 ---------
16 4 files changed, 106 deletions(-)
17
18 diff --git a/dev-python/django-auth-ldap/Manifest b/dev-python/django-auth-ldap/Manifest
19 index 2e3cdb85c95..2782051a180 100644
20 --- a/dev-python/django-auth-ldap/Manifest
21 +++ b/dev-python/django-auth-ldap/Manifest
22 @@ -1,3 +1 @@
23 -DIST django-auth-ldap-1.2.2.tar.gz 131086 BLAKE2B 78f93eb24620907f5b5671972e2b80ec6e59cdc42a455c298bef4c3215616228735a0647b0646b683357bc16ea6d03488aa86626e2ad51211a382ee2d0482909 SHA512 676d1114faeb9a2956ed51c586afea7618c1bf62867d3525596599391f8327b8f22a075c4203311df88279c317ca37b9097b59e55a64330afee6eb1c5a9c9ac3
24 -DIST django-auth-ldap-1.2.7.tar.gz 131431 BLAKE2B 03fac590118d25ad0d9d8a3ac5dd8bb24f138f193bf27ae85d4e2776be79bb31ca7efb278fd05ca1d45976116ca7ec79ec3b510ca380dd8912ce47f1522ad348 SHA512 2ca29bdceb4b2540f7c90c9dfdfd7a02f91e72cd44ae062cebff84199dab737ee69ada56269189ec0dd70ee7916c3373acba50866280ad080c4c68dd69dffb09
25 DIST django-auth-ldap-1.7.0.tar.gz 48897 BLAKE2B b4b196e4cd0882a48d2437326cda57394963fa44a64a3cf5a0ff668bb86243da3979e2746e096a458a5bf1d3c8be687f3d3fe456f5a6b0ada11ebd1f4787e323 SHA512 6478b2ef43e6f49acff3dd2e3a2a462ae02a3f1475d5615ba2f14bfd5efe2b232a3d2008902177d90822fea6b096a05814a5f028f4eec5ee09c5e5a62793e73d
26
27 diff --git a/dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild
28 deleted file mode 100644
29 index e75848f809c..00000000000
30 --- a/dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild
31 +++ /dev/null
32 @@ -1,44 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -# Although setup.py claims to support py3, python-ldap does not
38 -PYTHON_COMPAT=( python2_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 test"
48 -RESTRICT="!test? ( test )"
49 -
50 -LICENSE="BSD"
51 -SLOT="0"
52 -
53 -RDEPEND="dev-python/django[${PYTHON_USEDEP}]
54 - >=dev-python/python-ldap-2.0[${PYTHON_USEDEP}]"
55 -DEPEND="app-arch/unzip
56 - dev-python/setuptools[${PYTHON_USEDEP}]
57 - test? ( ${RDEPEND}
58 - >=dev-python/mockldap-0.2[${PYTHON_USEDEP}] )
59 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
60 -
61 -#S="${WORKDIR}"/psagers-${PN}-80379ce59e6b
62 -
63 -PATCHES=( "${FILESDIR}"/docs.patch )
64 -
65 -python_compile_all() {
66 - use doc && emake -C docs html
67 -}
68 -
69 -python_test() {
70 - PYTHONPATH=. "${PYTHON}" test/manage.py test || die
71 -}
72 -
73 -python_install_all() {
74 - use doc && local HTML_DOCS=( docs/build/html/. )
75 - distutils-r1_python_install_all
76 -}
77
78 diff --git a/dev-python/django-auth-ldap/django-auth-ldap-1.2.7.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-1.2.7.ebuild
79 deleted file mode 100644
80 index db72fc552b7..00000000000
81 --- a/dev-python/django-auth-ldap/django-auth-ldap-1.2.7.ebuild
82 +++ /dev/null
83 @@ -1,42 +0,0 @@
84 -# Copyright 1999-2020 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=5
88 -# Although setup.py claims to support py3, python-ldap does not
89 -PYTHON_COMPAT=( python2_7 )
90 -
91 -inherit distutils-r1
92 -
93 -DESCRIPTION="Django LDAP authentication backend"
94 -HOMEPAGE="https://pypi.org/project/django-auth-ldap/ https://bitbucket.org/psagers/django-auth-ldap/"
95 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
96 -
97 -KEYWORDS="~amd64 ~x86"
98 -IUSE="doc test"
99 -RESTRICT="!test? ( test )"
100 -
101 -LICENSE="BSD"
102 -SLOT="0"
103 -
104 -RDEPEND="dev-python/django[${PYTHON_USEDEP}]
105 - >=dev-python/python-ldap-2.0[${PYTHON_USEDEP}]"
106 -DEPEND="app-arch/unzip
107 - dev-python/setuptools[${PYTHON_USEDEP}]
108 - test? ( ${RDEPEND}
109 - >=dev-python/mockldap-0.2[${PYTHON_USEDEP}] )
110 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
111 -
112 -PATCHES=( "${FILESDIR}"/docs.patch )
113 -
114 -python_compile_all() {
115 - use doc && emake -C docs html
116 -}
117 -
118 -python_test() {
119 - PYTHONPATH=. "${PYTHON}" test/manage.py test || die
120 -}
121 -
122 -python_install_all() {
123 - use doc && local HTML_DOCS=( docs/build/html/. )
124 - distutils-r1_python_install_all
125 -}
126
127 diff --git a/dev-python/django-auth-ldap/files/docs.patch b/dev-python/django-auth-ldap/files/docs.patch
128 deleted file mode 100644
129 index c4e918fac53..00000000000
130 --- a/dev-python/django-auth-ldap/files/docs.patch
131 +++ /dev/null
132 @@ -1,18 +0,0 @@
133 -Avoid unwanted d'loading for un-needed ojects.inv files
134 -diff -ur django-auth-ldap-1.1.4.orig/docs/source/conf.py django-auth-ldap-1.1.4/docs/source/conf.py
135 ---- docs/source/conf.py 2013-03-10 06:01:09.000000000 +0800
136 -+++ docs/source/conf.py 2013-05-18 23:14:35.761187583 +0800
137 -@@ -29,13 +29,6 @@
138 - 'daldocs',
139 - ]
140 -
141 --intersphinx_mapping = {
142 -- 'python': ('http://docs.python.org/', None),
143 -- 'django': ('https://docs.djangoproject.com/en/dev/',
144 -- 'https://docs.djangoproject.com/en/dev/_objects/'),
145 -- 'pythonldap': ('http://python-ldap.org/doc/html/', None),
146 --}
147 --
148 - # Add any paths that contain templates here, relative to this directory.
149 - templates_path = ['../_templates']
150 -