Skip to content

Commit

Permalink
devel/py-dexml2: Repocopy devel/py-dexml --> devel/py-dexml2 and upda…
Browse files Browse the repository at this point in the history
…te to 0.5.3
  • Loading branch information
wenheping committed Dec 20, 2021
1 parent 98ba23c commit ba29dbf
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions devel/py-dexml2/Makefile
@@ -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 changes: 3 additions & 0 deletions devel/py-dexml2/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1639988007
SHA256 (dexml2-0.5.3.tar.gz) = b65dc599cd8d5f859a97dc00f58984d41da6ec054e6482cba0cf7cb59530c6da
SIZE (dexml2-0.5.3.tar.gz) = 25312
6 changes: 6 additions & 0 deletions devel/py-dexml2/pkg-descr
@@ -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/

0 comments on commit ba29dbf

Please sign in to comment.