pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bpython



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May  9 17:31:00 UTC 2017

Modified Files:
        pkgsrc/devel/bpython: Makefile PLIST

Log Message:
Also depend on py-babel to get translations


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/bpython/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/bpython/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/bpython/Makefile
diff -u pkgsrc/devel/bpython/Makefile:1.21 pkgsrc/devel/bpython/Makefile:1.22
--- pkgsrc/devel/bpython/Makefile:1.21  Sun Apr 23 17:23:20 2017
+++ pkgsrc/devel/bpython/Makefile       Tue May  9 17:30:59 2017
@@ -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 @@ LICENSE=      mit
 
 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

Index: pkgsrc/devel/bpython/PLIST
diff -u pkgsrc/devel/bpython/PLIST:1.2 pkgsrc/devel/bpython/PLIST:1.3
--- pkgsrc/devel/bpython/PLIST:1.2      Wed Apr 12 12:00:36 2017
+++ pkgsrc/devel/bpython/PLIST  Tue May  9 17:30:59 2017
@@ -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/test/test_simpleeva
 ${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