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

- Clean up
This commit is contained in:
Po-Chuan Hsieh 2024-04-13 17:29:04 +08:00
parent 23f52086d7
commit dcb4aaa7ea
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 7 deletions

View file

@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Version control system built on top of Git 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= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md 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}clint>=0.3.6:devel/py-clint@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygit2>=0.28.2:devel/py-pygit2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygit2>=0.28.2:devel/py-pygit2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sh>=1.11:devel/py-sh@${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 USES= python
USE_PYTHON= autoplist concurrent pep517 USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes NO_ARCH= yes
do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -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 (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 fall back on Git. And of course your coworkers you share a repository with
need never know that you're not a Git aficionado. need never know that you're not a Git aficionado.
See also: https://github.com/gitless-vcs/gitless