NOTICE: This package has been removed from pkgsrc

./wip/py-stevedore, Manage dynamic plugins for Python applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.20.0, Package name: py27-stevedore-1.20.0, Maintainer: kamelderouiche

Python makes loading code dynamically easy, allowing you to configure
and extend your application by discovering and loading extensions
("plugins") at runtime. Many applications implement their own
library for doing this, using __import__ or importlib. stevedore
avoids creating yet another extension mechanism by building on top
of setuptools entry points. The code for managing entry points
tends to be repetitive, though, so stevedore provides manager
classes for implementing common patterns for using dynamically
loaded extensions.


Required to run:
[devel/py-setuptools] [lang/python27] [lang/py-six] [devel/py-pbr]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: c4152305bfffeb11f45f67521652a4ea092311d8
RMD160: 36ab11fd777e6ec7d6f551253d68d68d7c57f5d7
Filesize: 493.863 KB

Version history: (Expand)


CVS history: (Expand)


   2015-08-06 00:19:29 by Kamel Ibn Aziz Derouiche | Files touched by this commit (3)
Log message:

	CHANGES
=======

1.7.0
-----

* Updated from global requirements
* Updated from global requirements
* Titlecase looks nicer sometimes in detailed mode
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Update homepage to openstack hosted docs page

1.6.0
-----

* Document the signature for check_func
* Updated from global requirements
* Switch badges from 'pypip.in' to 'shields.io'
* Remove unnecessary openstack-common.conf

1.5.0
-----

* Removed non-free color profile from .jpg
* Add sphinx integration
* Updated from global requirements
* Fix Python versions supported
* Remove run_cross_tests.sh
* fix author contact details
* re-raise exception with full traceback

1.4.0
-----

* Uncap library requirements for liberty
* Add pypi download + version badges
* Updated from global requirements
   2014-03-19 22:53:55 by Kamel Derouiche | Files touched by this commit (4)
Log message:
Import py27-stevedore-0.14.1 as wip/py-stevedore.

Manage dynamic plugins for Python applications