mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
sysutils/py-tmuxp: update to 0.9.1
New release resolves the compatibility issue with python3. Relax python version check in Makefile. PR: 201564 Approved by: Tony Narlock <tony@git-pull.com> (maintainer)
This commit is contained in:
parent
d732fb21d0
commit
a14be019e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395127
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tmuxp
|
||||
PORTVERSION= 0.9.0
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:${PORTSDIR}/devel/py-argcompl
|
||||
tmux:${PORTSDIR}/sysutils/tmux
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:2
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (tmuxp-0.9.0.tar.gz) = 03023f5db87c8abb4acf36b0837e372b879f903e6f9f24f6448ff8744d4b28f5
|
||||
SIZE (tmuxp-0.9.0.tar.gz) = 77925
|
||||
SHA256 (tmuxp-0.9.1.tar.gz) = 3c83e75872c510cd7b1007eb3dc578773691054d282cf7aca1050efa8295b1f5
|
||||
SIZE (tmuxp-0.9.1.tar.gz) = 79304
|
||||
|
Loading…
Reference in New Issue
Block a user