SPECS: python-SQLAlchemyManager.spec (NEW) -new, needs a nice polish descri...

prism prism at pld-linux.org
Thu May 15 14:26:35 CEST 2008


Author: prism                        Date: Thu May 15 12:26:35 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
-new, needs a nice polish description (-ENOTIME)

---- Files affected:
SPECS:
   python-SQLAlchemyManager.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/python-SQLAlchemyManager.spec
diff -u /dev/null SPECS/python-SQLAlchemyManager.spec:1.1
--- /dev/null	Thu May 15 14:26:35 2008
+++ SPECS/python-SQLAlchemyManager.spec	Thu May 15 14:26:30 2008
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+%define 	fname	SQLAlchemyManager
+Summary:	Provides a sensible way of using SQLAlchemy in WSGI applications
+Summary(pl.UTF-8):	Ułatwia praktyczne wykorzystanie SQLAlchemy w aplikacjach WSGI
+Name:		python-%{fname}
+Version:	0.1.0
+Release:	0.9
+License:	MIT
+Group:		Development/Languages/Python
+Source0:	http://pypi.python.org/packages/source/S/SQLAlchemyManager/%{fname}-%{version}.tar.gz
+# Source0-md5:	068b29d8e4ef97839d96a4945df4fcf9
+URL:		http://pypi.python.org/pypi/SQLAlchemyManager
+BuildRequires:	python >= 1:2.5
+BuildRequires:	python-setuptools
+BuildRequires:	rpm-pythonprov
+%pyrequires_eq	python-modules
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This middleware sets up the standard SQLAlchemy objects in a piece of
+WSGI middleware without doing anything particularly clever and without
+using any global objects.
+
+%prep
+%setup -q -n %{fname}-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install \
+	--optimize=2 \
+	--root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{py_sitescriptdir}/sqlalchemymanager
+%{py_sitescriptdir}/%{fname}-%{version}-py*.egg-info
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-05-15 12:26:30  prism
+-new, needs a nice polish description (-ENOTIME)
+
+Revision 1.1  2008-05-12 22:14:19  prism
+- new
+
================================================================


More information about the pld-cvs-commit mailing list