Init package

Signed-off-by: smileknife <jackshan2010@aliyun.com>
This commit is contained in:
smileknife 2020-06-23 22:30:34 +08:00
parent fe3ee7752d
commit 5c08e9c4c6

View File

@ -9,28 +9,24 @@ Source0: https://files.pythonhosted.org/packages/a2/40/764a663805d84deee23043e14
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.
%global _description\
Specifications for callback functions passed in to an API\
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.
%description %_description
%package -n python3-backcall
Summary: Specifications for callback functions passed in to an API
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.
%description -n python3-backcall %_description
%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.
%description help %_description
%prep
%autosetup -n backcall-0.2.0