mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Update to 0.3.1
- Release notes: https://github.com/isamert/scli/releases/tag/v0.3.1 - Bump required Python version to 3.7 - List dbus as a dependency explicitly
This commit is contained in:
parent
c79cdad806
commit
5c26fd5bae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562200
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= scli
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.3.0
|
||||
DISTVERSION= 0.3.1
|
||||
CATEGORIES= net-im python
|
||||
|
||||
MAINTAINER= 0mp@FreeBSD.org
|
||||
@ -13,9 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urwid-readline>=0:devel/py-urwid-readline@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}urwid>=0:devel/py-urwid@${PY_FLAVOR} \
|
||||
dbus>=0:devel/dbus \
|
||||
signal-cli>=0.6.8_1:net-im/signal-cli
|
||||
|
||||
USES= python:run,3.5+ shebangfix
|
||||
USES= python:run,3.7+ shebangfix
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= isamert
|
||||
SHEBANG_FILES= ${PORTNAME}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1610471054
|
||||
SHA256 (isamert-scli-v0.3.0_GH0.tar.gz) = 97bddcc7eb479f8d6c19af753820f971ed0cb190ed06c6ca7a3d894fd07df1f2
|
||||
SIZE (isamert-scli-v0.3.0_GH0.tar.gz) = 119590
|
||||
TIMESTAMP = 1611232453
|
||||
SHA256 (isamert-scli-v0.3.1_GH0.tar.gz) = 5de8040936f82175cd390429ae2c2df53408a67ab0fadbcc29337be734b270b0
|
||||
SIZE (isamert-scli-v0.3.1_GH0.tar.gz) = 122840
|
||||
|
Loading…
Reference in New Issue
Block a user