Path to this page:
./
devel/py-vine,
Special implementation of promises
Branch: CURRENT,
Version: 5.1.0,
Package name: py312-vine-5.1.0,
Maintainer: pkgsrc-usersThis is a special implementation of promises in that it can be used
both for promise of a value and lazy evaluation. The biggest upside
for this is that everything in a promise can also be a promise,
e.g. filters, callbacks and errbacks can all be promises.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 47.832 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-vine-5.1.0
- (2023-12-01) Updated to version: py311-vine-5.1.0
- (2023-02-09) Updated to version: py310-vine-5.0.0nb1
- (2022-01-05) Updated to version: py39-vine-5.0.0nb1
- (2021-10-07) Updated to version: py39-vine-5.0.0
- (2021-05-07) Updated to version: py38-vine-5.0.0
CVS history: (Expand)
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-14 09:38:41 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-vine: remove unused test dependency
add test status
|
2023-12-01 20:34:52 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-vine: updated to 5.1.0
5.1.0
- Dropped Python 3.6 support.
- Added new Python versions support.
- Dropped old dependencies.
- Added new GHA based CI.
- Added slots support and impproved dynamic assignment.
|
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-05-07 19:55:20 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-vine: updated to 5.0.0
5.0.0
=====
- Dropped Python 3.5 support.
5.0.0a1
=======
- Dropped Python 2.x support.
- Dropped Python 3.4 support.
- Removed the :mod:`vine.five` module.
- Removed the :mod:`vine.backports.weakref_backports` module.
|
2021-02-17 15:40:34 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-vine: improve DESCR and COMMENT following upstream
|