View | Details | Raw Unified | Return to bug 215877 | Differences between
and this patch

Collapse All | Expand All

(-)net/py-suds/Makefile (-1 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	suds
4
PORTNAME=	suds
5
PORTVERSION=	0.4
5
PORTVERSION=	0.4
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	net python
7
CATEGORIES=	net python
8
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-18 Link Here
13
13
14
LICENSE=	LGPL3
14
LICENSE=	LGPL3
15
15
16
CONFLICTS_INSTALL=	suds-jurko
17
16
USES=		python:2
18
USES=		python:2
17
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
18
20
(-)net/py-suds-jurko/Makefile (+22 lines)
Line 0 Link Here
1
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
2
# $FreeBSD$
3
4
PORTNAME=	suds-jurko
5
PORTVERSION=	0.6
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	alexander.nusov@nfvexpress.com
11
COMMENT=	Lightweight SOAP client (jurko's fork)
12
13
LICENSE=	LGPL3
14
15
NO_ARCH=	yes
16
17
CONFLICTS_INSTALL=	suds
18
19
USES=		python tar:bz2
20
USE_PYTHON=	autoplist distutils
21
22
.include <bsd.port.mk>
(-)net/py-suds-jurko/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1481385855
2
SHA256 (suds-jurko-0.6.tar.bz2) = 29edb72fd21e3044093d86f33c66cf847c5aaab26d64cb90e69e528ef014e57f
3
SIZE (suds-jurko-0.6.tar.bz2) = 143985
(-)net/py-suds-jurko/pkg-descr (+3 lines)
Line 0 Link Here
1
Lightweight SOAP client written in Python (jurko's fork).
2
3
WWW: http://pypi.python.org/pypi/suds-jurko

Return to bug 215877