1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 0.4.2

- Add LICENSE
- Remove whitespace in pkg-descr

PR:		ports/158730
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
This commit is contained in:
Wen Heping 2011-08-04 01:19:27 +00:00
parent cfbb6a1071
commit 5a78669b19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278884
3 changed files with 9 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= dexml
PORTVERSION= 0.4.1
PORTVERSION= 0.4.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,7 +14,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= A dead-simple Object-XML mapper for Python
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
LICENSE= MIT
USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (dexml-0.4.1.tar.gz) = d13b1986c92c0f26e973ff7c8234bc399d3f577cad689d5053d14514035b64a4
SIZE (dexml-0.4.1.tar.gz) = 18002
SHA256 (dexml-0.4.2.tar.gz) = 71f7100a67f766eb47689131e2acfb9e19c190d20885f5928cded88d0a3602ea
SIZE (dexml-0.4.2.tar.gz) = 23731

View File

@ -1,6 +1,6 @@
The dexml module takes the obvious mapping between XML tags and
Python objects and lets you capture that as cleanly as possible.
Loosely inspired by Django's ORM, you write simple class definitions
to define the expected structure of your XML document.
to define the expected structure of your XML document.
WWW: http://www.rfk.id.au/software/
WWW: http://www.rfk.id.au/software/