Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:36:16 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: ce98fd79c7cd - main - devel/py-first: Update WWW and clean up pkg-descr
Message-ID:  <202304051736.335HaGc3086577@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=ce98fd79c7cdc2b61fd4e07440f498f7fa154351

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

    devel/py-first: Update WWW and clean up pkg-descr
---
 devel/py-first/Makefile  | 2 +-
 devel/py-first/pkg-descr | 2 --
 2 files changed, 1 insertion(+), 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



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