package init
Signed-off-by: smileknife <jackshan2010@aliyun.com>
This commit is contained in:
parent
a5df4d5bd7
commit
fe3ee7752d
@ -10,7 +10,9 @@ BuildArch: noarch
|
||||
|
||||
|
||||
%description
|
||||
|
||||
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.
|
||||
|
||||
%package -n python3-backcall
|
||||
Summary: Specifications for callback functions passed in to an API
|
||||
@ -18,13 +20,17 @@ Provides: python-backcall
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%description -n python3-backcall
|
||||
|
||||
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.
|
||||
|
||||
%package help
|
||||
Summary: Development documents and examples for backcall
|
||||
Provides: python3-backcall-doc
|
||||
%description help
|
||||
|
||||
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.
|
||||
|
||||
%prep
|
||||
%autosetup -n backcall-0.2.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user