]> git.pld-linux.org Git - packages/python-async.git/blame - python-async.spec
- release 3 (by relup.sh)
[packages/python-async.git] / python-async.spec
CommitLineData
a990ff78
AF
1%define module async
2Summary: Async Framework
3# Name must match the python module/package name (as in 'import' statement)
4Name: python-%{module}
5Version: 0.6.1
5bd9808c 6Release: 3
a990ff78
AF
7License: BSD
8Group: Development/Languages/Python
9Source0: http://pypi.python.org/packages/source/a/async/%{module}-%{version}.tar.gz
10# Source0-md5: 6f0e2ced1fe85f8410b9bde11be08587
11URL: https://github.com/gitpython-developers/async
12BuildRequires: python-devel
13BuildRequires: python-distribute
14BuildRequires: rpm-pythonprov
15BuildRequires: rpmbuild(macros) >= 1.219
16Requires: python-modules
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Async is a framework to process interdependent tasks in a pool of
21workers.
22
23%prep
24%setup -q -n %{module}-%{version}
25
26%build
439caf9e 27%py_build
a990ff78
AF
28
29%install
30rm -rf $RPM_BUILD_ROOT
439caf9e 31%py_install
a990ff78
AF
32
33%{__rm} -r $RPM_BUILD_ROOT%{py_sitedir}/async/{AUTHORS,README,test}
34
35%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
36%py_comp $RPM_BUILD_ROOT%{py_sitedir}
37%py_postclean
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc AUTHORS README
45%dir %{py_sitedir}/async
46%dir %{py_sitedir}/async/mod
47%{py_sitedir}/async/*.py[co]
48%{py_sitedir}/async/mod/*.py[co]
49%attr(755,root,root) %{py_sitedir}/async/mod/*.so
50%{py_sitedir}/async-*.egg-info
This page took 0.063932 seconds and 4 git commands to generate.