1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

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
This commit is contained in:
Kubilay Kocak 2016-03-13 11:04:55 +00:00
parent 518a5b7710
commit ffccbd24b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410950
3 changed files with 10 additions and 4 deletions

View File

@ -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>

View File

@ -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

View File

@ -11,4 +11,4 @@ for the average programmer, and to popularize decorators usage giving
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