pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-grpcio py-grpcio: fix PLIST for Python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96bd035d835c
branches:  trunk
changeset: 344845:96bd035d835c
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 26 19:32:21 2019 +0000

description:
py-grpcio: fix PLIST for Python 2.7

diffstat:

 net/py-grpcio/PLIST |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 19e1b32a8e83 -r 96bd035d835c net/py-grpcio/PLIST
--- a/net/py-grpcio/PLIST       Tue Nov 26 19:14:04 2019 +0000
+++ b/net/py-grpcio/PLIST       Tue Nov 26 19:32:21 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/11/06 17:14:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/11/26 19:32:21 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -70,11 +70,11 @@
 ${PYSITELIB}/grpc/experimental/aio/__init__.pyc
 ${PYSITELIB}/grpc/experimental/aio/__init__.pyo
 ${PYSITELIB}/grpc/experimental/aio/_channel.py
-${PYSITELIB}/grpc/experimental/aio/_channel.pyc
-${PYSITELIB}/grpc/experimental/aio/_channel.pyo
+${PLIST.py3x}${PYSITELIB}/grpc/experimental/aio/_channel.pyc
+${PLIST.py3x}${PYSITELIB}/grpc/experimental/aio/_channel.pyo
 ${PYSITELIB}/grpc/experimental/aio/_server.py
-${PYSITELIB}/grpc/experimental/aio/_server.pyc
-${PYSITELIB}/grpc/experimental/aio/_server.pyo
+${PLIST.py3x}${PYSITELIB}/grpc/experimental/aio/_server.pyc
+${PLIST.py3x}${PYSITELIB}/grpc/experimental/aio/_server.pyo
 ${PYSITELIB}/grpc/experimental/gevent.py
 ${PYSITELIB}/grpc/experimental/gevent.pyc
 ${PYSITELIB}/grpc/experimental/gevent.pyo



Home | Main Index | Thread Index | Old Index