Sat, 10 Jun 2023 13:34:04 EDT

Information for build python-paver-1.0.1-2.ru

ID1934
Package Namepython-paver
Version1.0.1
Release2.ru
Epoch
SummaryPython-based build/distribution/deployment scripting tool
DescriptionPaver is a Python-based build/distribution/deployment scripting tool along the lines of Make or Rake. What makes Paver unique is its integration with commonly used Python libraries. Common tasks that were easy before remain easy. More importantly, dealing with your applications specific needs and requirements is now much easier. * Build files are just Python * One file with one syntax, pavement.py, knows how to manage your project * File operations are unbelievably easy, thanks to the built-in version of Jason Orendorff’s path.py. * Need to do something that takes 5 lines of code? It’ll only take 5 lines of code.. * Completely encompasses distutils and setuptools so that you can customize behavior as you need to. * Wraps Sphinx for generating documentation, and adds utilities that make it easier to incorporate fully tested sample code. * Wraps Subversion for working with code that is checked out. * Wraps virtualenv to allow you to trivially create a bootstrap script that gets a virtual environment up and running. This is a great way to install packages into a contained environment. * Can use all of these other libraries, but requires none of them * Easily transition from setup.py without making your users learn about or even install Paver! (See the Getting Started Guide for an example).
Built bysjlu
State complete
StartedThu, 13 May 2010 16:21:54 EDT
CompletedThu, 13 May 2010 16:26:01 EDT
Taskbuild (centos5-rutgers-staging, python-paver-1.0.1-2.ru.src.rpm)
Tags
centos5-rutgers-staging
centos5-rutgers-testing
RPMs
src
python-paver-1.0.1-2.ru.src.rpm (info) (download)
noarch (build logs)
python-paver-1.0.1-2.ru.noarch.rpm (info) (download)
Changelog * Thu May 13 2010 Steven Lu <sjlu@nbcs.rutgers.edu> - 1.0.1-2 - CentOS port * Wed Feb 03 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 1.0.1-1 - Update to 1.0.1 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Apr 13 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 1.0-2 - Patch for python-2.4 compatibility * Tue Mar 24 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 1.0-1 - New upstream final. * Thu Mar 19 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 1.0-0.1.b1 - New upstream beta. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Dec 15 2008 Toshio Kuratomi <toshio@fedoraproject.org> - 0.8.1-5 - Require python-setuptools as the paver app is a setuptools script. * Mon Dec 15 2008 Luke Macken <lmacken@redhat.com> - 0.8.1-4 - Require python-devel. * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.8.1-3 - Rebuild for Python 2.6 * Sat Aug 09 2008 Toshio Kuratomi <toshio@fedoraproject.org> - 0.8.1-2 - Run the unittests. * Thu Aug 07 2008 Toshio Kuratomi <toshio@fedoraproject.org> - 0.8.1-1 - Intial Fedora build.