Path to this page:
./
devel/py-hatch-nodejs-version,
Hatch plugin for versioning from a package.json file
Branch: CURRENT,
Version: 0.3.2nb1,
Package name: py311-hatch-nodejs-version-0.3.2nb1,
Maintainer: pkgsrc-usersThis package provides two Hatch plugins:
* version source plugin that reads/writes the package version from the version
field of the Node.js package.json file.
* metadata hook plugin that reads PEP 621 metadata from the Node.js
package.json file.
Master sites:
Filesize: 16.545 KB
Version history: (Expand)
- (2023-10-28) Updated to version: py311-hatch-nodejs-version-0.3.2nb1
- (2023-09-18) Updated to version: py311-hatch-nodejs-version-0.3.2
- (2023-02-09) Package added to pkgsrc.se, version py310-hatch-nodejs-version-0.3.1 (created)
CVS history: (Expand)
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-09-18 10:00:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-hatch-nodejs-version: updated to 0.3.2
0.3.2
Bugs fixed
- Add a trailing newline to package.json when appropriate
Other merged PRs
- Assume NPM person can be string
|