mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
net/py-zsi: update to 2.1-a1
- update to 2.1-a1 - drop dependency on py-xml and actualize description - remove conflicts with no more existing port
This commit is contained in:
parent
5e6102f07e
commit
edaeb516fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388279
@ -2,24 +2,18 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zsi
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.1-a1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= SF/pywebsvcs/ZSI/ZSI-${PORTVERSION}
|
||||
MASTER_SITES= SF/pywebsvcs/ZSI/ZSI-${DISTVERSION:S,-,_,}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME:tu}-${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME:tu}-${DISTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Pure Python module that provides an implementation of SOAP 1.1
|
||||
|
||||
BUILD_DEPENDS= ${PYXML}
|
||||
RUN_DEPENDS= ${PYXML}
|
||||
|
||||
CONFLICTS= py-zsi-devel-2.*
|
||||
COMMENT= Pure Python implementation of SOAP 1.1
|
||||
|
||||
USES= python:2
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
@ -28,10 +22,13 @@ PORTEXAMPLES= *
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for docfile in CHANGES README doc/zsi.* doc/*.tex
|
||||
.for docfile in CHANGES README doc/zsi.* doc/*.png
|
||||
${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.for subdir in interop samples test
|
||||
.for dir in client server
|
||||
@${MV} ${WRKSRC}/doc/examples/${dir} ${WRKSRC}
|
||||
.endfor
|
||||
.for subdir in samples test client server
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/${subdir}
|
||||
${CP} -rp ${WRKSRC}/${subdir}/* ${STAGEDIR}${EXAMPLESDIR}/${subdir}
|
||||
.endfor
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ZSI-2.0.tar.gz) = 368059c92c1afa6ae027d5aea6985caf0bbb890c5589c7d4564e59219ffa0f50
|
||||
SIZE (ZSI-2.0.tar.gz) = 805956
|
||||
SHA256 (ZSI-2.1-a1.tar.gz) = 253cd6968bc52e66121ee370831b93be385d65563a0e71c9c704db83901bf244
|
||||
SIZE (ZSI-2.1-a1.tar.gz) = 932958
|
||||
|
@ -8,6 +8,4 @@ Paraphrasing the original (2.0) website:
|
||||
an implementation of the SOAP 1.1 specification. Simple client and server
|
||||
support are also provided.
|
||||
|
||||
ZSI requires Python 2.3 or later and PyXML version 0.8.3 or later.
|
||||
|
||||
WWW: http://pywebsvcs.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user