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 Nov  9 10:12:36 UTC 2021

Modified Files:
        pkgsrc/devel/bpython: Makefile distinfo

Log Message:
bpython: updated to 0.22.1

0.22.1
Fixes:
* Fix missing dependency on typing_extensions.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/bpython/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/bpython/distinfo

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.29 pkgsrc/devel/bpython/Makefile:1.30
--- pkgsrc/devel/bpython/Makefile:1.29  Mon Nov  8 16:47:30 2021
+++ pkgsrc/devel/bpython/Makefile       Tue Nov  9 10:12:36 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2021/11/08 16:47:30 adam Exp $
+# $NetBSD: Makefile,v 1.30 2021/11/09 10:12:36 adam Exp $
 
-DISTNAME=      bpython-0.22
+DISTNAME=      bpython-0.22.1
 CATEGORIES=    devel python
 MASTER_SITES=  https://bpython-interpreter.org/releases/
 
@@ -10,7 +10,7 @@ COMMENT=      Fancy interface to the Python i
 LICENSE=       mit
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-babel-[0-9]*:../../devel/py-babel
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx-[0-9]*:../../devel/py-requests
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 DEPENDS+=      ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses
 DEPENDS+=      ${PYPKGPREFIX}-curtsies>=0.3.5:../../devel/py-curtsies
 DEPENDS+=      ${PYPKGPREFIX}-cwcwidth-[0-9]*:../../devel/py-cwcwidth
@@ -18,6 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-greenlet-[0-9]*
 DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-readline>=0nb2:../../devel/py-readline
 DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
 DEPENDS+=      ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
 DEPENDS+=      ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
 

Index: pkgsrc/devel/bpython/distinfo
diff -u pkgsrc/devel/bpython/distinfo:1.9 pkgsrc/devel/bpython/distinfo:1.10
--- pkgsrc/devel/bpython/distinfo:1.9   Mon Nov  8 16:47:30 2021
+++ pkgsrc/devel/bpython/distinfo       Tue Nov  9 10:12:36 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2021/11/08 16:47:30 adam Exp $
+$NetBSD: distinfo,v 1.10 2021/11/09 10:12:36 adam Exp $
 
-BLAKE2s (bpython-0.22.tar.gz) = bbc0faca4993791af86435d57d57a53e71ddba82686de680ffc6d0338417ea62
-SHA512 (bpython-0.22.tar.gz) = 14f275c5ed9de08223020a6c70b466507236e84ee9c3dd60d51bb8b1908e943071f54acc68c611fbd64f28f283306a7ea2b6bde0b475fda528cb5e0cf9872b28
-Size (bpython-0.22.tar.gz) = 217214 bytes
+BLAKE2s (bpython-0.22.1.tar.gz) = 3e628fd1102fc867fd286ebda11bb67483a84217249bfc9445f28bcfb7f41d2c
+SHA512 (bpython-0.22.1.tar.gz) = 6b29235c41b645c3658812b8c80637d1e76029a6386f8628e5c681b2f3fdea653f89a12f4e28f55381464755e04fa7a33f023f096e75d889d5a588222c0d06c3
+Size (bpython-0.22.1.tar.gz) = 217294 bytes
 SHA1 (patch-setup.py) = 9caba0004771928676c7d0d4f7c0594f8ba6934a



Home | Main Index | Thread Index | Old Index