aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:16:46 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:30:31 +0000
commit05f79a480662bdda69f4e331e3fea07e9bd2ae40 (patch)
tree5f06652958dae097f0291a90df742c9d0fbb7cd8
parent7d8f601647bbee4d44e3cb716136c2c1e0235763 (diff)
downloadports-05f79a480662bdda69f4e331e3fea07e9bd2ae40.tar.gz
ports-05f79a480662bdda69f4e331e3fea07e9bd2ae40.zip
devel/py-pyrfc3339: Update WWW and clean up pkg-descr
-rw-r--r--devel/py-pyrfc3339/Makefile2
-rw-r--r--devel/py-pyrfc3339/pkg-descr2
2 files changed, 1 insertions, 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