aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:16:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:30:19 +0000
commitce98fd79c7cdc2b61fd4e07440f498f7fa154351 (patch)
tree29e7c2859ee6a5ef446646a13cf4705ad1e63b0a
parent751081dfcaf5f251d9f2bb25b5ace70113b3cba9 (diff)
downloadports-ce98fd79c7cdc2b61fd4e07440f498f7fa154351.tar.gz
ports-ce98fd79c7cdc2b61fd4e07440f498f7fa154351.zip
devel/py-first: Update WWW and clean up pkg-descr
-rw-r--r--devel/py-first/Makefile2
-rw-r--r--devel/py-first/pkg-descr2
2 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-first/Makefile b/devel/py-first/Makefile
index fe3b663a0a8e..268bf14855b2 100644
--- a/devel/py-first/Makefile
+++ b/devel/py-first/Makefile
@@ -6,7 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Return the first true value of an iterable
-WWW= https://pypi.org/project/first/
+WWW= https://github.com/hynek/first
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/devel/py-first/pkg-descr b/devel/py-first/pkg-descr
index 9842baeff202..9a6151acf73d 100644
--- a/devel/py-first/pkg-descr
+++ b/devel/py-first/pkg-descr
@@ -2,5 +2,3 @@ first is an MIT licensed Python package with a simple function that returns the
first true value from an iterable, or None if there is none. If you need more
power, you can also supply a key function that is used to judge the truth value
of the element or a default value if None doesn’t fit your use case.
-
-See also: https://github.com/hynek/first