/[packages]/cauldron/python-twitter/current/SPECS/python-twitter.spec
ViewVC logotype

Contents of /cauldron/python-twitter/current/SPECS/python-twitter.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 688398 - (show annotations) (download)
Tue Sep 16 20:20:11 2014 UTC (9 years, 7 months ago) by umeabot
File size: 878 byte(s)
Mageia 5 Mass Rebuild
1 Summary: Python bingings for Twitter
2 Name: python-twitter
3 Version: 1.1
4 Release: %mkrel 6
5 Source0: http://python-twitter.googlecode.com/files/%{name}-%{version}.tar.gz
6 Patch0: python-twitter-1.1-mga-remove-oauth2-dependency.patch
7 License: ASL 2.0
8 Group: Development/Python
9 Url: http://code.google.com/p/python-twitter/
10 BuildArch: noarch
11 BuildRequires: python-setuptools
12
13 %description
14 This library provides a pure python interface for the Twitter API.
15
16 Twitter (http://twitter.com) provides a service that allows people to connect
17 via the web, IM, and SMS. Twitter exposes a web services API
18 (http://twitter.com/help/api) and this library is intended to make it even
19 easier for python programmers to use.
20
21 %prep
22 %setup -q
23 %patch0 -p0
24
25 %build
26 %{__python} setup.py build
27
28 %install
29 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
30
31
32 %files
33 %{python_sitelib}/*

  ViewVC Help
Powered by ViewVC 1.1.30