Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 20:58:10 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549068 - in head/devel: py-cliapp py-cmdtest py-ttystatus
Message-ID:  <202009192058.08JKwAoa086877@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Sep 19 20:58:10 2020
New Revision: 549068
URL: https://svnweb.freebsd.org/changeset/ports/549068

Log:
  update ttystatus to 0.36 and make it python3 only
  switch clipapp to be python3 only
  upgrade cmdtest to a snapshot which is python3 friendly, undeprecate [1]
  
  Reported by:	rene

Modified:
  head/devel/py-cliapp/Makefile
  head/devel/py-cmdtest/Makefile
  head/devel/py-cmdtest/distinfo
  head/devel/py-ttystatus/Makefile
  head/devel/py-ttystatus/distinfo

Modified: head/devel/py-cliapp/Makefile
==============================================================================
--- head/devel/py-cliapp/Makefile	Sat Sep 19 20:48:43 2020	(r549067)
+++ head/devel/py-cliapp/Makefile	Sat Sep 19 20:58:10 2020	(r549068)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
 
-USES=		python:2.7
+USES=		python:3.5+
 NO_ARCH=	yes
 
 USE_PYTHON=	distutils autoplist

Modified: head/devel/py-cmdtest/Makefile
==============================================================================
--- head/devel/py-cmdtest/Makefile	Sat Sep 19 20:48:43 2020	(r549067)
+++ head/devel/py-cmdtest/Makefile	Sat Sep 19 20:58:10 2020	(r549068)
@@ -1,11 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	cmdtest
-PORTVERSION=	0.32
+PORTVERSION=	0.33.s20191128
 PORTREVISION=	1
 CATEGORIES=	devel
-MASTER_SITES=	http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cmdtest/snapshot/
+MASTER_SITES=	http://git.liw.fi/cmdtest/snapshot/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME}-3cba2b5e030b05567057ba2b6720f4a87e6e1f4f
 
 MAINTAINER=	bapt@FreeBSD.org
 COMMENT=	Black box testing of Unix programs
@@ -13,9 +14,6 @@ COMMENT=	Black box testing of Unix programs
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
-
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cliapp>0:devel/py-cliapp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ttystatus>0:devel/py-ttystatus@${PY_FLAVOR}
@@ -23,11 +21,11 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markdown>0:textpro
 		${PYTHON_PKGNAMEPREFIX}cliapp>0:devel/py-cliapp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ttystatus>0:devel/py-ttystatus@${PY_FLAVOR}
 
-USES=		python:2.7
+USES=		python:3.5+
 USE_PYTHON=	distutils concurrent autoplist
 NO_ARCH=	yes
 
 post-patch:
-	@${REINPLACE_CMD} -e "s,python,${PYTHON_CMD},g ; s,share/man/,man/," ${WRKSRC}/setup.py
+	@${REINPLACE_CMD} -e "s,python3,${PYTHON_CMD},g ; s,share/man/,man/," ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>

Modified: head/devel/py-cmdtest/distinfo
==============================================================================
--- head/devel/py-cmdtest/distinfo	Sat Sep 19 20:48:43 2020	(r549067)
+++ head/devel/py-cmdtest/distinfo	Sat Sep 19 20:58:10 2020	(r549068)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522141699
-SHA256 (cmdtest-0.32.tar.gz) = 25f2a9a1f2f19d5c6f129d2e6953e7993825215a738d2356e3fb569cb38faeca
-SIZE (cmdtest-0.32.tar.gz) = 48945
+TIMESTAMP = 1600548665
+SHA256 (cmdtest-3cba2b5e030b05567057ba2b6720f4a87e6e1f4f.tar.gz) = 5e2aac552f788be7f321d9c81a5f776cbe571506f536ce394e45d97bc2b4df74
+SIZE (cmdtest-3cba2b5e030b05567057ba2b6720f4a87e6e1f4f.tar.gz) = 49601

Modified: head/devel/py-ttystatus/Makefile
==============================================================================
--- head/devel/py-ttystatus/Makefile	Sat Sep 19 20:48:43 2020	(r549067)
+++ head/devel/py-ttystatus/Makefile	Sat Sep 19 20:58:10 2020	(r549068)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ttystatus
-PORTVERSION=	0.32
-PORTREVISION=	1
+PORTVERSION=	0.36
 CATEGORIES=	devel
 MASTER_SITES=	http://git.liw.fi/cgi-bin/cgit/cgit.cgi/ttystatus/snapshot/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +12,7 @@ COMMENT=	Python progress reporting to /dev/tty
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		python:2.7
+USES=		python:3.5+
 NO_ARCH=	yes
 
 USE_PYTHON=	distutils autoplist

Modified: head/devel/py-ttystatus/distinfo
==============================================================================
--- head/devel/py-ttystatus/distinfo	Sat Sep 19 20:48:43 2020	(r549067)
+++ head/devel/py-ttystatus/distinfo	Sat Sep 19 20:58:10 2020	(r549068)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486414119
-SHA256 (ttystatus-0.32.tar.gz) = ae2a054aa0bb6d1c6c71cb836bd5d55b9ade6863008c0803177908291342af2c
-SIZE (ttystatus-0.32.tar.gz) = 33642
+TIMESTAMP = 1600548840
+SHA256 (ttystatus-0.36.tar.gz) = 7e85f3194c3a996f503c559489581fcfa4413f6cf691a2e39082ff141a99ad1a
+SIZE (ttystatus-0.36.tar.gz) = 30766



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009192058.08JKwAoa086877>