Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2019 07:30:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521080 - head/devel/py-cachetools
Message-ID:  <201912280730.xBS7U1Ax032964@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 28 07:30:01 2019
New Revision: 521080
URL: https://svnweb.freebsd.org/changeset/ports/521080

Log:
  Update pkg-descr
  
  - Take maintainership

Modified:
  head/devel/py-cachetools/Makefile
  head/devel/py-cachetools/pkg-descr   (contents, props changed)

Modified: head/devel/py-cachetools/Makefile
==============================================================================
--- head/devel/py-cachetools/Makefile	Sat Dec 28 07:29:55 2019	(r521079)
+++ head/devel/py-cachetools/Makefile	Sat Dec 28 07:30:01 2019	(r521080)
@@ -7,15 +7,15 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Extensible memoizing collections and decorators
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-
 USES=		python
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-cachetools/pkg-descr
==============================================================================
--- head/devel/py-cachetools/pkg-descr	Sat Dec 28 07:29:55 2019	(r521079)
+++ head/devel/py-cachetools/pkg-descr	Sat Dec 28 07:30:01 2019	(r521080)
@@ -1,3 +1,4 @@
-This module provides various memoizing collections and decorators.
+This module provides various memoizing collections and decorators, including
+variants of the Python Standard Library's @lru_cache function decorator.
 
 WWW: https://github.com/tkem/cachetools



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