rpms/python-virtualenv/EL-5 import.log, NONE, 1.1 python-virtualenv.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steve Milner smilner at fedoraproject.org
Sun Sep 14 00:49:05 UTC 2008


Author: smilner

Update of /cvs/pkgs/rpms/python-virtualenv/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24899/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-virtualenv.spec 
Log Message:
Import of python-virtualenv into EPEL



--- NEW FILE import.log ---
python-virtualenv-1_2-1_fc10:EL-5:python-virtualenv-1.2-1.fc10.src.rpm:1221353277


--- NEW FILE python-virtualenv.spec ---
# sitelib for noarch packages
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-virtualenv
Version:        1.2
Release:        1%{?dist}
Summary:        Tool to create isolated Python environments

Group:          Development/Languages
License:        MIT
URL:            http://pypi.python.org/pypi/virtualenv
Source0:        http://pypi.python.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel, python-setuptools-devel


%description
virtualenv is a tool to create isolated Python environments. virtualenv
is a successor to workingenv, and an extension of virtual-python. It is
written by Ian Bicking, and sponsored by the Open Planning Project. It is
licensed under an MIT-style permissive license.


%prep
%setup -q -n virtualenv-%{version}
%{__sed} -i -e "s|#!/usr/bin/env python||" virtualenv.py 


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc docs/index.txt docs/license.txt PKG-INFO
# For noarch packages: sitelib
%{python_sitelib}/*
%attr(755,root,root) %{_bindir}/virtualenv
%exclude %{python_sitelib}/support-files


%changelog
* Sat Aug 30 2008 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.2-1
- Updated for upstream release

* Fri Aug 29 2008 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.1-3
- Updated from review notes

* Thu Aug 28 2008 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.1-2
- Updated from review notes

* Tue Aug 26 2008 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.1-1
- Initial Version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtualenv/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Sep 2008 20:29:55 -0000	1.1
+++ .cvsignore	14 Sep 2008 00:48:35 -0000	1.2
@@ -0,0 +1 @@
+virtualenv-1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtualenv/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Sep 2008 20:29:55 -0000	1.1
+++ sources	14 Sep 2008 00:48:35 -0000	1.2
@@ -0,0 +1 @@
+7ad454e52f025cad631d03331ade4aaf  virtualenv-1.2.tar.gz




More information about the fedora-extras-commits mailing list