devel/py-dexml2: Repocopy devel/py-dexml --> devel/py-dexml2 and update to 0.5.3

This commit is contained in:
Wen Heping 2021-12-20 16:18:51 +08:00
parent 98ba23c7e8
commit ba29dbf0bb
4 changed files with 27 additions and 0 deletions

View File

@ -4449,6 +4449,7 @@
SUBDIR += py-deprecation
SUBDIR += py-devtools
SUBDIR += py-dexml
SUBDIR += py-dexml2
SUBDIR += py-diazo
SUBDIR += py-dill
SUBDIR += py-dirspec

17
devel/py-dexml2/Makefile Normal file
View File

@ -0,0 +1,17 @@
# Created by: Wen Heping <wen@FreeBSD.org>
PORTNAME= dexml2
PORTVERSION= 0.5.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Dead-simple Object-XML mapper for Python
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

3
devel/py-dexml2/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1639988007
SHA256 (dexml2-0.5.3.tar.gz) = b65dc599cd8d5f859a97dc00f58984d41da6ec054e6482cba0cf7cb59530c6da
SIZE (dexml2-0.5.3.tar.gz) = 25312

View File

@ -0,0 +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.
WWW: http://www.rfk.id.au/software/