py-kitchen: Fix PLIST on older Python versions
This commit is contained in:
parent
f87fc77138
commit
6fe4d700d5
1 changed files with 25 additions and 25 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/12/11 14:42:01 nia Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2020/12/14 09:27:52 nia Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -21,30 +21,30 @@ ${PYSITELIB}/kitchen/i18n/__init__.pyo
|
|||
${PYSITELIB}/kitchen/iterutils/__init__.py
|
||||
${PYSITELIB}/kitchen/iterutils/__init__.pyc
|
||||
${PYSITELIB}/kitchen/iterutils/__init__.pyo
|
||||
${PYSITELIB}/kitchen/pycompat24/__init__.py
|
||||
${PYSITELIB}/kitchen/pycompat24/__init__.pyc
|
||||
${PYSITELIB}/kitchen/pycompat24/__init__.pyo
|
||||
${PYSITELIB}/kitchen/pycompat24/base64/__init__.py
|
||||
${PYSITELIB}/kitchen/pycompat24/base64/__init__.pyc
|
||||
${PYSITELIB}/kitchen/pycompat24/base64/__init__.pyo
|
||||
${PYSITELIB}/kitchen/pycompat24/sets/__init__.py
|
||||
${PYSITELIB}/kitchen/pycompat24/sets/__init__.pyc
|
||||
${PYSITELIB}/kitchen/pycompat24/sets/__init__.pyo
|
||||
${PYSITELIB}/kitchen/pycompat24/subprocess.py
|
||||
${PYSITELIB}/kitchen/pycompat24/subprocess.pyc
|
||||
${PYSITELIB}/kitchen/pycompat24/subprocess.pyo
|
||||
${PYSITELIB}/kitchen/pycompat25/__init__.py
|
||||
${PYSITELIB}/kitchen/pycompat25/__init__.pyc
|
||||
${PYSITELIB}/kitchen/pycompat25/__init__.pyo
|
||||
${PYSITELIB}/kitchen/pycompat25/collections/__init__.py
|
||||
${PYSITELIB}/kitchen/pycompat25/collections/__init__.pyc
|
||||
${PYSITELIB}/kitchen/pycompat25/collections/__init__.pyo
|
||||
${PYSITELIB}/kitchen/pycompat27/__init__.py
|
||||
${PYSITELIB}/kitchen/pycompat27/__init__.pyc
|
||||
${PYSITELIB}/kitchen/pycompat27/__init__.pyo
|
||||
${PYSITELIB}/kitchen/pycompat27/subprocess/__init__.py
|
||||
${PYSITELIB}/kitchen/pycompat27/subprocess/__init__.pyc
|
||||
${PYSITELIB}/kitchen/pycompat27/subprocess/__init__.pyo
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat24/__init__.py
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat24/__init__.pyc
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat24/__init__.pyo
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat24/base64/__init__.py
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat24/base64/__init__.pyc
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat24/base64/__init__.pyo
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat24/sets/__init__.py
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat24/sets/__init__.pyc
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat24/sets/__init__.pyo
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat24/subprocess.py
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat24/subprocess.pyc
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat24/subprocess.pyo
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat25/__init__.py
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat25/__init__.pyc
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat25/__init__.pyo
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat25/collections/__init__.py
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat25/collections/__init__.pyc
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat25/collections/__init__.pyo
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat27/__init__.py
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat27/__init__.pyc
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat27/__init__.pyo
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat27/subprocess/__init__.py
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat27/subprocess/__init__.pyc
|
||||
${PLIST.py3x}${PYSITELIB}/kitchen/pycompat27/subprocess/__init__.pyo
|
||||
${PYSITELIB}/kitchen/release.py
|
||||
${PYSITELIB}/kitchen/release.pyc
|
||||
${PYSITELIB}/kitchen/release.pyo
|
||||
|
|
Loading…
Reference in a new issue