Path to this page:
./
devel/py-atpublic,
@public decorator for Python
Branch: CURRENT,
Version: 2.3nb1,
Package name: py39-atpublic-2.3nb1,
Maintainer: pkgsrc-usersThis is a very simple decorator and function which populates a
module's __all__ and optionally the module globals.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 16.354 KB
Version history: (Expand)
- (2022-01-05) Updated to version: py39-atpublic-2.3nb1
- (2021-10-07) Updated to version: py39-atpublic-2.3
- (2021-04-16) Updated to version: py38-atpublic-2.3
- (2021-02-16) Updated to version: py38-atpublic-2.1.3
- (2021-01-11) Updated to version: py38-atpublic-2.1.2
- (2020-10-23) Updated to version: py37-atpublic-2.1.1
CVS history: (Expand)
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-04-16 07:40:25 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-atpublic: updated to 2.3
2.3 (2021-04-13)
================
* Do type hinting the right way.
2.2 (2021-04-13)
================
* ``public()`` and ``private()`` can't be correctly type annotated, so the
type hints on these two functions have been removed. The ``ModuleAware``
was also removed.
* Added a ``py.typed`` file to satisfy type checkers.
* Fixed a documentation cross-reference bug.
|
2021-02-16 19:48:37 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-atpublic: updated to 2.1.3
2.1.3
* I `blue <https://blue.readthedocs.io/en/latest/>`_ it!
|
2021-01-11 15:02:57 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-atpublic: updated to 2.1.2
2.1.2:
Update copyright years.
Include test/__init__.py and docs/__init__.py
|
2020-10-23 09:21:23 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-atpublic: updated to 2.1.1
2.1.1:
Rename top-level tests/ directory to test/
2.1:
Clean up some typing problems.
Reorganized docs and tests out of the code directory.
Fix the Windows CI tests.
2.0:
Drop Python 3.4 and 3.5; add Python 3.8 and 3.9.
The C implementation is removed.
Added an @private decorator
Build and test on Windows in addition to Linux.
Fix the doctests so that they actually run and pass!
Add type annotations and API reference documentation.
Internal improvements and modernizations.
|
2019-07-09 13:35:15 by Nia Alarie | Files touched by this commit (9) |
Log message:
Use https for readthedocs.io.
|