rpms/python-logilab-astng/devel python-logilab-astng.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Wed Sep 27 01:04:32 UTC 2006


Author: icon

Update of /cvs/extras/rpms/python-logilab-astng/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19420/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-logilab-astng.spec 
Log Message:
auto-import python-logilab-astng-0.16.1-1.fc6 on branch devel from python-logilab-astng-0.16.1-1.fc6.src.rpm


--- NEW FILE python-logilab-astng.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-logilab-astng
Version:        0.16.1
Release:        1%{?dist}
Summary:        Python Abstract Syntax Tree New Generation

Group:          Development/Languages
License:        GPL
URL:            http://www.logilab.org/projects/astng/
Source0:        ftp://ftp.logilab.org/pub/astng/astng-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
Requires:       python-logilab-common

%description
The aim of this module is to provide a common base representation of
python source code for projects such as pychecker, pyreverse,
pylint, and others. It extends the class defined in the compiler.ast 
python module with some additional methods and attributes.


%prep
%setup -q -n logilab-astng-%{version}


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT%{python_sitelib}/logilab/astng/test
# Provided by the python-logilab-common package
rm -f $RPM_BUILD_ROOT%{python_sitelib}/logilab/__init__.*


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README COPYING
%{python_sitelib}/logilab/astng


%changelog
* Tue Sep 26 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.16.1-1
- Renaming package python-logilab-astng from python-astng. Should have done
  a while ago.
- Upstream version 0.16.1

* Mon May 01 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.16.0-0
- Version 0.16.0

* Sun Mar 12 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.15.1-1
- Version 0.15.1

* Thu Jan 12 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.14.0-1
- Version 0.14.0
- Drop the modname patch

* Tue Nov 15 2005 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.13.1-2
- Patch for the modname traceback

* Sat Nov 12 2005 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.13.1-1
- Fedora Extras import
- Disttagging

* Mon Nov 07 2005 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.13.1-0.1
- Version 0.13.1
- Remove our own GPL license text, since it's now included.

* Sun Nov 06 2005 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.13.0-0.1
- Initial packaging.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-logilab-astng/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Sep 2006 01:03:58 -0000	1.1
+++ .cvsignore	27 Sep 2006 01:04:32 -0000	1.2
@@ -0,0 +1 @@
+astng-0.16.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-logilab-astng/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Sep 2006 01:03:58 -0000	1.1
+++ sources	27 Sep 2006 01:04:32 -0000	1.2
@@ -0,0 +1 @@
+ac1ff0dd80dca7850413ccfbbf638fd7  astng-0.16.1.tar.gz




More information about the fedora-extras-commits mailing list