mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Update to version 2.3.1
Changes between 2.2.0 and 2.3.1: * Add three new built-in styles, numpy_with_merge, google_with_merge, and numpy_napoleon_with_merge, which permit users to concatenate the respective sections of a parent's and child's docstrings. * Added the ability to configure DocInheritMeta so that special methods will have their docstrings inherited as well. * The Methods section in a NumPy-style docstring is now recognized.
This commit is contained in:
parent
7d042d84b4
commit
dd08d16df9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562687
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= custom_inherit
|
||||
PORTVERSION= 2.2.0
|
||||
PORTVERSION= 2.3.1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1546916988
|
||||
SHA256 (custom_inherit-2.2.0.tar.gz) = 3892ec53aaffae98d757867c3d1dd5f02200db0e1f888ab601223d72262996f8
|
||||
SIZE (custom_inherit-2.2.0.tar.gz) = 11257
|
||||
TIMESTAMP = 1611674010
|
||||
SHA256 (custom_inherit-2.3.1.tar.gz) = a0d104847b4cc1ae24e00061fc2e11da8766b019bf4c8c753822347366c8c49f
|
||||
SIZE (custom_inherit-2.3.1.tar.gz) = 30106
|
||||
|
|
Loading…
Add table
Reference in a new issue