Sat Jan 22 15:33:08 2022 UTC ()
py-cachy: fix PLIST for python 2.7


(wiz)
diff -r1.1 -r1.2 pkgsrc/devel/py-cachy/PLIST

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-cachy/PLIST (switch to unified diff)

--- pkgsrc/devel/py-cachy/PLIST 2022/01/11 19:03:59 1.1
+++ pkgsrc/devel/py-cachy/PLIST 2022/01/22 15:33:08 1.2
@@ -1,108 +1,109 @@ @@ -1,108 +1,109 @@
1@comment $NetBSD: PLIST,v 1.1 2022/01/11 19:03:59 adam Exp $ 1@comment $NetBSD: PLIST,v 1.2 2022/01/22 15:33:08 wiz Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 5${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/requires.txt
 7${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/cachy/__init__.py 8${PYSITELIB}/cachy/__init__.py
8${PYSITELIB}/cachy/__init__.pyc 9${PYSITELIB}/cachy/__init__.pyc
9${PYSITELIB}/cachy/__init__.pyo 10${PYSITELIB}/cachy/__init__.pyo
10${PYSITELIB}/cachy/cache_manager.py 11${PYSITELIB}/cachy/cache_manager.py
11${PYSITELIB}/cachy/cache_manager.pyc 12${PYSITELIB}/cachy/cache_manager.pyc
12${PYSITELIB}/cachy/cache_manager.pyo 13${PYSITELIB}/cachy/cache_manager.pyo
13${PYSITELIB}/cachy/contracts/__init__.py 14${PYSITELIB}/cachy/contracts/__init__.py
14${PYSITELIB}/cachy/contracts/__init__.pyc 15${PYSITELIB}/cachy/contracts/__init__.pyc
15${PYSITELIB}/cachy/contracts/__init__.pyo 16${PYSITELIB}/cachy/contracts/__init__.pyo
16${PYSITELIB}/cachy/contracts/factory.py 17${PYSITELIB}/cachy/contracts/factory.py
17${PYSITELIB}/cachy/contracts/factory.pyc 18${PYSITELIB}/cachy/contracts/factory.pyc
18${PYSITELIB}/cachy/contracts/factory.pyo 19${PYSITELIB}/cachy/contracts/factory.pyo
19${PYSITELIB}/cachy/contracts/repository.py 20${PYSITELIB}/cachy/contracts/repository.py
20${PYSITELIB}/cachy/contracts/repository.pyc 21${PYSITELIB}/cachy/contracts/repository.pyc
21${PYSITELIB}/cachy/contracts/repository.pyo 22${PYSITELIB}/cachy/contracts/repository.pyo
22${PYSITELIB}/cachy/contracts/store.py 23${PYSITELIB}/cachy/contracts/store.py
23${PYSITELIB}/cachy/contracts/store.pyc 24${PYSITELIB}/cachy/contracts/store.pyc
24${PYSITELIB}/cachy/contracts/store.pyo 25${PYSITELIB}/cachy/contracts/store.pyo
25${PYSITELIB}/cachy/contracts/taggable_store.py 26${PYSITELIB}/cachy/contracts/taggable_store.py
26${PYSITELIB}/cachy/contracts/taggable_store.pyc 27${PYSITELIB}/cachy/contracts/taggable_store.pyc
27${PYSITELIB}/cachy/contracts/taggable_store.pyo 28${PYSITELIB}/cachy/contracts/taggable_store.pyo
28${PYSITELIB}/cachy/helpers.py 29${PYSITELIB}/cachy/helpers.py
29${PYSITELIB}/cachy/helpers.pyc 30${PYSITELIB}/cachy/helpers.pyc
30${PYSITELIB}/cachy/helpers.pyo 31${PYSITELIB}/cachy/helpers.pyo
31${PYSITELIB}/cachy/redis_tagged_cache.py 32${PYSITELIB}/cachy/redis_tagged_cache.py
32${PYSITELIB}/cachy/redis_tagged_cache.pyc 33${PYSITELIB}/cachy/redis_tagged_cache.pyc
33${PYSITELIB}/cachy/redis_tagged_cache.pyo 34${PYSITELIB}/cachy/redis_tagged_cache.pyo
34${PYSITELIB}/cachy/repository.py 35${PYSITELIB}/cachy/repository.py
35${PYSITELIB}/cachy/repository.pyc 36${PYSITELIB}/cachy/repository.pyc
36${PYSITELIB}/cachy/repository.pyo 37${PYSITELIB}/cachy/repository.pyo
37${PYSITELIB}/cachy/serializers/__init__.py 38${PYSITELIB}/cachy/serializers/__init__.py
38${PYSITELIB}/cachy/serializers/__init__.pyc 39${PYSITELIB}/cachy/serializers/__init__.pyc
39${PYSITELIB}/cachy/serializers/__init__.pyo 40${PYSITELIB}/cachy/serializers/__init__.pyo
40${PYSITELIB}/cachy/serializers/json_serializer.py 41${PYSITELIB}/cachy/serializers/json_serializer.py
41${PYSITELIB}/cachy/serializers/json_serializer.pyc 42${PYSITELIB}/cachy/serializers/json_serializer.pyc
42${PYSITELIB}/cachy/serializers/json_serializer.pyo 43${PYSITELIB}/cachy/serializers/json_serializer.pyo
43${PYSITELIB}/cachy/serializers/msgpack_serializer.py 44${PYSITELIB}/cachy/serializers/msgpack_serializer.py
44${PYSITELIB}/cachy/serializers/msgpack_serializer.pyc 45${PYSITELIB}/cachy/serializers/msgpack_serializer.pyc
45${PYSITELIB}/cachy/serializers/msgpack_serializer.pyo 46${PYSITELIB}/cachy/serializers/msgpack_serializer.pyo
46${PYSITELIB}/cachy/serializers/pickle_serializer.py 47${PYSITELIB}/cachy/serializers/pickle_serializer.py
47${PYSITELIB}/cachy/serializers/pickle_serializer.pyc 48${PYSITELIB}/cachy/serializers/pickle_serializer.pyc
48${PYSITELIB}/cachy/serializers/pickle_serializer.pyo 49${PYSITELIB}/cachy/serializers/pickle_serializer.pyo
49${PYSITELIB}/cachy/serializers/serializer.py 50${PYSITELIB}/cachy/serializers/serializer.py
50${PYSITELIB}/cachy/serializers/serializer.pyc 51${PYSITELIB}/cachy/serializers/serializer.pyc
51${PYSITELIB}/cachy/serializers/serializer.pyo 52${PYSITELIB}/cachy/serializers/serializer.pyo
52${PYSITELIB}/cachy/stores/__init__.py 53${PYSITELIB}/cachy/stores/__init__.py
53${PYSITELIB}/cachy/stores/__init__.pyc 54${PYSITELIB}/cachy/stores/__init__.pyc
54${PYSITELIB}/cachy/stores/__init__.pyo 55${PYSITELIB}/cachy/stores/__init__.pyo
55${PYSITELIB}/cachy/stores/dict_store.py 56${PYSITELIB}/cachy/stores/dict_store.py
56${PYSITELIB}/cachy/stores/dict_store.pyc 57${PYSITELIB}/cachy/stores/dict_store.pyc
57${PYSITELIB}/cachy/stores/dict_store.pyo 58${PYSITELIB}/cachy/stores/dict_store.pyo
58${PYSITELIB}/cachy/stores/file_store.py 59${PYSITELIB}/cachy/stores/file_store.py
59${PYSITELIB}/cachy/stores/file_store.pyc 60${PYSITELIB}/cachy/stores/file_store.pyc
60${PYSITELIB}/cachy/stores/file_store.pyo 61${PYSITELIB}/cachy/stores/file_store.pyo
61${PYSITELIB}/cachy/stores/memcached_store.py 62${PYSITELIB}/cachy/stores/memcached_store.py
62${PYSITELIB}/cachy/stores/memcached_store.pyc 63${PYSITELIB}/cachy/stores/memcached_store.pyc
63${PYSITELIB}/cachy/stores/memcached_store.pyo 64${PYSITELIB}/cachy/stores/memcached_store.pyo
64${PYSITELIB}/cachy/stores/null_store.py 65${PYSITELIB}/cachy/stores/null_store.py
65${PYSITELIB}/cachy/stores/null_store.pyc 66${PYSITELIB}/cachy/stores/null_store.pyc
66${PYSITELIB}/cachy/stores/null_store.pyo 67${PYSITELIB}/cachy/stores/null_store.pyo
67${PYSITELIB}/cachy/stores/redis_store.py 68${PYSITELIB}/cachy/stores/redis_store.py
68${PYSITELIB}/cachy/stores/redis_store.pyc 69${PYSITELIB}/cachy/stores/redis_store.pyc
69${PYSITELIB}/cachy/stores/redis_store.pyo 70${PYSITELIB}/cachy/stores/redis_store.pyo
70${PYSITELIB}/cachy/tag_set.py 71${PYSITELIB}/cachy/tag_set.py
71${PYSITELIB}/cachy/tag_set.pyc 72${PYSITELIB}/cachy/tag_set.pyc
72${PYSITELIB}/cachy/tag_set.pyo 73${PYSITELIB}/cachy/tag_set.pyo
73${PYSITELIB}/cachy/tagged_cache.py 74${PYSITELIB}/cachy/tagged_cache.py
74${PYSITELIB}/cachy/tagged_cache.pyc 75${PYSITELIB}/cachy/tagged_cache.pyc
75${PYSITELIB}/cachy/tagged_cache.pyo 76${PYSITELIB}/cachy/tagged_cache.pyo
76${PYSITELIB}/cachy/utils.py 77${PYSITELIB}/cachy/utils.py
77${PYSITELIB}/cachy/utils.pyc 78${PYSITELIB}/cachy/utils.pyc
78${PYSITELIB}/cachy/utils.pyo 79${PYSITELIB}/cachy/utils.pyo
79${PYSITELIB}/tests/__init__.py 80${PYSITELIB}/tests/__init__.py
80${PYSITELIB}/tests/__init__.pyc 81${PYSITELIB}/tests/__init__.pyc
81${PYSITELIB}/tests/__init__.pyo 82${PYSITELIB}/tests/__init__.pyo
82${PYSITELIB}/tests/stores/__init__.py 83${PYSITELIB}/tests/stores/__init__.py
83${PYSITELIB}/tests/stores/__init__.pyc 84${PYSITELIB}/tests/stores/__init__.pyc
84${PYSITELIB}/tests/stores/__init__.pyo 85${PYSITELIB}/tests/stores/__init__.pyo
85${PYSITELIB}/tests/stores/test_dict_store.py 86${PYSITELIB}/tests/stores/test_dict_store.py
86${PYSITELIB}/tests/stores/test_dict_store.pyc 87${PYSITELIB}/tests/stores/test_dict_store.pyc
87${PYSITELIB}/tests/stores/test_dict_store.pyo 88${PYSITELIB}/tests/stores/test_dict_store.pyo
88${PYSITELIB}/tests/stores/test_file_store.py 89${PYSITELIB}/tests/stores/test_file_store.py
89${PYSITELIB}/tests/stores/test_file_store.pyc 90${PYSITELIB}/tests/stores/test_file_store.pyc
90${PYSITELIB}/tests/stores/test_file_store.pyo 91${PYSITELIB}/tests/stores/test_file_store.pyo
91${PYSITELIB}/tests/stores/test_memcached_store.py 92${PYSITELIB}/tests/stores/test_memcached_store.py
92${PYSITELIB}/tests/stores/test_memcached_store.pyc 93${PYSITELIB}/tests/stores/test_memcached_store.pyc
93${PYSITELIB}/tests/stores/test_memcached_store.pyo 94${PYSITELIB}/tests/stores/test_memcached_store.pyo
94${PYSITELIB}/tests/stores/test_null_store.py 95${PYSITELIB}/tests/stores/test_null_store.py
95${PYSITELIB}/tests/stores/test_null_store.pyc 96${PYSITELIB}/tests/stores/test_null_store.pyc
96${PYSITELIB}/tests/stores/test_null_store.pyo 97${PYSITELIB}/tests/stores/test_null_store.pyo
97${PYSITELIB}/tests/stores/test_redis_store.py 98${PYSITELIB}/tests/stores/test_redis_store.py
98${PYSITELIB}/tests/stores/test_redis_store.pyc 99${PYSITELIB}/tests/stores/test_redis_store.pyc
99${PYSITELIB}/tests/stores/test_redis_store.pyo 100${PYSITELIB}/tests/stores/test_redis_store.pyo
100${PYSITELIB}/tests/test_cache_manager.py 101${PYSITELIB}/tests/test_cache_manager.py
101${PYSITELIB}/tests/test_cache_manager.pyc 102${PYSITELIB}/tests/test_cache_manager.pyc
102${PYSITELIB}/tests/test_cache_manager.pyo 103${PYSITELIB}/tests/test_cache_manager.pyo
103${PYSITELIB}/tests/test_repository.py 104${PYSITELIB}/tests/test_repository.py
104${PYSITELIB}/tests/test_repository.pyc 105${PYSITELIB}/tests/test_repository.pyc
105${PYSITELIB}/tests/test_repository.pyo 106${PYSITELIB}/tests/test_repository.pyo
106${PYSITELIB}/tests/test_tagged_cache.py 107${PYSITELIB}/tests/test_tagged_cache.py
107${PYSITELIB}/tests/test_tagged_cache.pyc 108${PYSITELIB}/tests/test_tagged_cache.pyc
108${PYSITELIB}/tests/test_tagged_cache.pyo 109${PYSITELIB}/tests/test_tagged_cache.pyo