mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/py-gitless: Update WWW and clean up pkg-descr
- Clean up
This commit is contained in:
parent
23f52086d7
commit
dcb4aaa7ea
2 changed files with 2 additions and 7 deletions
|
@ -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>
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue