View | Details | Raw Unified | Return to bug 275335
Collapse All | Expand All

(-)b/net/py-bonsai/Makefile (-1 / +38 lines)
Lines 1-5 Link Here
1
PORTNAME=	bonsai
1
PORTNAME=	bonsai
2
DISTVERSION=	1.5.1
2
DISTVERSION=	1.5.2
3
CATEGORIES=	net devel python
3
CATEGORIES=	net devel python
4
MASTER_SITES=	PYPI
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-22 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
14
MY_DEPENDS=	openldap26-client>=0:net/openldap26-client
14
MY_DEPENDS=	openldap26-client>=0:net/openldap26-client
15
BUILD_DEPENDS=	${MY_DEPENDS}
15
BUILD_DEPENDS=	${MY_DEPENDS}
16
RUN_DEPENDS=	${MY_DEPENDS}
16
RUN_DEPENDS=	${MY_DEPENDS}
17
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}pytest-timeout>=0:devel/py-pytest-timeout@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR}
17
20
18
USES=		localbase python
21
USES=		localbase python
19
USE_PYTHON=	autoplist concurrent distutils pytest
22
USE_PYTHON=	autoplist concurrent distutils pytest
23
PYTEST_IGNORED_TESTS=	TornadoLDAPConnectionTest.test_connection test_abandon \
24
			test_acl_from_binary test_acl_to_binary \
25
			test_add_and_delete test_async_close_remove_pendig_ops \
26
			test_async_with test_binary test_bind_digest \
27
			test_bind_digest_with_authzid test_bind_external \
28
			test_bind_external_with_authzid test_bind_gssapi_kinit \
29
			test_bind_gssapi_with_authzid_kinit \
30
			test_bind_not_supported_auth test_bind_ntlm \
31
			test_change_attribute test_change_attribute_error \
32
			test_client_sizelimit_error test_close test_connect \
33
			test_connection test_connection_timeout \
34
			test_digest_auth_error test_dn_with_space \
35
			test_extended_dn test_fileno test_from_binary test_get \
36
			test_ignore_referrals test_ldap_over_tls \
37
			test_load_resource test_modify_and_rename \
38
			test_modify_referrals test_obj_err test_open \
39
			test_paged_search test_paged_search_with_auto_acq \
40
			test_password_expire test_password_lockout \
41
			test_password_modify test_pool_close test_pool_get_put \
42
			test_pool_spawn test_ppolicy test_put test_put_closed \
43
			test_raw_attributes test_recursive_delete \
44
			test_referral_chasing test_rename test_rename_error \
45
			test_rename_with_old_rdn test_rootdse test_search \
46
			test_search_timeout test_server_sizelimit_error \
47
			test_set_async_connect test_set_sasl_sec_properties \
48
			test_simple_auth_error test_sort_order test_spawn \
49
			test_special_char test_starttls test_sync_operations \
50
			test_threaded_pool_block test_threaded_pool_close \
51
			test_threaded_pool_raise test_tls_timeout \
52
			test_to_binary test_unicode test_url_attribute \
53
			test_vlv_attrvalue test_vlv_offset \
54
			test_vlv_without_sort_order test_whoami \
55
			test_wrong_add_param test_wrong_conn_param \
56
			test_wrong_delete_param test_wrong_search_param
20
57
21
OPTIONS_DEFINE=	GEVENT TORNADO TRIO
58
OPTIONS_DEFINE=	GEVENT TORNADO TRIO
22
59
(-)b/net/py-bonsai/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1685288184
1
TIMESTAMP = 1700827497
2
SHA256 (bonsai-1.5.1.tar.gz) = 101b0d166349bdcbf764a8139fd06b85b5524b4425e3f2bd6c2381f90369f735
2
SHA256 (bonsai-1.5.2.tar.gz) = 8d6ba21fcbbd4309dcffdba723247aa3dc6a971474b941edcfa3ce1c0ed3ff41
3
SIZE (bonsai-1.5.1.tar.gz) = 149639
3
SIZE (bonsai-1.5.2.tar.gz) = 149852
4
- 

Return to bug 275335