git: 05f79a480662 - main - devel/py-pyrfc3339: Update WWW and clean up pkg-descr

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 05 Apr 2023 17:37:08 UTC
The branch main has been updated by sunpoet:

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

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

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

diff --git a/devel/py-pyrfc3339/Makefile b/devel/py-pyrfc3339/Makefile
index 0f1be2df5784..7c77b63b51d8 100644
--- a/devel/py-pyrfc3339/Makefile
+++ b/devel/py-pyrfc3339/Makefile
@@ -7,7 +7,7 @@ DISTNAME=	pyRFC3339-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Generate and parse RFC 3339 timestamps
-WWW=		https://pypi.org/project/pyRFC3339/
+WWW=		https://github.com/kurtraschke/pyRFC3339
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
diff --git a/devel/py-pyrfc3339/pkg-descr b/devel/py-pyrfc3339/pkg-descr
index 043023b4ceaa..f0d7bc544afb 100644
--- a/devel/py-pyrfc3339/pkg-descr
+++ b/devel/py-pyrfc3339/pkg-descr
@@ -1,4 +1,2 @@
 pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python
 datetime.datetime objects.
-
-See also: https://github.com/kurtraschke/pyRFC3339