Port details |
- py-stevedore Manage dynamic plugins for Python applications
- 5.1.0 devel =3 5.1.0Version of this port present on the latest quarterly branch.
- Maintainer: nivit@FreeBSD.org
- Port Added: 2012-08-21 21:09:34
- Last Update: 2023-08-26 21:42:09
- Commit Hash: 8d96ff5
- People watching this port, also watch:: xcb-util-image, autoconf, libssh, p5-MIME-Tools, woff2
- License: APACHE20
- WWW:
- https://docs.openstack.org/stevedore/latest/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}stevedore>0:devel/py-stevedore@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-stevedore/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-stevedore
- pkg install py39-stevedore
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-stevedore listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-stevedore
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1684335668
SHA256 (stevedore-5.1.0.tar.gz) = a54534acf9b89bc7ed264807013b505bf07f74dbe4bcfa37d32bd063870b087c
SIZE (stevedore-5.1.0.tar.gz) = 514100
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-pbr>=2.0.0 : devel/py-pbr@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-pbr>=2.0.0 : devel/py-pbr@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
- devel/py-bandit
- devel/py-castellan
- devel/py-cliff
- devel/py-dogpile.cache
- devel/py-glance-store
- devel/py-jenkins-job-builder
- devel/py-keystoneauth1
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-stevedore
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.1.0 26 Aug 2023 21:42:09 |
Po-Chuan Hsieh (sunpoet) |
devel/py-stevedore: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket)
With hat: python |
5.1.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
5.1.0 17 May 2023 15:27:29 |
Nicola Vitale (nivit) |
devel/py-stevedore: Update to 5.1.0
Drop support for Python 3.7 as upstream.
Reported by: portscout! |
5.0.0 03 Apr 2023 15:16:49 |
Nicola Vitale (nivit) |
devel/py-stevedore: Update to 5.0.0
- Add a set of patches for supporting Python 3.7 until 2023-06-27
when lang/python37 expires. [1]
Those patches are taken from:
https
://opendev.org/openstack/stevedore/commit/ccd17543a37143913e886f9306be10d40260fdf3
PR: 270608
Reported by: Jonathan Chen <jonc@chen.org.nz> [1] |
4.1.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
4.1.1 17 Nov 2022 16:30:39 |
Nicola Vitale (nivit) |
devel/py-stevedore: update to 4.1.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.5.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.5.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.5.0 14 Feb 2022 06:39:56 |
Kai Knoblich (kai) |
devel/py-stevedore: Update to 3.5.0
Changelog:
https://github.com/openstack/stevedore/compare/1.31.0...3.5.0
PR: 261471
Approved by: maintainer timeout (2+ weeks) |
1.31.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.31.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.31.0 29 Jan 2020 19:17:33 |
sunpoet |
Update to 1.31.0
Changes: https://docs.openstack.org/stevedore/latest/user/history.html
PR: 243335
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 15 days) |
1.29.0_1 31 Dec 2018 15:11:14 |
koobs |
devel/py-stevedor: Add missing runtime dependency
stevedor uses pbr, which declares its build time (setup_requires) dependency
on it in setup.py. This is used to bootstrap pbr, which the package then uses to
declare other dependencies in setup.cfg or requirements.txt files.
stevedore declares the following in its requirements.txt file:
pbr!=2.1.0,>=2.0.0 # Apache-2.0
six>=1.10.0 # MIT
These are install_requires (RUN_DEPENDS), normally declared in setup.py files
for most python packages, notably except for those that use pbr.
ports r465381 inadvertently removed pbr from RUN_DEPENDS because it wasn't (Only the first 15 lines of the commit message are shown above ) |
1.29.0 13 Aug 2018 19:52:12 |
nivit |
- Update to 1.29.0 |
1.28.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.28.0 20 Jun 2018 16:58:30 |
mat |
Use the correct variable for dependency lines.
PKGNAMEPREFIX the name of the current package prefix, it is not correct
to use it for other package names.
Sponsored by: Absolight |
1.28.0 23 Mar 2018 16:45:50 |
sunpoet |
Update to 1.28.0
- Add LICENSE_FILE
- Add NO_ARCH
Changes: https://docs.openstack.org/stevedore/latest/user/history.html
PR: 226772
Submitted by: sunpoet (myself)
Approved by: nivit (maintainer) |
1.18.0 17 Mar 2018 10:45:24 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
1.18.0 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.18.0 02 Nov 2016 09:28:48 |
lwhsu |
- Update to 1.18.0
- Update WWW
- Remove depending on argparse, all Python versions in ports tree have it as
built-in
PR: 213878
Submitted by: lwhsu
Approved by: nivit (maintainer) |
1.17.1 29 Aug 2016 16:34:39 |
nivit |
- Update to 1.17.1
ChangeLog: http://docs.openstack.org/developer/stevedore/history.html
PR: 212203
Submitted by: dave@gufi.org |
1.12.0 30 Apr 2016 13:13:06 |
nivit |
- Update to 1.12.0 |
1.7.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.7.0 09 Aug 2015 10:04:11 |
nivit |
- Update to 1.7.0 |
1.2.0_1 07 Feb 2015 15:03:02 |
bapt |
Fix RUN_DEPENDS |
07 Feb 2015 14:46:44
|
nivit |
- Add devel/py-pbr to run dependencies [1]
- Bump PORTREVISION
PR: 197373
Submitted by: andrej@ebert.su |
1.2.0 03 Feb 2015 22:15:44 |
nivit |
- Update to 1.2.0
- Remove docs and regression-test target
because they require oslosphinx (not
yet available in the ports tree)
- Add devel/py-six and devel/py-argparse
to RUN_DEPENDS
- Sort USE_PYTHON values |
0.15 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.15 24 Apr 2014 13:09:52 |
wg |
devel/py-stevedore: update to 0.15
Approved by: maintainer |
0.11_1 02 Mar 2014 22:00:31 |
rm |
devel/py-stevedore: support staging and do general clean-up
- remove dependency on argparse - it's a part of all supported pythons in the
ports tree
- do not use easy_install for installation and convert to auto-generated packing
list
- add staging support
- unmute docs installation command
- remove inclusion of devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - it's
implemented in bsd.python.mk
- add slash to pkg-descr:WWW
- bump PORTREVISION because of package change and dependency list change
Approved by: nivit (maintainer, explicitly for such changes in his ports) |
0.11 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
0.11 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.11 30 Aug 2013 12:11:17 |
nivit |
- Update to 0.11 |
0.10 30 Aug 2013 00:07:01 |
nivit |
- Update to 0.10
- Trim Makefile header [1]
- Add LICENSE (AL2)
- Add a regression-test target
- Pass long options to BuildDoc command, so it is clear what they do
- Define DOCS option [1]
- Remove files/patch-setup.py
- Add files/patch-tox.ini
Build log: https://redports.org/buildarchive/20130829235200-19910/
PR: ports/177475 [1]
Submitted by: olgeni |
0.8 03 Feb 2013 21:07:53 |
nivit |
- Update to 0.8
- Remove OPTIONS_DEFINE
- Include fix for pkg-plist when Python ver >= 3.2 |
0.3 21 Aug 2012 21:07:09 |
nivit |
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.
WWW: https://github.com/dreamhost/stevedore |