StarlingX open source release updates
Change-Id: I787bf4ed7c75b6e1c62584e1c049b9fafc73fa54 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
parent
b934934e9b
commit
4eb2078240
12
requests-toolbelt/PKG-INFO
Normal file
12
requests-toolbelt/PKG-INFO
Normal file
@ -0,0 +1,12 @@
|
||||
Metadata-Version: 1.1
|
||||
Name: requests-toolbelt
|
||||
Version: 0.5.1
|
||||
Summary: A utility belt for advanced users of python-requests
|
||||
Home-page: https://toolbelt.readthedocs.org/
|
||||
Author: Ian Cordasco, Cory Benfield
|
||||
License: Apache-2.0
|
||||
|
||||
Description: A utility belt for advanced users of python-requests
|
||||
|
||||
|
||||
Platform: UNKNOWN
|
7
requests-toolbelt/centos/build_srpm.data
Normal file
7
requests-toolbelt/centos/build_srpm.data
Normal file
@ -0,0 +1,7 @@
|
||||
VERSION=0.5.1
|
||||
TAR_NAME=requests-toolbelt
|
||||
TAR="$TAR_NAME-$VERSION.tar.gz"
|
||||
# SRC_DIR="$TAR_NAME-$VERSION"
|
||||
COPY_LIST="${CGCS_BASE}/downloads/$TAR"
|
||||
|
||||
TIS_PATCH_VER=1
|
43
requests-toolbelt/centos/requests-toolbelt.spec
Normal file
43
requests-toolbelt/centos/requests-toolbelt.spec
Normal file
@ -0,0 +1,43 @@
|
||||
Summary: A utility belt for advanced users of python-requests
|
||||
Name: requests-toolbelt
|
||||
Version: 0.5.1
|
||||
Release: 0%{?_tis_dist}.%{tis_patch_ver}
|
||||
License: Apache-2.0
|
||||
Group: base
|
||||
Packager: Wind River <info@windriver.com>
|
||||
URL: https://toolbelt.readthedocs.org/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
%define debug_package %{nil}
|
||||
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python-devel
|
||||
Requires: /bin/bash
|
||||
|
||||
%description
|
||||
A utility belt for advanced users of python-requests
|
||||
|
||||
%define pythonroot /usr/lib64/python2.7/site-packages
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
|
||||
%install
|
||||
%{__python} setup.py install --root=$RPM_BUILD_ROOT \
|
||||
--install-lib=%{pythonroot} \
|
||||
--prefix=/usr \
|
||||
--install-data=/usr/share \
|
||||
--single-version-externally-managed
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
%{pythonroot}/requests_toolbelt
|
||||
%{pythonroot}/requests_toolbelt-*.egg-info
|
||||
|
Loading…
Reference in New Issue
Block a user