File: setup.cfg

package info (click to toggle)
python-ldap 3.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,260 kB
  • sloc: python: 9,625; ansic: 2,828; makefile: 131; sh: 68
file content (30 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (2)
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
[_ldap]
defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
extra_compile_args = 
extra_objects = 
libs = ldap_r lber

[install]
compile = 1
optimize = 1

[bdist_rpm]
provides = python-ldap
requires = python libldap-2_4
vendor = python-ldap project
packager = python-ldap team
distribution_name = openSUSE 11.x
release = 1
doc_files = CHANGES README INSTALL TODO Demo/

[tool:pytest]
testpaths = Tests
python_files = t_*.py
filterwarnings = 
	error
	ignore::ldap.LDAPBytesWarning

[egg_info]
tag_build = 
tag_date = 0