Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 May 2021 12:17:54 6.1.1
|
Dmitry Marakasov (amdmi3)  |
devel/py-pydocstyle: update to 6.1.1
New toml dependency is optional, but I don't want to increase port
complexity by adding an OPTION |
09 Apr 2021 19:37:40 6.0.0
|
Dmitry Marakasov (amdmi3)  |
devel/py-pydocstyle: update to 6.0.0 |
07 Apr 2021 23:19:01 5.1.1
|
Dmitry Marakasov (amdmi3)  |
Remove useless Created by: headers mentioning me |
06 Apr 2021 14:31:07 5.1.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
01 Sep 2020 11:00:33
5.1.1
|
amdmi3  |
- Update to 5.1.1 |
25 Aug 2020 16:29:55
5.1.0
|
amdmi3  |
- Update to 5.1.0 |
11 Jan 2020 17:29:20
5.0.2
|
amdmi3  |
- Update to 5.0.2 |
11 Dec 2019 13:30:31
5.0.1
|
amdmi3  |
- Update to 5.0.1 |
10 Dec 2019 12:03:40
5.0.0
|
amdmi3  |
- Update to 5.0.0 |
23 Aug 2019 19:49:27
4.0.1
|
amdmi3  |
- Update to 4.0.1 |
10 Apr 2019 06:18:32
3.0.0_1
|
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
26 Oct 2018 15:20:29
3.0.0
|
amdmi3  |
- Update to 3.0.0 |
20 Jun 2018 17:05:44
2.1.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
2.1.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 |
09 Jan 2018 15:38:04
2.1.1
|
amdmi3  |
- Update to 2.1.1 |
30 Nov 2017 15:50:34
2.0.0_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 ) |
24 May 2017 16:47:23
2.0.0_1
|
amdmi3  |
- Add missing depends
- Allow concurrent installation
PR: 219429
Submitted by: john@saltant.com |
21 Apr 2017 09:00:48
2.0.0
|
amdmi3  |
- Update to 2.0.0 |
05 Feb 2017 14:25:03
1.1.1
|
amdmi3  |
- Add py-pydocstyle, py3-pydocstyle
Python docstring style checker
(formerly pep257)
pydocstyle is a static analysis tool for checking compliance with
Python docstring conventions.
pydocstyle supports most of PEP 257 out of the box, but it should
not be considered a reference implementation.
pydocstyle supports Python 2.6, 2.7, 3.3, 3.4, 3.5, pypy and pypy3.
WWW: https://pypi.python.org/pypi/pydocstyle |