pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bpython Also depend on py-babel to get translations



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e876009a4cc7
branches:  trunk
changeset: 362254:e876009a4cc7
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue May 09 17:30:59 2017 +0000

description:
Also depend on py-babel to get translations

diffstat:

 devel/bpython/Makefile |  4 +++-
 devel/bpython/PLIST    |  7 ++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r d5519c07fdff -r e876009a4cc7 devel/bpython/Makefile
--- a/devel/bpython/Makefile    Tue May 09 17:21:10 2017 +0000
+++ b/devel/bpython/Makefile    Tue May 09 17:30:59 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2017/04/23 17:23:20 adam Exp $
+# $NetBSD: Makefile,v 1.22 2017/05/09 17:30:59 adam Exp $
 
 DISTNAME=      bpython-0.16
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://bpython-interpreter.org/releases/
 
@@ -11,6 +12,7 @@
 
 USE_LANGUAGES= # none
 
+DEPENDS+=      ${PYPKGPREFIX}-babel-[0-9]*:../../devel/py-babel
 DEPENDS+=      ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses
 DEPENDS+=      ${PYPKGPREFIX}-curtsies>=0.1.18:../../devel/py-curtsies
 DEPENDS+=      ${PYPKGPREFIX}-greenlet-[0-9]*:../../devel/py-greenlet
diff -r d5519c07fdff -r e876009a4cc7 devel/bpython/PLIST
--- a/devel/bpython/PLIST       Tue May 09 17:21:10 2017 +0000
+++ b/devel/bpython/PLIST       Tue May 09 17:30:59 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/04/12 12:00:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/05/09 17:30:59 adam Exp $
 bin/bpdb
 bin/bpython
 bin/bpython-curses
@@ -225,6 +225,11 @@
 ${PYSITELIB}/bpython/translations/__init__.py
 ${PYSITELIB}/bpython/translations/__init__.pyc
 ${PYSITELIB}/bpython/translations/__init__.pyo
+${PYSITELIB}/bpython/translations/de/LC_MESSAGES/bpython.mo
+${PYSITELIB}/bpython/translations/es_ES/LC_MESSAGES/bpython.mo
+${PYSITELIB}/bpython/translations/fr_FR/LC_MESSAGES/bpython.mo
+${PYSITELIB}/bpython/translations/it_IT/LC_MESSAGES/bpython.mo
+${PYSITELIB}/bpython/translations/nl_NL/LC_MESSAGES/bpython.mo
 ${PYSITELIB}/bpython/urwid.py
 ${PYSITELIB}/bpython/urwid.pyc
 ${PYSITELIB}/bpython/urwid.pyo



Home | Main Index | Thread Index | Old Index