]> git.pld-linux.org Git - SPECS.git/blob - python-SQLAlchemyManager.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / python-SQLAlchemyManager.spec
1 %define         fname   SQLAlchemyManager
2 Summary:        Provides a sensible way of using SQLAlchemy in WSGI applications
3 Summary(pl.UTF-8):      UĊ‚atwia praktyczne wykorzystanie SQLAlchemy w aplikacjach WSGI
4 Name:           python-%{fname}
5 Version:        0.1.0
6 Release:        0.9
7 License:        MIT
8 Group:          Development/Languages/Python
9 Source0:        http://pypi.python.org/packages/source/S/SQLAlchemyManager/%{fname}-%{version}.tar.gz
10 # Source0-md5:  068b29d8e4ef97839d96a4945df4fcf9
11 URL:            http://pypi.python.org/pypi/SQLAlchemyManager
12 BuildRequires:  rpmbuild(macros) >= 1.710
13 BuildRequires:  python >= 1:2.5
14 BuildRequires:  python-setuptools
15 BuildRequires:  rpm-pythonprov
16 %pyrequires_eq  python-modules
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This middleware sets up the standard SQLAlchemy objects in a piece of
22 WSGI middleware without doing anything particularly clever and without
23 using any global objects.
24
25 %prep
26 %setup -q -n %{fname}-%{version}
27
28 %build
29 %py_build
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 %py_install
34
35 %py_postclean
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %{py_sitescriptdir}/sqlalchemymanager
43 %{py_sitescriptdir}/%{fname}-%{version}-py*.egg-info
This page took 0.038685 seconds and 3 git commands to generate.