diff options
author | nia <nia@pkgsrc.org> | 2019-09-14 11:03:22 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-09-14 11:03:22 +0000 |
commit | 78db153739c0107883977e08cb3fad61bd24b34a (patch) | |
tree | c46f2796ba6b899f454a7f663dbb981df165896e /audio/py-mpd2/PLIST | |
parent | 29c86da62f7617f9f14469d3ee001ff408a93dfc (diff) | |
download | pkgsrc-78db153739c0107883977e08cb3fad61bd24b34a.tar.gz |
Add audio/py-mpd2.
An MPD (Music Player Daemon) client library written in pure Python.
python-mpd2 is a fork of python-mpd. While 0.4.x was backwards compatible
with python-mpd, starting with 0.5 provides enhanced features which are NOT
backward compatibles with the original python-mpd package.
Diffstat (limited to 'audio/py-mpd2/PLIST')
-rw-r--r-- | audio/py-mpd2/PLIST | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/py-mpd2/PLIST b/audio/py-mpd2/PLIST new file mode 100644 index 00000000000..33263a043f6 --- /dev/null +++ b/audio/py-mpd2/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1 2019/09/14 11:03:22 nia Exp $ +${PYSITELIB}/mpd/__init__.py +${PYSITELIB}/mpd/__init__.pyo +${PYSITELIB}/mpd/__init__.pyc +${PYSITELIB}/mpd/asyncio.pyo +${PYSITELIB}/mpd/asyncio.pyc +${PYSITELIB}/mpd/base.pyo +${PYSITELIB}/mpd/base.pyc +${PYSITELIB}/mpd/tests.pyo +${PYSITELIB}/mpd/tests.pyc +${PYSITELIB}/mpd/twisted.pyo +${PYSITELIB}/mpd/twisted.pyc +${PYSITELIB}/mpd/asyncio.py +${PYSITELIB}/mpd/base.py +${PYSITELIB}/mpd/tests.py +${PYSITELIB}/mpd/twisted.py +${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 |