svn commit: r521080 - head/devel/py-cachetools

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 28 07:30:02 UTC 2019


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list