Init package
Signed-off-by: smileknife <jackshan2010@aliyun.com>
This commit is contained in:
parent
fe3ee7752d
commit
5c08e9c4c6
@ -9,28 +9,24 @@ Source0: https://files.pythonhosted.org/packages/a2/40/764a663805d84deee23043e14
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%global _description\
|
||||||
If your code lets other people supply callback functions, it's important to
|
Specifications for callback functions passed in to an API\
|
||||||
specify the function signature you expect, and check that functions support that.
|
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.
|
Adding extra parameters later would break other peoples code unless you're careful.
|
||||||
|
%description %_description
|
||||||
|
|
||||||
%package -n python3-backcall
|
%package -n python3-backcall
|
||||||
Summary: Specifications for callback functions passed in to an API
|
Summary: Specifications for callback functions passed in to an API
|
||||||
Provides: python-backcall
|
Provides: python-backcall
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-backcall
|
%description -n python3-backcall %_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 help
|
%package help
|
||||||
Summary: Development documents and examples for backcall
|
Summary: Development documents and examples for backcall
|
||||||
Provides: python3-backcall-doc
|
Provides: python3-backcall-doc
|
||||||
%description help
|
%description help %_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.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n backcall-0.2.0
|
%autosetup -n backcall-0.2.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user