git: dcfd8d35b73a - main - devel/py-pyxb: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 May 2023 20:55:20 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=dcfd8d35b73aabf8c626c1fa12ea2b19b6927c13 commit dcfd8d35b73aabf8c626c1fa12ea2b19b6927c13 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-05-31 20:54:48 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-05-31 20:55:09 +0000 devel/py-pyxb: Remove expired port: 2023-05-31 devel/py-pyxb: Upstream issued End-of-Life notice. Use devel/py-pyxb-x instead --- MOVED | 1 + devel/Makefile | 1 - devel/py-pyxb/Makefile | 29 ----------------------------- devel/py-pyxb/distinfo | 3 --- devel/py-pyxb/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 36 deletions(-) diff --git a/MOVED b/MOVED index 062ad2bd4373..b8bd605e16c1 100644 --- a/MOVED +++ b/MOVED @@ -7583,3 +7583,4 @@ security/p5-Net-SAML||2023-05-28|Has expired: Depends on deprecated security/zxi security/zxid||2023-05-28|Has expired: Do not build with OpenSSL 1.1.1e and later security/keynote||2023-05-28|Has expired: Upstream last release in 2000 security/esteidfirefoxplugin||2023-05-28|Has expired: Upstream last release in 2013 and has been migrated into other products of upstream +devel/py-pyxb|devel/py-pyxb-x|2023-05-31|Has expired: Upstream issued End-of-Life notice. Use devel/py-pyxb-x instead diff --git a/devel/Makefile b/devel/Makefile index 4efb11297950..bbc8c22263ae 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5383,7 +5383,6 @@ SUBDIR += py-pyusb SUBDIR += py-pyvisa SUBDIR += py-pyvisa-py - SUBDIR += py-pyxb SUBDIR += py-pyxb-x SUBDIR += py-pyyaml-include SUBDIR += py-pyyaml5 diff --git a/devel/py-pyxb/Makefile b/devel/py-pyxb/Makefile deleted file mode 100644 index e3f97c60b38e..000000000000 --- a/devel/py-pyxb/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= pyxb -PORTVERSION= 1.2.6 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyXB-${PORTVERSION} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python XML schema bindings -WWW= https://pyxb.sourceforge.net/ - -DEPRECATED= Upstream issued End-of-Life notice. Use devel/py-pyxb-x instead -EXPIRATION_DATE=2023-05-31 - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py-libxml2@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -do-test: - cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test - -.include <bsd.port.mk> diff --git a/devel/py-pyxb/distinfo b/devel/py-pyxb/distinfo deleted file mode 100644 index e888e8472418..000000000000 --- a/devel/py-pyxb/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1529781803 -SHA256 (PyXB-1.2.6.tar.gz) = 2a00f38dd1d87b88f92d79bc5a09718d730419b88e814545f472bbd5a3bf27b4 -SIZE (PyXB-1.2.6.tar.gz) = 6972976 diff --git a/devel/py-pyxb/pkg-descr b/devel/py-pyxb/pkg-descr deleted file mode 100644 index a1366b9dbbd3..000000000000 --- a/devel/py-pyxb/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -PyXB is a pure Python package that generates Python code for classes that -correspond to data structures defined by XMLSchema. In concept it is similar -to JAXB for Java and CodeSynthesis XSD for C++.