Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2016 11:04:55 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410950 - head/devel/py-decorator
Message-ID:  <201603131104.u2DB4tCs068118@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sun Mar 13 11:04:55 2016
New Revision: 410950
URL: https://svnweb.freebsd.org/changeset/ports/410950

Log:
  devel/py-decorator: Update to 4.0.9
  
  - Update PORTVERSION and distinfo checksum (4.0.9)
  - Add LICENSE_FILE
  - Add test target
  - Enable NO_ARCH (architecture independent)
  - Update pkg-descr WWW: URL to match setup.py:url=
  
  This change fixes www/py-praw after r410501 [1], which depends on this
  version (4.0.9) as a minimum.
  
  Maintainer email address is currently experience MX lookup failure:
  
    Technical details of temporary failure:
    DNS Error: 132075314 DNS type 'mx' lookup of wizard.volgograd.ru
    responded with code SERVFAIL
  
  [1] https://svnweb.freebsd.org/changeset/ports/410501
  
  PR:			207894
  Approved by:		portmgr (maintainer email failure)
  Differential Revision:	D5606

Modified:
  head/devel/py-decorator/Makefile
  head/devel/py-decorator/distinfo
  head/devel/py-decorator/pkg-descr

Modified: head/devel/py-decorator/Makefile
==============================================================================
--- head/devel/py-decorator/Makefile	Sun Mar 13 10:59:38 2016	(r410949)
+++ head/devel/py-decorator/Makefile	Sun Mar 13 11:04:55 2016	(r410950)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	decorator
-PORTVERSION=	4.0.6
+PORTVERSION=	4.0.9
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,14 @@ MAINTAINER=	dsh@wizard.volgograd.ru
 COMMENT=	Better living through Python with decorators
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		python
 USE_PYTHON=	distutils autoplist
 
+NO_ARCH=	yes
+
+do-test:
+	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+
 .include <bsd.port.mk>

Modified: head/devel/py-decorator/distinfo
==============================================================================
--- head/devel/py-decorator/distinfo	Sun Mar 13 10:59:38 2016	(r410949)
+++ head/devel/py-decorator/distinfo	Sun Mar 13 11:04:55 2016	(r410950)
@@ -1,2 +1,2 @@
-SHA256 (decorator-4.0.6.tar.gz) = 1c6254597777fd003da2e8fb503c3dbf3d9e8f8d55f054709c0e65be3467209c
-SIZE (decorator-4.0.6.tar.gz) = 68855
+SHA256 (decorator-4.0.9.tar.gz) = 90022e83316363788a55352fe39cfbed357aa3a71d90e5f2803a35471de4bba8
+SIZE (decorator-4.0.9.tar.gz) = 68746

Modified: head/devel/py-decorator/pkg-descr
==============================================================================
--- head/devel/py-decorator/pkg-descr	Sun Mar 13 10:59:38 2016	(r410949)
+++ head/devel/py-decorator/pkg-descr	Sun Mar 13 11:04:55 2016	(r410950)
@@ -11,4 +11,4 @@ for the average programmer, and to popul
 examples of useful decorators, such as memoize, tracing,
 redirecting_stdout, locked, etc.
 
-WWW: https://pypi.python.org/pypi/decorator
+WWW: https://github.com/micheles/decorator



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