rpms/PyYAML/F-8 PyYAML.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

John Eckersberg (jeckersb) fedora-extras-commits at redhat.com
Mon Jan 7 19:00:49 UTC 2008


Author: jeckersb

Update of /cvs/pkgs/rpms/PyYAML/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18468/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	PyYAML.spec 
Log Message:
initial import from srpm to F-8



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

Name:           PyYAML
Version:        3.05
Release:        2%{?dist}
Summary:        YAML parser and emitter for Python

Group:          Development/Libraries
License:        MIT
URL:            http://pyyaml.org/
Source0:        http://pyyaml.org/download/pyyaml/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
YAML is a data serialization format designed for human readability and
interaction with scripting languages.  PyYAML is a YAML parser and
emitter for Python.

PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
support, capable extension API, and sensible error messages.  PyYAML
supports standard YAML tags and provides Python-specific tags that allow
to represent an arbitrary Python object.

PyYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistance.

%prep
%setup -q -n %{name}-%{version}


%build
%{__python} setup.py build
chmod a-x examples/yaml-highlight/yaml_hl.py


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


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc PKG-INFO README LICENSE examples
%{python_sitelib}/*


%changelog
* Wed Jan 02 2008 John Eckersberg <jeckersb at redhat.com> - 3.05-2
- Remove explicit dependency on python >= 2.3
- Remove executable on example script in docs

* Mon Dec 17 2007 John Eckersberg <jeckersb at redhat.com> - 3.05-1
- Initial packaging for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PyYAML/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Jan 2008 18:21:16 -0000	1.1
+++ .cvsignore	7 Jan 2008 19:00:13 -0000	1.2
@@ -0,0 +1 @@
+PyYAML-3.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PyYAML/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Jan 2008 18:21:16 -0000	1.1
+++ sources	7 Jan 2008 19:00:13 -0000	1.2
@@ -0,0 +1 @@
+04ebb924a571cfb26d8143069068ce86  PyYAML-3.05.tar.gz




More information about the fedora-extras-commits mailing list