non port: devel/py-stevedore/Makefile |
SVNWeb
|
Number of commits found: 31 |
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Thu, 17 Nov 2022
|
[ 16:30 Nicola Vitale (nivit) ] 6aaf332
devel/py-stevedore: update to 4.1.1
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Mon, 14 Feb 2022
|
[ 06:39 Kai Knoblich (kai) ] 1d18f2b
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)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Wed, 29 Jan 2020
|
[ 19:17 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)
|
Mon, 31 Dec 2018
|
[ 15:11 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 )
|
Mon, 13 Aug 2018
|
[ 19:52 nivit ]
- Update to 1.29.0
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
[ 16:58 mat ] (Only the first 10 of 25 ports in this commit are shown above. )
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
|
Fri, 23 Mar 2018
|
[ 16:45 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)
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Wed, 2 Nov 2016
|
[ 09:28 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)
|
Mon, 29 Aug 2016
|
[ 16:34 nivit ]
- Update to 1.17.1
ChangeLog: http://docs.openstack.org/developer/stevedore/history.html
PR: 212203
Submitted by: dave@gufi.org
|
Sat, 30 Apr 2016
|
[ 13:13 nivit ]
- Update to 1.12.0
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 9 Aug 2015
|
[ 10:04 nivit ]
- Update to 1.7.0
|
Sat, 7 Feb 2015
|
[ 15:03 bapt ]
Fix RUN_DEPENDS
|
[ 14:46 nivit ]
- Add devel/py-pbr to run dependencies [1]
- Bump PORTREVISION
PR: 197373
Submitted by: andrej@ebert.su
|
Tue, 3 Feb 2015
|
[ 22:15 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
|
Mon, 20 Oct 2014
|
[ 16:04 mva ] (Only the first 10 of 564 ports in this commit are shown above. )
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Thu, 24 Apr 2014
|
[ 13:09 wg ]
devel/py-stevedore: update to 0.15
Approved by: maintainer
|
Sun, 2 Mar 2014
|
[ 22:00 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)
|
Mon, 30 Dec 2013
|
[ 20:55 ohauer ] (Only the first 10 of 238 ports in this commit are shown above. )
- 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@)
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Fri, 30 Aug 2013
|
[ 12:11 nivit ]
- Update to 0.11
|
[ 00:07 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
|
Sun, 3 Feb 2013
|
[ 21:07 nivit ]
- Update to 0.8
- Remove OPTIONS_DEFINE
- Include fix for pkg-plist when Python ver >= 3.2
|
Tue, 21 Aug 2012
|
[ 21:07 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
|
Number of commits found: 31 |