svn commit: r400191 - head/devel/py-async

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Oct 26 16:38:05 UTC 2015


Author: rm
Date: Mon Oct 26 16:38:03 2015
New Revision: 400191
URL: https://svnweb.freebsd.org/changeset/ports/400191

Log:
  devel/py-async: update to 0.6.2; set to deprecation
  
  - update to 0.6.2
  - mark port DEPRECATED, because last it's consumer gone and it's not supported
    upstream anymore. Expiration date is set to 2015-11-26.
  
  Citing https://pypi.python.org/pypi/async:
  DEPRECATION NOTE: Please do not use this library ! It’s not working correctly in
  python 3, and besides that might be called a failed experiment.
  
  Approved by:	wen (maintainer, by email)

Modified:
  head/devel/py-async/Makefile
  head/devel/py-async/distinfo

Modified: head/devel/py-async/Makefile
==============================================================================
--- head/devel/py-async/Makefile	Mon Oct 26 16:24:36 2015	(r400190)
+++ head/devel/py-async/Makefile	Mon Oct 26 16:38:03 2015	(r400191)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	async
-PORTVERSION=	0.6.1
-PORTREVISION=	1
+PORTVERSION=	0.6.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +10,11 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	Framework to process interdependent tasks in a pool of workers
 
+DEPRECATED=	Further using of this module is not encouraged by upstream
+EXPIRATION_DATE=	2015-11-26
+
+NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/devel/py-async/distinfo
==============================================================================
--- head/devel/py-async/distinfo	Mon Oct 26 16:24:36 2015	(r400190)
+++ head/devel/py-async/distinfo	Mon Oct 26 16:38:03 2015	(r400191)
@@ -1,2 +1,2 @@
-SHA256 (async-0.6.1.tar.gz) = 41d14cc0456e03f34d13af284f65821d07d05c20e621bcaebd38f9ab5095d5d1
-SIZE (async-0.6.1.tar.gz) = 36243
+SHA256 (async-0.6.2.tar.gz) = ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8343051
+SIZE (async-0.6.2.tar.gz) = 30177


More information about the svn-ports-all mailing list