- Update to 1.0.2 [1]
- Remote stuff for old python version PR: ports/125729 Submitted by: Mike Brown <mike AT skew.org> (maintainer)
This commit is contained in:
parent
e382429d12
commit
0a481a2e0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217565
3 changed files with 7 additions and 13 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= 4Suite-XML
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ftp://ftp.4suite.org/pub/4Suite/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
|
@ -18,19 +18,11 @@ COMMENT= A collection of Python tools for XML processing
|
|||
|
||||
USE_BZIP2= yes
|
||||
REINPLACE_ARGS= -i "" -E
|
||||
USE_PYTHON= 2.2.1+
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= 4Suite-XML
|
||||
PYDISTUTILS_PKGVERSION= 1.0
|
||||
|
||||
CONFLICTS= py*-4suite-[01]*
|
||||
|
||||
# xml.sax.make_parser() needs to return an Expat parser in order to
|
||||
# support generation of API docs in XML format. --with/without-docs
|
||||
# only affects whether the XML is rendered to other formats and
|
||||
# installed. PyExpat is already installed in python-2.3.2_2 and up.
|
||||
BUILD_DEPENDS= ${PYEXPAT}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
BINDIR= bin
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (4Suite-XML-1.0.tar.bz2) = 6f87c2b25c507d65783a7ad9bf7de179
|
||||
SHA256 (4Suite-XML-1.0.tar.bz2) = 2fb1294d3db84f1a9998ccd1779e308220f9d86fab0a21c2aac6e915baa892fb
|
||||
SIZE (4Suite-XML-1.0.tar.bz2) = 1283701
|
||||
MD5 (4Suite-XML-1.0.2.tar.bz2) = b3e976a666899113d58f333518205968
|
||||
SHA256 (4Suite-XML-1.0.2.tar.bz2) = 5a4546dc1fad9b240a46c1b967fae317857cd2d2689e4226de1647083bf6ac3c
|
||||
SIZE (4Suite-XML-1.0.2.tar.bz2) = 1286713
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
%%LIBDIR%%/tests/Xml/Borrowed/ie-050515.py
|
||||
%%LIBDIR%%/tests/Xml/Borrowed/jb-060405.py
|
||||
%%LIBDIR%%/tests/Xml/Borrowed/rs-030516.py
|
||||
%%LIBDIR%%/tests/Xml/Borrowed/rs-060405.py
|
||||
%%LIBDIR%%/tests/Xml/Borrowed/uo-051205.py
|
||||
%%LIBDIR%%/tests/Xml/Core/4suite.xsa
|
||||
%%LIBDIR%%/tests/Xml/Core/__init__.py
|
||||
|
@ -53,6 +54,7 @@
|
|||
%%LIBDIR%%/tests/Xml/Core/test_format_number.py
|
||||
%%LIBDIR%%/tests/Xml/Core/test_markup_writer.py
|
||||
%%LIBDIR%%/tests/Xml/Core/test_nss.py
|
||||
%%LIBDIR%%/tests/Xml/Core/test_parse_fragment.py
|
||||
%%LIBDIR%%/tests/Xml/Core/test_printers.py
|
||||
%%LIBDIR%%/tests/Xml/Core/test_ranges.py
|
||||
%%LIBDIR%%/tests/Xml/Core/test_relax_ng.py
|
||||
|
|
Loading…
Reference in a new issue