dev-python/hatch-nodejs-version: New package, v0.3.2

This one has a few revdeps already, except for some reason people
thought it's a better idea to apply a major patch and hardcode
the version number in that patch, than add this trivial package.
What could go wrong with that?!

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2024-04-02 15:50:04 +02:00
parent 9c6d116c34
commit 308cb8b4ff
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST hatch_nodejs_version-0.3.2.tar.gz 16942 BLAKE2B dd68166a4aa7112dee4b566a748a40f951b73a4c7a8f6435ff0dd6706fed7d520d17d9e55604f9c901688a751d62f1160de3618026bdb829e5989fad87efa268 SHA512 e781669c84c3e61333cbd47f078ff6f16dae5b3c6e7d2ea76ae20ee78012ea9686a2be684127db821a6128408030bc09a0210386424f155af5a044f0178d44d4

View File

@ -0,0 +1,25 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Hatch plugin for versioning from a package.json file"
HOMEPAGE="
https://github.com/agoose77/hatch-nodejs-version/
https://pypi.org/project/hatch-nodejs-version/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/hatchling-0.21.0[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">agoose77/hatch-nodejs-version</remote-id>
<remote-id type="pypi">hatch-nodejs-version</remote-id>
</upstream>
</pkgmetadata>