pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-expiringdict



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 24 10:17:19 UTC 2022

Added Files:
        pkgsrc/devel/py-expiringdict: DESCR Makefile PLIST distinfo

Log Message:
devel/py-expiringdict: import py-expiringdict-1.2.2

expiringdict is a Python caching library. The core of the library
is ExpiringDict class which is an ordered dictionary with auto-expiring
values for caching purposes. Expiration happens on any access,
object is locked during cleanup from expired values. ExpiringDict
can not store more than `max_len` elements - the oldest will be
deleted.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-expiringdict/DESCR \
    pkgsrc/devel/py-expiringdict/Makefile pkgsrc/devel/py-expiringdict/PLIST \
    pkgsrc/devel/py-expiringdict/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-expiringdict/DESCR
diff -u /dev/null pkgsrc/devel/py-expiringdict/DESCR:1.1
--- /dev/null   Wed Aug 24 10:17:19 2022
+++ pkgsrc/devel/py-expiringdict/DESCR  Wed Aug 24 10:17:19 2022
@@ -0,0 +1,6 @@
+expiringdict is a Python caching library. The core of the library
+is ExpiringDict class which is an ordered dictionary with auto-expiring
+values for caching purposes. Expiration happens on any access,
+object is locked during cleanup from expired values. ExpiringDict
+can not store more than `max_len` elements - the oldest will be
+deleted.
Index: pkgsrc/devel/py-expiringdict/Makefile
diff -u /dev/null pkgsrc/devel/py-expiringdict/Makefile:1.1
--- /dev/null   Wed Aug 24 10:17:19 2022
+++ pkgsrc/devel/py-expiringdict/Makefile       Wed Aug 24 10:17:19 2022
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2022/08/24 10:17:19 wiz Exp $
+
+DISTNAME=      expiringdict-1.2.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=e/expiringdict/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.mailgun.com/
+COMMENT=       Dictionary with auto-expiring values for caching purposes
+LICENSE=       apache-2.0
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-dill>=0:../../textproc/py-dill
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=0:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-coveralls>=3:../../wip/py-coveralls
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=0:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=0:../../devel/py-nose
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-expiringdict/PLIST
diff -u /dev/null pkgsrc/devel/py-expiringdict/PLIST:1.1
--- /dev/null   Wed Aug 24 10:17:19 2022
+++ pkgsrc/devel/py-expiringdict/PLIST  Wed Aug 24 10:17:19 2022
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2022/08/24 10:17:19 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/expiringdict/__init__.py
+${PYSITELIB}/expiringdict/__init__.pyc
+${PYSITELIB}/expiringdict/__init__.pyo
Index: pkgsrc/devel/py-expiringdict/distinfo
diff -u /dev/null pkgsrc/devel/py-expiringdict/distinfo:1.1
--- /dev/null   Wed Aug 24 10:17:19 2022
+++ pkgsrc/devel/py-expiringdict/distinfo       Wed Aug 24 10:17:19 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/08/24 10:17:19 wiz Exp $
+
+BLAKE2s (expiringdict-1.2.2.tar.gz) = 019d4f85672487a3c6f3451a5a421f77baca6518aa804b003a81b022b0025efe
+SHA512 (expiringdict-1.2.2.tar.gz) = 7c56642d1bb403520b6fe47b0ba3f05de464deab64e4783cc281c87fb9751e80a371d5b54485e51ff056eca5aa83b62f13b47d3e30fd6d8b23dd60b67759ac45
+Size (expiringdict-1.2.2.tar.gz) = 8137 bytes



Home | Main Index | Thread Index | Old Index