svn commit: r419461 - in head: textproc textproc/asciinema textproc/py3-asciinema www www/py33-requests www/py34-requests www/py35-requests

Steve Wills swills at FreeBSD.org
Mon Aug 1 22:26:59 UTC 2016


Author: swills
Date: Mon Aug  1 22:26:57 2016
New Revision: 419461
URL: https://svnweb.freebsd.org/changeset/ports/419461

Log:
  textproc/py3-asciinema: revive and update port
  
  Upstream switched back to python and only supports python 3.x, so revive the
  python version of this port and update it. While here, mark the old version
  deprecated and create the py3?-requests ports needed as dependencies.

Added:
  head/textproc/py3-asciinema/
     - copied from r392742, head/textproc/py-asciinema/
  head/www/py33-requests/
  head/www/py33-requests/Makefile   (contents, props changed)
  head/www/py34-requests/
  head/www/py34-requests/Makefile   (contents, props changed)
  head/www/py35-requests/
  head/www/py35-requests/Makefile   (contents, props changed)
Modified:
  head/textproc/Makefile
  head/textproc/asciinema/Makefile
  head/textproc/py3-asciinema/Makefile
  head/textproc/py3-asciinema/distinfo
  head/www/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Aug  1 22:23:40 2016	(r419460)
+++ head/textproc/Makefile	Mon Aug  1 22:26:57 2016	(r419461)
@@ -1329,6 +1329,7 @@
     SUBDIR += py-zope.tal
     SUBDIR += py-zpt
     SUBDIR += py2html
+    SUBDIR += py3-asciinema
     SUBDIR += py3-MarkupSafe
     SUBDIR += py3-chardet
     SUBDIR += py3-libxml2

Modified: head/textproc/asciinema/Makefile
==============================================================================
--- head/textproc/asciinema/Makefile	Mon Aug  1 22:23:40 2016	(r419460)
+++ head/textproc/asciinema/Makefile	Mon Aug  1 22:26:57 2016	(r419461)
@@ -18,6 +18,9 @@ STRIP=		# stripping can break go binarie
 
 PORTDOCS=	CHANGELOG.md LICENSE README.md
 
+DEPRECATED=	use textproc/py3-asciinema instead
+EXPIRATION_DATE=	2016-09-02
+
 post-patch:
 	@cd ${WRKSRC} ; ${MKDIR} src/github.com/${GH_ACCOUNT} ; \
 		${MKDIR} Godeps/_workspace/src/github.com/${GH_ACCOUNT} ; \

Modified: head/textproc/py3-asciinema/Makefile
==============================================================================
--- head/textproc/py-asciinema/Makefile	Thu Jul 23 17:55:48 2015	(r392742)
+++ head/textproc/py3-asciinema/Makefile	Mon Aug  1 22:26:57 2016	(r419461)
@@ -1,8 +1,7 @@
-# Created by: Steve Wills <swills at freebsd.org>
 # $FreeBSD$
 
 PORTNAME=	asciinema
-PORTVERSION=	0.9.8
+PORTVERSION=	1.3.0
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,12 +9,10 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Tool for recording and sharing terminal sessions
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:${PORTSDIR}/www/py-requests
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:www/${PYTHON_PKGNAMEPREFIX}requests \
+		ca_root_nss>=0:security/ca_root_nss
 
-USES=		python
+USES=		python:3
 USE_PYTHON=	distutils autoplist
 
-DEPRECATED=	use textproc/asciinema instead
-EXPIRATION_DATE=	2015-07-23
-
 .include <bsd.port.mk>

Modified: head/textproc/py3-asciinema/distinfo
==============================================================================
--- head/textproc/py-asciinema/distinfo	Thu Jul 23 17:55:48 2015	(r392742)
+++ head/textproc/py3-asciinema/distinfo	Mon Aug  1 22:26:57 2016	(r419461)
@@ -1,2 +1,3 @@
-SHA256 (asciinema-0.9.8.tar.gz) = f20bf96c5ec5f4faba7c4c91ce5b48696ce8160593a4897e8a87cc839214df1f
-SIZE (asciinema-0.9.8.tar.gz) = 6336
+TIMESTAMP = 1468590941
+SHA256 (asciinema-1.3.0.tar.gz) = acc1a07306c7af02cd9bc97c32e4748dbfa57ff11beb17fea64eaee67eaa2db3
+SIZE (asciinema-1.3.0.tar.gz) = 9616

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Aug  1 22:23:40 2016	(r419460)
+++ head/www/Makefile	Mon Aug  1 22:26:57 2016	(r419461)
@@ -1746,6 +1746,9 @@
     SUBDIR += py-recaptcha
     SUBDIR += py-requestbuilder
     SUBDIR += py-requests
+    SUBDIR += py33-requests
+    SUBDIR += py34-requests
+    SUBDIR += py35-requests
     SUBDIR += py-requests-futures
     SUBDIR += py-requests-oauthlib
     SUBDIR += py-requests-toolbelt

Added: head/www/py33-requests/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py33-requests/Makefile	Mon Aug  1 22:26:57 2016	(r419461)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-requests
+
+PYTHON_VERSION=	python3.3
+
+.include "${MASTERDIR}/Makefile"

Added: head/www/py34-requests/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py34-requests/Makefile	Mon Aug  1 22:26:57 2016	(r419461)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-requests
+
+PYTHON_VERSION=	python3.4
+
+.include "${MASTERDIR}/Makefile"

Added: head/www/py35-requests/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py35-requests/Makefile	Mon Aug  1 22:26:57 2016	(r419461)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-requests
+
+PYTHON_VERSION=	python3.5
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list