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 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