1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

- s/PKG_PLIST/PLIST_FILES/ in Makefile

- remove trailing tabs
- remove undefinite article from COMMENT
- break the lines in pkg-descr at 80-char border

Approved by:	araujo (in the subway)
This commit is contained in:
Ruslan Makhmatkhanov 2012-09-25 11:54:39 +00:00
parent 45dcd76e85
commit df562a5c7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304831
2 changed files with 7 additions and 5 deletions

View File

@ -1,19 +1,19 @@
# $FreeBSD$
PORTNAME= pyxml2obj
PORTNAME= pyxml2obj
PORTVERSION= 0.1.2.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= araujo@FreeBSD.org
COMMENT= A simple way to convert xml to python object and vice versa
COMMENT= Simple way to convert xml to python object and vice versa
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PKG_PLIST= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>

View File

@ -1,5 +1,7 @@
This module provides only 2 methods, XMLin and XMLout. XMLin convert xml to python object, and XMLout python object to xml.
This module provides only 2 methods, XMLin and XMLout. XMLin convert xml
to python object, and XMLout python object to xml.
This module is inspired by XML::Simple in CPAN, but some options of XML::Simple are not supported.
This module is inspired by XML::Simple in CPAN, but some options of
XML::Simple are not supported.
WWW: http://pypi.python.org/pypi/pyxml2obj/