rpms/python-jsonpickle/F-11 python-jsonpickle.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ben Boeckel mathstuf at fedoraproject.org
Sun Jan 24 12:48:41 UTC 2010


Author: mathstuf

Update of /cvs/pkgs/rpms/python-jsonpickle/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2263

Modified Files:
	.cvsignore sources 
Added Files:
	python-jsonpickle.spec 
Log Message:
Initial import


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

Name:           python-jsonpickle
Version:        0.3.1
Release:        1%{?dist}
Summary:        A module that allows any object to be serialized into JSON

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

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  dos2unix

%description
This module allows python objects to be serialized to JSON in a similar fashion
to the pickle module.


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


%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}


%check
pushd tests
./runtests.py
popd


%clean
rm -rf %{buildroot}


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

%changelog
* Sat Jan 23 2010 Ben Boeckel <MathStuf at gmail.com> - 0.3.1-1
- Update to 0.3.1

* Mon Nov 02 2009 Ben Boeckel <MathStuf at gmail.com> - 0.2.0-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-jsonpickle/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Dec 2009 17:39:06 -0000	1.1
+++ .cvsignore	24 Jan 2010 12:48:40 -0000	1.2
@@ -0,0 +1 @@
+jsonpickle-0.3.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-jsonpickle/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Dec 2009 17:39:08 -0000	1.1
+++ sources	24 Jan 2010 12:48:40 -0000	1.2
@@ -0,0 +1 @@
+63a87ad2e73f09d49de26f9b2c7877a2  jsonpickle-0.3.1.tar.gz



More information about the scm-commits mailing list