Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 0.7.0 |
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 ) |
10 Jun 2022 13:22:16 0.7.0 |
Muhammad Moinur Rahman (bofh)  |
devel/py-mccabe: Update version 0.6.1=>0.7.0
Relnotes: https://github.com/PyCQA/mccabe/releases/tag/0.7.0 |
06 Jun 2022 12:25:36 0.6.1 |
Muhammad Moinur Rahman (bofh)  |
all: Take maintainership |
06 Jun 2022 11:56:41 0.6.1 |
Rene Ladan (rene)  |
all: return wg's ports to the pool after safekeeping his commit bit |
06 Apr 2021 14:31:07 0.6.1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.6.1 |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
20 Jun 2018 17:05:44
0.6.1 |
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 |
25 Apr 2018 16:42:38
0.6.1 |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
30 Nov 2017 15:50:34
0.6.1  |
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 ) |
01 Mar 2017 15:00:34
0.6.1 |
amdmi3  |
- Update to 0.6.1
- Add PyPi WWW
PR: 217136
Submitted by: amdmi3
Approved by: wg (maintainer) |
24 Jan 2017 12:31:07
0.5.3 |
amdmi3  |
- Update to 0.5.3
- Add NO_ARCH
- Add LICENSE
- Add py3- counterpart
PR: 216406
Approved by: wg (maintainer) |
07 Nov 2015 12:47:18
0.3.1 |
wg  |
devel/py-mccabe: update to 0.3.1 |
10 Oct 2014 22:36:41
0.2.1 |
antoine  |
Remove plist redundant with autoplist |
08 Oct 2014 16:46:25
0.2.1 |
wg  |
devel/py-mccabe: remove setuptools hack and use newer python knob |
23 Jul 2014 01:45:47
0.2.1 |
adamw  |
Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything.
Approved by: portmgr (not really, but it touches unstaged ports) |
26 Sep 2013 21:27:28
0.2.1 |
wg  |
devel/py-mccabe: use distutils
- Use distutils instead of setuptools
- Allow staging
- Use new PYTHON_PY3K_PLIST_HACK |
20 Sep 2013 17:13:47
0.2.1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
18 Jul 2013 16:15:42
0.2.1 |
wg  |
devel/py-mccabe: update to 0.2.1
- Update to 0.2.1
- Fix support for python 3.x
Changes: https://github.com/flintwork/mccabe/blob/0.2.1/README.rst#changes |
15 May 2013 19:33:15
0.2 |
wg  |
- Change MAINTAINER address of all my ports
Approved by: culot (mentor) |
06 Mar 2013 17:34:52
0.2 |
lippe  |
McCabe complexity checker for Python.
This module provides a plugin for flake8, the Python code checker.
WWW: https://github.com/flintwork/mccabe
PR: ports/176641
Submitted by: William Grzybowski <william88@gmail.com> |