Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:36:08 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: 44c2a19ca7a8 - main - devel/py-deprecation: Update WWW and clean up pkg-descr
Message-ID:  <202304051736.335Ha86G086431@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=44c2a19ca7a858070ea219fccbd9b27670bea08e

commit 44c2a19ca7a858070ea219fccbd9b27670bea08e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:16:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:17 +0000

    devel/py-deprecation: Update WWW and clean up pkg-descr
---
 devel/py-deprecation/Makefile  | 2 +-
 devel/py-deprecation/pkg-descr | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/devel/py-deprecation/Makefile b/devel/py-deprecation/Makefile
index 53a32d7919ef..9efa02d198c1 100644
--- a/devel/py-deprecation/Makefile
+++ b/devel/py-deprecation/Makefile
@@ -6,7 +6,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Library to handle automated deprecations
-WWW=		https://pypi.org/project/deprecation/
+WWW=		https://github.com/briancurtin/deprecation
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/devel/py-deprecation/pkg-descr b/devel/py-deprecation/pkg-descr
index a94c56b8576a..319dd37c6cba 100644
--- a/devel/py-deprecation/pkg-descr
+++ b/devel/py-deprecation/pkg-descr
@@ -10,5 +10,3 @@ automation of several things:
   time to remove the code. The @deprecated decorator can be told when it's time
   to entirely remove the code, which causes @fail_if_not_removed to raise an
   AssertionError, causing either your unittest or py.test tests to fail.
-
-See also: https://github.com/briancurtin/deprecation



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