sync ports with The Matrix
This commit is contained in:
parent
6a59f2180d
commit
fb5a481339
388 changed files with 2518 additions and 1935 deletions
23
devel/py-hatch-nodejs-version/Makefile
Normal file
23
devel/py-hatch-nodejs-version/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
COMMENT = hatch plugin for versioning from a package.json file
|
||||
|
||||
MODPY_EGG_VERSION = 0.3.2
|
||||
DISTNAME = hatch_nodejs_version-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://github.com/agoose77/hatch-nodejs-version
|
||||
MAINTAINER = Paco Esteban <paco@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_PYBUILD = hatchling
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-hatch-nodejs-version/distinfo
Normal file
2
devel/py-hatch-nodejs-version/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (hatch_nodejs_version-0.3.2.tar.gz) = ingo2Be3HlC7u7Acm/wLMpZXt5AMVoRkibnJWN4VtUw=
|
||||
SIZE (hatch_nodejs_version-0.3.2.tar.gz) = 16942
|
6
devel/py-hatch-nodejs-version/pkg/DESCR
Normal file
6
devel/py-hatch-nodejs-version/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
This 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.
|
24
devel/py-hatch-nodejs-version/pkg/PLIST
Normal file
24
devel/py-hatch-nodejs-version/pkg/PLIST
Normal file
|
@ -0,0 +1,24 @@
|
|||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version-${MODPY_EGG_VERSION}.dist-info/licenses/
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version-${MODPY_EGG_VERSION}.dist-info/licenses/LICENSE.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/${MODPY_PYCACHE}_version.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/${MODPY_PYCACHE}_version.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/${MODPY_PYCACHE}hooks.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/${MODPY_PYCACHE}hooks.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/${MODPY_PYCACHE}metadata_source.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/${MODPY_PYCACHE}metadata_source.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/${MODPY_PYCACHE}version_source.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/${MODPY_PYCACHE}version_source.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/_version.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/hooks.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/metadata_source.py
|
||||
lib/python${MODPY_VERSION}/site-packages/hatch_nodejs_version/version_source.py
|
Loading…
Add table
Add a link
Reference in a new issue