Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2018 03:19:46 +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: r476561 - head/devel/py-lazy
Message-ID:  <201808070319.w773JkhW012876@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Aug  7 03:19:46 2018
New Revision: 476561
URL: https://svnweb.freebsd.org/changeset/ports/476561

Log:
  devel/py-lazy: Update to 1.3
  
  Changelog:
  
    https://github.com/stefanholek/lazy/blob/1.3/CHANGES.rst

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

Modified: head/devel/py-lazy/Makefile
==============================================================================
--- head/devel/py-lazy/Makefile	Tue Aug  7 02:56:04 2018	(r476560)
+++ head/devel/py-lazy/Makefile	Tue Aug  7 03:19:46 2018	(r476561)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lazy
-PORTVERSION=	1.2
+PORTVERSION=	1.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,9 +11,12 @@ MAINTAINER=	koobs@FreeBSD.org
 COMMENT=	Lazy attributes for Python objects
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python zip
 USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
 
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test

Modified: head/devel/py-lazy/distinfo
==============================================================================
--- head/devel/py-lazy/distinfo	Tue Aug  7 02:56:04 2018	(r476560)
+++ head/devel/py-lazy/distinfo	Tue Aug  7 03:19:46 2018	(r476561)
@@ -1,2 +1,3 @@
-SHA256 (lazy-1.2.zip) = 127ea610418057b953f0d102bed83f2c367be13b59f8d0ddf3b8a86c7d31b970
-SIZE (lazy-1.2.zip) = 14380
+TIMESTAMP = 1533610709
+SHA256 (lazy-1.3.zip) = c80a77bf7106ba7b27378759900cfefef38271088dc63b014bcfe610c8e68e3d
+SIZE (lazy-1.3.zip) = 15996

Modified: head/devel/py-lazy/pkg-descr
==============================================================================
--- head/devel/py-lazy/pkg-descr	Tue Aug  7 02:56:04 2018	(r476560)
+++ head/devel/py-lazy/pkg-descr	Tue Aug  7 03:19:46 2018	(r476561)
@@ -2,4 +2,4 @@ The lazy module provides a decorator to create lazy at
 attribute is a computed attribute that is evaluated only once, the first
 time it is used. Subsequent uses return the results of the first call.
 
-WWW: https://pypi.org/project/lazy/
+WWW: https://github.com/stefanholek/lazy



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