git: e63c022ff186 - main - devel/py-dexml: Removed port, use devel/py-dexml2 instead.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Dec 2021 08:26:19 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=e63c022ff1867e7e4fa18ceceb8dd0064a1e8125 commit e63c022ff1867e7e4fa18ceceb8dd0064a1e8125 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2021-12-20 08:25:11 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2021-12-20 08:25:11 +0000 devel/py-dexml: Removed port, use devel/py-dexml2 instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-dexml/Makefile | 18 ------------------ devel/py-dexml/distinfo | 2 -- devel/py-dexml/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 27 deletions(-) diff --git a/MOVED b/MOVED index 0575d9b04b45..51e0c1c520e6 100644 --- a/MOVED +++ b/MOVED @@ -16615,3 +16615,4 @@ math/eigen2||2021-12-07|Has expired: No longer available upstream, no consumers emulators/qemu41||2021-12-10|Has expired: Use emulators/qemu or emulators/qemu-devel security/putty-gtk2||2021-12-15|Has expired: putty-gtk2 is being phased out games/xnethack-nox11|games/xnethack@nox11|2021-12-05|Turned into flavor +devel/py-dexml||2021-12-20|Has expired: Use devel/py-dexml2 diff --git a/devel/Makefile b/devel/Makefile index 966f83a13f5d..ef845aabfcd6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4448,7 +4448,6 @@ SUBDIR += py-deprecated SUBDIR += py-deprecation SUBDIR += py-devtools - SUBDIR += py-dexml SUBDIR += py-dexml2 SUBDIR += py-diazo SUBDIR += py-dill diff --git a/devel/py-dexml/Makefile b/devel/py-dexml/Makefile deleted file mode 100644 index cdf46e7d02a7..000000000000 --- a/devel/py-dexml/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Wen Heping <wen@FreeBSD.org> - -PORTNAME= dexml -PORTVERSION= 0.5.1 -PORTREVISION= 1 -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-dexml/distinfo b/devel/py-dexml/distinfo deleted file mode 100644 index 7ece40e6b1c8..000000000000 --- a/devel/py-dexml/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dexml-0.5.1.tar.gz) = 6ba83883ead5cc74ce8198daecc657b60bf9cdb3887b484a92dcde55c10e2cdf -SIZE (dexml-0.5.1.tar.gz) = 24359 diff --git a/devel/py-dexml/pkg-descr b/devel/py-dexml/pkg-descr deleted file mode 100644 index 71ffe23df7e9..000000000000 --- a/devel/py-dexml/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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/