Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2024 06:31:00 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 359d1461ffa4 - main - net/py-soap2py: Mark DEPRECATED and set EXPIRATION_DATE to 2024-05-31
Message-ID:  <202405160631.44G6V0Wg044628@gitrepo.freebsd.org>

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

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

commit 359d1461ffa4f732bee37e4403a664634547ac1e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:18:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:22:09 +0000

    net/py-soap2py: Mark DEPRECATED and set EXPIRATION_DATE to 2024-05-31
---
 net/py-soap2py/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net/py-soap2py/Makefile b/net/py-soap2py/Makefile
index e7467a8edd1d..0e783f95f174 100644
--- a/net/py-soap2py/Makefile
+++ b/net/py-soap2py/Makefile
@@ -10,6 +10,9 @@ WWW=		https://github.com/pysimplesoap/pysimplesoap
 
 LICENSE=	LGPL3+
 
+DEPRECATED=	Use net/py-pysimplesoap instead
+EXPIRATION_DATE=2024-05-31
+
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 



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