Date: Mon, 15 Jun 2020 20:29:45 +0000 (UTC) From: Babak Farrokhi <farrokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539277 - head/devel/py-backcall Message-ID: <202006152029.05FKTj2O061122@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: farrokhi Date: Mon Jun 15 20:29:45 2020 New Revision: 539277 URL: https://svnweb.freebsd.org/changeset/ports/539277 Log: devel/py-backcall: Update to 0.2.0 - Update to 0.2.0 - Pet portlint Modified: head/devel/py-backcall/Makefile head/devel/py-backcall/distinfo head/devel/py-backcall/pkg-descr Modified: head/devel/py-backcall/Makefile ============================================================================== --- head/devel/py-backcall/Makefile Mon Jun 15 20:23:59 2020 (r539276) +++ head/devel/py-backcall/Makefile Mon Jun 15 20:29:45 2020 (r539277) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= backcall -PORTVERSION= 0.1.0 +PORTVERSION= 0.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-backcall/distinfo ============================================================================== --- head/devel/py-backcall/distinfo Mon Jun 15 20:23:59 2020 (r539276) +++ head/devel/py-backcall/distinfo Mon Jun 15 20:29:45 2020 (r539277) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532958667 -SHA256 (backcall-0.1.0.tar.gz) = 38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4 -SIZE (backcall-0.1.0.tar.gz) = 9690 +TIMESTAMP = 1592252782 +SHA256 (backcall-0.2.0.tar.gz) = 5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e +SIZE (backcall-0.2.0.tar.gz) = 18041 Modified: head/devel/py-backcall/pkg-descr ============================================================================== --- head/devel/py-backcall/pkg-descr Mon Jun 15 20:23:59 2020 (r539276) +++ head/devel/py-backcall/pkg-descr Mon Jun 15 20:29:45 2020 (r539277) @@ -1,9 +1,9 @@ -If your code lets other people supply callback functions, it's important to -specify the function signature you expect, and check that functions support -that. Adding extra parameters later would break other peoples code unless +If your code lets other people supply callback functions, it's important to +specify the function signature you expect, and check that functions support +that. Adding extra parameters later would break other peoples code unless you're careful. -backcall provides a way of specifying the callback signature using a prototype +backcall provides a way of specifying the callback signature using a prototype function WWW: https://github.com/takluyver/backcall
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006152029.05FKTj2O061122>