devel/py-git-up: Update to 2.0.2
Approved by: lwhsu (mentor)
This commit is contained in:
parent
a99d5f656e
commit
bac77ada52
2 changed files with 8 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= git-up
|
||||
DISTVERSION= 1.4.5
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 2.0.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -10,14 +9,13 @@ COMMENT= Python implementation of 'git up'
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.0.0:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}colorama>=0.3.7:devel/py-colorama@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}gitpython>=2.1.1:devel/py-gitpython@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7.0.0:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}colorama>=0.4.0:devel/py-colorama@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}gitpython>=3.0.0:devel/py-gitpython@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= dos2unix python:3.6+ zip
|
||||
USES= dos2unix python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1507076529
|
||||
SHA256 (git-up-1.4.5.zip) = 0b57d1845cb7df97eb1b8bd2fb21fd1a53e8427955295260b0488dcc76466e94
|
||||
SIZE (git-up-1.4.5.zip) = 50407
|
||||
TIMESTAMP = 1621238235
|
||||
SHA256 (git-up-2.0.2.tar.gz) = ce1bc2285393145d0c287de271ecea9f5302b6103be92263077e4c4a1fcd58cb
|
||||
SIZE (git-up-2.0.2.tar.gz) = 23268
|
||||
|
|
Loading…
Reference in a new issue