Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 2021 08:19:43 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ba29dbf0bb3a - main - devel/py-dexml2: Repocopy devel/py-dexml --> devel/py-dexml2 and update to 0.5.3
Message-ID:  <202112200819.1BK8JhHV074095@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ba29dbf0bb3a67327cb479ef32b82cf9c6af2dcc

commit ba29dbf0bb3a67327cb479ef32b82cf9c6af2dcc
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2021-12-20 08:18:51 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2021-12-20 08:18:51 +0000

    devel/py-dexml2: Repocopy devel/py-dexml --> devel/py-dexml2 and update to 0.5.3
---
 devel/Makefile            |  1 +
 devel/py-dexml2/Makefile  | 17 +++++++++++++++++
 devel/py-dexml2/distinfo  |  3 +++
 devel/py-dexml2/pkg-descr |  6 ++++++
 4 files changed, 27 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 3baa42f662f5..966f83a13f5d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-dexml2/Makefile b/devel/py-dexml2/Makefile
new file mode 100644
index 000000000000..829ccd6b94bb
--- /dev/null
+++ b/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>
diff --git a/devel/py-dexml2/distinfo b/devel/py-dexml2/distinfo
new file mode 100644
index 000000000000..35ce494d5c53
--- /dev/null
+++ b/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
diff --git a/devel/py-dexml2/pkg-descr b/devel/py-dexml2/pkg-descr
new file mode 100644
index 000000000000..71ffe23df7e9
--- /dev/null
+++ b/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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112200819.1BK8JhHV074095>