]> git.pld-linux.org Git - packages/python3-tornado.git/commitdiff
- see python-tornado.spec
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Mar 2016 07:38:41 +0000 (09:38 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Mar 2016 07:38:41 +0000 (09:38 +0200)
python3-tornado.spec [deleted file]

diff --git a/python3-tornado.spec b/python3-tornado.spec
deleted file mode 100644 (file)
index 56f78d5..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-%define        module  tornado
-Summary:       Scalable, non-blocking web server and tools
-Name:          python3-tornado
-Version:       2.3
-Release:       1
-License:       Apache v2.0
-Group:          Libraries/Python
-Source0:       https://github.com/downloads/facebook/tornado/%{module}-%{version}.tar.gz
-# Source0-md5: 810c3ecd425924fbf0aa1fa040f93ad1
-URL:           http://www.tornadoweb.org/
-BuildRequires: python3-devel
-BuildRequires: python3-devel-tools
-BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.710
-BuildArch:     noarch
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-Tornado is an open source version of the scalable, non-blocking web
-server and tools that power FriendFeed. The FriendFeed application is
-written using a web framework that looks a bit like web.py or Google's
-webapp, but with additional tools and optimizations to take advantage
-of the underlying non-blocking infrastructure.
-
-%prep
-%setup -q -n %{module}-%{version}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-python3 %py_install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%{py3_sitescriptdir}/%{module}
-%{py3_sitescriptdir}/*.egg-info
This page took 0.095753 seconds and 4 git commands to generate.