git: dcb4aaa7ea18 - main - devel/py-gitless: Update WWW and clean up pkg-descr

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 13 Apr 2024 09:32:23 UTC
The branch main has been updated by sunpoet:

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

commit dcb4aaa7ea18ce2a8cd81106f47cde0c00192d72
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-13 09:29:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-13 09:31:38 +0000

    devel/py-gitless: Update WWW and clean up pkg-descr
    
    - Clean up
---
 devel/py-gitless/Makefile  | 7 ++-----
 devel/py-gitless/pkg-descr | 2 --
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/devel/py-gitless/Makefile b/devel/py-gitless/Makefile
index 510846d68963..18a237b89731 100644
--- a/devel/py-gitless/Makefile
+++ b/devel/py-gitless/Makefile
@@ -7,7 +7,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Version control system built on top of Git
-WWW=		https://gitless.com/
+WWW=		https://gitless.com/ \
+		https://github.com/gitless-vcs/gitless
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
@@ -18,14 +19,10 @@ RUN_DEPENDS=	git:devel/git \
 		${PYTHON_PKGNAMEPREFIX}clint>=0.3.6:devel/py-clint@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygit2>=0.28.2:devel/py-pygit2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sh>=1.11:devel/py-sh@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
-do-test:
-	cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v
-
 .include <bsd.port.mk>
diff --git a/devel/py-gitless/pkg-descr b/devel/py-gitless/pkg-descr
index d0d8e00b0f1f..50d758d81bdb 100644
--- a/devel/py-gitless/pkg-descr
+++ b/devel/py-gitless/pkg-descr
@@ -6,5 +6,3 @@ changes the underlying concepts. Because Gitless is implemented on top of Git
 (could be considered what Git pros call a "porcelain" of Git), you can always
 fall back on Git. And of course your coworkers you share a repository with
 need never know that you're not a Git aficionado.
-
-See also: https://github.com/gitless-vcs/gitless