pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 11 19:03:59 UTC 2022

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

Log Message:
py-cachy: added version 0.3.0

Cachy provides a simple yet effective caching library.
* A simple but powerful API
* Thread-safety
* Decorator syntax
* Support for memcached, redis, database, file, dict stores


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

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3546 pkgsrc/devel/Makefile:1.3547
--- pkgsrc/devel/Makefile:1.3546        Tue Jan 11 15:21:58 2022
+++ pkgsrc/devel/Makefile       Tue Jan 11 19:03:59 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3546 2022/01/11 15:21:58 fcambus Exp $
+# $NetBSD: Makefile,v 1.3547 2022/01/11 19:03:59 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2221,6 +2221,7 @@ SUBDIR+=  py-cachecontrol
 SUBDIR+=       py-cached-property
 SUBDIR+=       py-cachelib
 SUBDIR+=       py-cachetools
+SUBDIR+=       py-cachy
 SUBDIR+=       py-canonicaljson
 SUBDIR+=       py-capstone
 SUBDIR+=       py-case

Added files:

Index: pkgsrc/devel/py-cachy/DESCR
diff -u /dev/null pkgsrc/devel/py-cachy/DESCR:1.1
--- /dev/null   Tue Jan 11 19:03:59 2022
+++ pkgsrc/devel/py-cachy/DESCR Tue Jan 11 19:03:59 2022
@@ -0,0 +1,5 @@
+Cachy provides a simple yet effective caching library.
+* A simple but powerful API
+* Thread-safety
+* Decorator syntax
+* Support for memcached, redis, database, file, dict stores
Index: pkgsrc/devel/py-cachy/Makefile
diff -u /dev/null pkgsrc/devel/py-cachy/Makefile:1.1
--- /dev/null   Tue Jan 11 19:03:59 2022
+++ pkgsrc/devel/py-cachy/Makefile      Tue Jan 11 19:03:59 2022
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2022/01/11 19:03:59 adam Exp $
+
+DISTNAME=      cachy-0.3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cachy/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/sdispater/cachy
+COMMENT=       Cachy provides a simple yet effective caching library
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-cachy/PLIST
diff -u /dev/null pkgsrc/devel/py-cachy/PLIST:1.1
--- /dev/null   Tue Jan 11 19:03:59 2022
+++ pkgsrc/devel/py-cachy/PLIST Tue Jan 11 19:03:59 2022
@@ -0,0 +1,108 @@
+@comment $NetBSD: PLIST,v 1.1 2022/01/11 19:03:59 adam 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}/cachy/__init__.py
+${PYSITELIB}/cachy/__init__.pyc
+${PYSITELIB}/cachy/__init__.pyo
+${PYSITELIB}/cachy/cache_manager.py
+${PYSITELIB}/cachy/cache_manager.pyc
+${PYSITELIB}/cachy/cache_manager.pyo
+${PYSITELIB}/cachy/contracts/__init__.py
+${PYSITELIB}/cachy/contracts/__init__.pyc
+${PYSITELIB}/cachy/contracts/__init__.pyo
+${PYSITELIB}/cachy/contracts/factory.py
+${PYSITELIB}/cachy/contracts/factory.pyc
+${PYSITELIB}/cachy/contracts/factory.pyo
+${PYSITELIB}/cachy/contracts/repository.py
+${PYSITELIB}/cachy/contracts/repository.pyc
+${PYSITELIB}/cachy/contracts/repository.pyo
+${PYSITELIB}/cachy/contracts/store.py
+${PYSITELIB}/cachy/contracts/store.pyc
+${PYSITELIB}/cachy/contracts/store.pyo
+${PYSITELIB}/cachy/contracts/taggable_store.py
+${PYSITELIB}/cachy/contracts/taggable_store.pyc
+${PYSITELIB}/cachy/contracts/taggable_store.pyo
+${PYSITELIB}/cachy/helpers.py
+${PYSITELIB}/cachy/helpers.pyc
+${PYSITELIB}/cachy/helpers.pyo
+${PYSITELIB}/cachy/redis_tagged_cache.py
+${PYSITELIB}/cachy/redis_tagged_cache.pyc
+${PYSITELIB}/cachy/redis_tagged_cache.pyo
+${PYSITELIB}/cachy/repository.py
+${PYSITELIB}/cachy/repository.pyc
+${PYSITELIB}/cachy/repository.pyo
+${PYSITELIB}/cachy/serializers/__init__.py
+${PYSITELIB}/cachy/serializers/__init__.pyc
+${PYSITELIB}/cachy/serializers/__init__.pyo
+${PYSITELIB}/cachy/serializers/json_serializer.py
+${PYSITELIB}/cachy/serializers/json_serializer.pyc
+${PYSITELIB}/cachy/serializers/json_serializer.pyo
+${PYSITELIB}/cachy/serializers/msgpack_serializer.py
+${PYSITELIB}/cachy/serializers/msgpack_serializer.pyc
+${PYSITELIB}/cachy/serializers/msgpack_serializer.pyo
+${PYSITELIB}/cachy/serializers/pickle_serializer.py
+${PYSITELIB}/cachy/serializers/pickle_serializer.pyc
+${PYSITELIB}/cachy/serializers/pickle_serializer.pyo
+${PYSITELIB}/cachy/serializers/serializer.py
+${PYSITELIB}/cachy/serializers/serializer.pyc
+${PYSITELIB}/cachy/serializers/serializer.pyo
+${PYSITELIB}/cachy/stores/__init__.py
+${PYSITELIB}/cachy/stores/__init__.pyc
+${PYSITELIB}/cachy/stores/__init__.pyo
+${PYSITELIB}/cachy/stores/dict_store.py
+${PYSITELIB}/cachy/stores/dict_store.pyc
+${PYSITELIB}/cachy/stores/dict_store.pyo
+${PYSITELIB}/cachy/stores/file_store.py
+${PYSITELIB}/cachy/stores/file_store.pyc
+${PYSITELIB}/cachy/stores/file_store.pyo
+${PYSITELIB}/cachy/stores/memcached_store.py
+${PYSITELIB}/cachy/stores/memcached_store.pyc
+${PYSITELIB}/cachy/stores/memcached_store.pyo
+${PYSITELIB}/cachy/stores/null_store.py
+${PYSITELIB}/cachy/stores/null_store.pyc
+${PYSITELIB}/cachy/stores/null_store.pyo
+${PYSITELIB}/cachy/stores/redis_store.py
+${PYSITELIB}/cachy/stores/redis_store.pyc
+${PYSITELIB}/cachy/stores/redis_store.pyo
+${PYSITELIB}/cachy/tag_set.py
+${PYSITELIB}/cachy/tag_set.pyc
+${PYSITELIB}/cachy/tag_set.pyo
+${PYSITELIB}/cachy/tagged_cache.py
+${PYSITELIB}/cachy/tagged_cache.pyc
+${PYSITELIB}/cachy/tagged_cache.pyo
+${PYSITELIB}/cachy/utils.py
+${PYSITELIB}/cachy/utils.pyc
+${PYSITELIB}/cachy/utils.pyo
+${PYSITELIB}/tests/__init__.py
+${PYSITELIB}/tests/__init__.pyc
+${PYSITELIB}/tests/__init__.pyo
+${PYSITELIB}/tests/stores/__init__.py
+${PYSITELIB}/tests/stores/__init__.pyc
+${PYSITELIB}/tests/stores/__init__.pyo
+${PYSITELIB}/tests/stores/test_dict_store.py
+${PYSITELIB}/tests/stores/test_dict_store.pyc
+${PYSITELIB}/tests/stores/test_dict_store.pyo
+${PYSITELIB}/tests/stores/test_file_store.py
+${PYSITELIB}/tests/stores/test_file_store.pyc
+${PYSITELIB}/tests/stores/test_file_store.pyo
+${PYSITELIB}/tests/stores/test_memcached_store.py
+${PYSITELIB}/tests/stores/test_memcached_store.pyc
+${PYSITELIB}/tests/stores/test_memcached_store.pyo
+${PYSITELIB}/tests/stores/test_null_store.py
+${PYSITELIB}/tests/stores/test_null_store.pyc
+${PYSITELIB}/tests/stores/test_null_store.pyo
+${PYSITELIB}/tests/stores/test_redis_store.py
+${PYSITELIB}/tests/stores/test_redis_store.pyc
+${PYSITELIB}/tests/stores/test_redis_store.pyo
+${PYSITELIB}/tests/test_cache_manager.py
+${PYSITELIB}/tests/test_cache_manager.pyc
+${PYSITELIB}/tests/test_cache_manager.pyo
+${PYSITELIB}/tests/test_repository.py
+${PYSITELIB}/tests/test_repository.pyc
+${PYSITELIB}/tests/test_repository.pyo
+${PYSITELIB}/tests/test_tagged_cache.py
+${PYSITELIB}/tests/test_tagged_cache.pyc
+${PYSITELIB}/tests/test_tagged_cache.pyo
Index: pkgsrc/devel/py-cachy/distinfo
diff -u /dev/null pkgsrc/devel/py-cachy/distinfo:1.1
--- /dev/null   Tue Jan 11 19:03:59 2022
+++ pkgsrc/devel/py-cachy/distinfo      Tue Jan 11 19:03:59 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/01/11 19:03:59 adam Exp $
+
+BLAKE2s (cachy-0.3.0.tar.gz) = 23806dc3487fe7e802995604c93d193e49fd55d546ab75e6a91472e8290df418
+SHA512 (cachy-0.3.0.tar.gz) = 0b69bd45ce81fc57710b44011965b8c4a313808f7c464a409b839d9206158f91b1e39a760d08d62bb5eb15e455ba9b89683f0eb42d2bfcc2e99b0b8f267e3ead
+Size (cachy-0.3.0.tar.gz) = 15654 bytes



Home | Main Index | Thread Index | Old Index