devel/py-backcall: Update to 0.2.0
- Update to 0.2.0 - Pet portlint
This commit is contained in:
parent
1d2f141116
commit
f4cb43b676
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539277
3 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= backcall
|
||||
PORTVERSION= 0.1.0
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue