FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-ldap/setup.cfg at main · python-ldap/python-ldap · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-ldap
/
python-ldap
Public
Notifications
You must be signed in to change notification settings
Fork
135
Star
441
Code
Issues
83
Pull requests
17
Actions
Projects
Security and quality
3
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-ldap
/
setup.cfg
Copy path
More file actions
More file actions
Latest commit
History
History
History
51 lines (42 loc) · 1.32 KB
Breadcrumbs
python-ldap
/
setup.cfg
Copy path
File metadata and controls
51 lines (42 loc) · 1.32 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#
Package metadata (for Setuptools 30.3 and later)
[metadata]
license_file
= LICENCE
#
Example for setup.cfg
#
You have to edit this file to reflect your system configuation
#
Section for compiling the C extension module
#
for wrapping OpenLDAP 2 libs
[_ldap]
#
Define extra include and library dirs if needed. distutils adds non
#
standard library_dirs as rpath.
#
library_dirs = /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64
#
include_dirs = /usr/include /usr/local/include
#
These defines needs OpenLDAP built with
#
./configure --with-cyrus-sasl --with-tls
defines
= HAVE_SASL HAVE_TLS
extra_compile_args
=
extra_objects
=
#
Uncomment this if your libldap is not thread-safe and you need libldap_r
#
instead
#
Example for full-featured build:
#
Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r.
#
libs = ldap_r lber
#
Installation options
[install]
compile
= 1
optimize
= 1
#
Linux distributors/packagers should adjust these settings
[bdist_rpm]
provides
= python-ldap
requires
= python libldap-2
vendor
= python-ldap project
packager
= python-ldap team
distribution_name
= openSUSE 11.x
release
= 1
doc_files
= CHANGES README INSTALL TODO Demo/
#
pytest, https://docs.pytest.org/en/latest/customize.html
[tool:pytest]
testpaths
= Tests
python_files
= t_*.py
filterwarnings
=
error
ignore::ldap.LDAPBytesWarning
Back
|
FazBrowse Home
|
New Git URL