Received: by mail.netbsd.org (Postfix, from userid 605) id 2FA6684EE6; Wed, 1 Jun 2022 10:53:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 68E6684EDF for ; Wed, 1 Jun 2022 10:53:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id uXo945oqS0nn for ; Wed, 1 Jun 2022 10:53:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6FCD784CDC for ; Wed, 1 Jun 2022 10:53:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A9145FB18; Wed, 1 Jun 2022 10:54:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1654080862193170" MIME-Version: 1.0 Date: Wed, 1 Jun 2022 10:54:22 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220601105422.A9145FB18@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1654080862193170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jun 1 10:54:22 UTC 2022 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/py-hatchling: ALTERNATIVES DESCR Makefile PLIST distinfo Log Message: py-hatchling: added version 1.3.1 This is the extensible, standards compliant build backend used by Hatch. To generate a diff of this commit: cvs rdiff -u -r1.3744 -r1.3745 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-hatchling/ALTERNATIVES \ pkgsrc/devel/py-hatchling/DESCR pkgsrc/devel/py-hatchling/Makefile \ pkgsrc/devel/py-hatchling/PLIST pkgsrc/devel/py-hatchling/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1654080862193170 Content-Disposition: inline Content-Length: 8767 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3744 pkgsrc/devel/Makefile:1.3745 --- pkgsrc/devel/Makefile:1.3744 Tue May 31 21:03:08 2022 +++ pkgsrc/devel/Makefile Wed Jun 1 10:54:22 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3744 2022/05/31 21:03:08 markd Exp $ +# $NetBSD: Makefile,v 1.3745 2022/06/01 10:54:22 adam Exp $ # COMMENT= Development utilities @@ -2496,6 +2496,7 @@ SUBDIR+= py-greenlet SUBDIR+= py-guppy3 SUBDIR+= py-h5py SUBDIR+= py-hamcrest +SUBDIR+= py-hatchling SUBDIR+= py-hexbytes SUBDIR+= py-hg-evolve SUBDIR+= py-hg-fastimport Added files: Index: pkgsrc/devel/py-hatchling/ALTERNATIVES diff -u /dev/null pkgsrc/devel/py-hatchling/ALTERNATIVES:1.1 --- /dev/null Wed Jun 1 10:54:22 2022 +++ pkgsrc/devel/py-hatchling/ALTERNATIVES Wed Jun 1 10:54:22 2022 @@ -0,0 +1 @@ +bin/hatchling @PREFIX@/bin/hatchling-@PYVERSSUFFIX@ Index: pkgsrc/devel/py-hatchling/DESCR diff -u /dev/null pkgsrc/devel/py-hatchling/DESCR:1.1 --- /dev/null Wed Jun 1 10:54:22 2022 +++ pkgsrc/devel/py-hatchling/DESCR Wed Jun 1 10:54:22 2022 @@ -0,0 +1 @@ +This is the extensible, standards compliant build backend used by Hatch. Index: pkgsrc/devel/py-hatchling/Makefile diff -u /dev/null pkgsrc/devel/py-hatchling/Makefile:1.1 --- /dev/null Wed Jun 1 10:54:22 2022 +++ pkgsrc/devel/py-hatchling/Makefile Wed Jun 1 10:54:22 2022 @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2022/06/01 10:54:22 adam Exp $ + +DISTNAME= hatchling-1.3.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=h/hatchling/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://hatch.pypa.io/ +COMMENT= Modern, extensible Python build backend +LICENSE= mit + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +post-install: + cd ${DESTDIR}${PREFIX}/bin && \ + ${MV} hatchling hatchling-${PYVERSSUFFIX} || ${TRUE} + +.include "../../lang/python/wheel.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-hatchling/PLIST diff -u /dev/null pkgsrc/devel/py-hatchling/PLIST:1.1 --- /dev/null Wed Jun 1 10:54:22 2022 +++ pkgsrc/devel/py-hatchling/PLIST Wed Jun 1 10:54:22 2022 @@ -0,0 +1,130 @@ +@comment $NetBSD: PLIST,v 1.1 2022/06/01 10:54:22 adam Exp $ +bin/hatchling-${PYVERSSUFFIX} +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json +${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt +${PYSITELIB}/${WHEEL_INFODIR}/license_files/LICENSE.txt +${PYSITELIB}/hatchling/__about__.py +${PYSITELIB}/hatchling/__about__.pyc +${PYSITELIB}/hatchling/__init__.py +${PYSITELIB}/hatchling/__init__.pyc +${PYSITELIB}/hatchling/__main__.py +${PYSITELIB}/hatchling/__main__.pyc +${PYSITELIB}/hatchling/bridge/__init__.py +${PYSITELIB}/hatchling/bridge/__init__.pyc +${PYSITELIB}/hatchling/bridge/app.py +${PYSITELIB}/hatchling/bridge/app.pyc +${PYSITELIB}/hatchling/build.py +${PYSITELIB}/hatchling/build.pyc +${PYSITELIB}/hatchling/builders/__init__.py +${PYSITELIB}/hatchling/builders/__init__.pyc +${PYSITELIB}/hatchling/builders/config.py +${PYSITELIB}/hatchling/builders/config.pyc +${PYSITELIB}/hatchling/builders/constants.py +${PYSITELIB}/hatchling/builders/constants.pyc +${PYSITELIB}/hatchling/builders/custom.py +${PYSITELIB}/hatchling/builders/custom.pyc +${PYSITELIB}/hatchling/builders/hooks/__init__.py +${PYSITELIB}/hatchling/builders/hooks/__init__.pyc +${PYSITELIB}/hatchling/builders/hooks/custom.py +${PYSITELIB}/hatchling/builders/hooks/custom.pyc +${PYSITELIB}/hatchling/builders/hooks/plugin/__init__.py +${PYSITELIB}/hatchling/builders/hooks/plugin/__init__.pyc +${PYSITELIB}/hatchling/builders/hooks/plugin/hooks.py +${PYSITELIB}/hatchling/builders/hooks/plugin/hooks.pyc +${PYSITELIB}/hatchling/builders/hooks/plugin/interface.py +${PYSITELIB}/hatchling/builders/hooks/plugin/interface.pyc +${PYSITELIB}/hatchling/builders/plugin/__init__.py +${PYSITELIB}/hatchling/builders/plugin/__init__.pyc +${PYSITELIB}/hatchling/builders/plugin/hooks.py +${PYSITELIB}/hatchling/builders/plugin/hooks.pyc +${PYSITELIB}/hatchling/builders/plugin/interface.py +${PYSITELIB}/hatchling/builders/plugin/interface.pyc +${PYSITELIB}/hatchling/builders/sdist.py +${PYSITELIB}/hatchling/builders/sdist.pyc +${PYSITELIB}/hatchling/builders/utils.py +${PYSITELIB}/hatchling/builders/utils.pyc +${PYSITELIB}/hatchling/builders/wheel.py +${PYSITELIB}/hatchling/builders/wheel.pyc +${PYSITELIB}/hatchling/cli/__init__.py +${PYSITELIB}/hatchling/cli/__init__.pyc +${PYSITELIB}/hatchling/cli/build/__init__.py +${PYSITELIB}/hatchling/cli/build/__init__.pyc +${PYSITELIB}/hatchling/cli/dep/__init__.py +${PYSITELIB}/hatchling/cli/dep/__init__.pyc +${PYSITELIB}/hatchling/cli/version/__init__.py +${PYSITELIB}/hatchling/cli/version/__init__.pyc +${PYSITELIB}/hatchling/dep/__init__.py +${PYSITELIB}/hatchling/dep/__init__.pyc +${PYSITELIB}/hatchling/dep/core.py +${PYSITELIB}/hatchling/dep/core.pyc +${PYSITELIB}/hatchling/licenses/__init__.py +${PYSITELIB}/hatchling/licenses/__init__.pyc +${PYSITELIB}/hatchling/licenses/parse.py +${PYSITELIB}/hatchling/licenses/parse.pyc +${PYSITELIB}/hatchling/licenses/supported.py +${PYSITELIB}/hatchling/licenses/supported.pyc +${PYSITELIB}/hatchling/metadata/__init__.py +${PYSITELIB}/hatchling/metadata/__init__.pyc +${PYSITELIB}/hatchling/metadata/core.py +${PYSITELIB}/hatchling/metadata/core.pyc +${PYSITELIB}/hatchling/metadata/custom.py +${PYSITELIB}/hatchling/metadata/custom.pyc +${PYSITELIB}/hatchling/metadata/plugin/__init__.py +${PYSITELIB}/hatchling/metadata/plugin/__init__.pyc +${PYSITELIB}/hatchling/metadata/plugin/hooks.py +${PYSITELIB}/hatchling/metadata/plugin/hooks.pyc +${PYSITELIB}/hatchling/metadata/plugin/interface.py +${PYSITELIB}/hatchling/metadata/plugin/interface.pyc +${PYSITELIB}/hatchling/metadata/spec.py +${PYSITELIB}/hatchling/metadata/spec.pyc +${PYSITELIB}/hatchling/metadata/utils.py +${PYSITELIB}/hatchling/metadata/utils.pyc +${PYSITELIB}/hatchling/ouroboros.py +${PYSITELIB}/hatchling/ouroboros.pyc +${PYSITELIB}/hatchling/plugin/__init__.py +${PYSITELIB}/hatchling/plugin/__init__.pyc +${PYSITELIB}/hatchling/plugin/exceptions.py +${PYSITELIB}/hatchling/plugin/exceptions.pyc +${PYSITELIB}/hatchling/plugin/manager.py +${PYSITELIB}/hatchling/plugin/manager.pyc +${PYSITELIB}/hatchling/plugin/specs.py +${PYSITELIB}/hatchling/plugin/specs.pyc +${PYSITELIB}/hatchling/plugin/utils.py +${PYSITELIB}/hatchling/plugin/utils.pyc +${PYSITELIB}/hatchling/utils/__init__.py +${PYSITELIB}/hatchling/utils/__init__.pyc +${PYSITELIB}/hatchling/utils/constants.py +${PYSITELIB}/hatchling/utils/constants.pyc +${PYSITELIB}/hatchling/utils/context.py +${PYSITELIB}/hatchling/utils/context.pyc +${PYSITELIB}/hatchling/utils/fs.py +${PYSITELIB}/hatchling/utils/fs.pyc +${PYSITELIB}/hatchling/version/__init__.py +${PYSITELIB}/hatchling/version/__init__.pyc +${PYSITELIB}/hatchling/version/scheme/__init__.py +${PYSITELIB}/hatchling/version/scheme/__init__.pyc +${PYSITELIB}/hatchling/version/scheme/plugin/__init__.py +${PYSITELIB}/hatchling/version/scheme/plugin/__init__.pyc +${PYSITELIB}/hatchling/version/scheme/plugin/hooks.py +${PYSITELIB}/hatchling/version/scheme/plugin/hooks.pyc +${PYSITELIB}/hatchling/version/scheme/plugin/interface.py +${PYSITELIB}/hatchling/version/scheme/plugin/interface.pyc +${PYSITELIB}/hatchling/version/scheme/standard.py +${PYSITELIB}/hatchling/version/scheme/standard.pyc +${PYSITELIB}/hatchling/version/source/__init__.py +${PYSITELIB}/hatchling/version/source/__init__.pyc +${PYSITELIB}/hatchling/version/source/code.py +${PYSITELIB}/hatchling/version/source/code.pyc +${PYSITELIB}/hatchling/version/source/plugin/__init__.py +${PYSITELIB}/hatchling/version/source/plugin/__init__.pyc +${PYSITELIB}/hatchling/version/source/plugin/hooks.py +${PYSITELIB}/hatchling/version/source/plugin/hooks.pyc +${PYSITELIB}/hatchling/version/source/plugin/interface.py +${PYSITELIB}/hatchling/version/source/plugin/interface.pyc +${PYSITELIB}/hatchling/version/source/regex.py +${PYSITELIB}/hatchling/version/source/regex.pyc Index: pkgsrc/devel/py-hatchling/distinfo diff -u /dev/null pkgsrc/devel/py-hatchling/distinfo:1.1 --- /dev/null Wed Jun 1 10:54:22 2022 +++ pkgsrc/devel/py-hatchling/distinfo Wed Jun 1 10:54:22 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/06/01 10:54:22 adam Exp $ + +BLAKE2s (hatchling-1.3.1.tar.gz) = 9b5f2520764ebfb97ec86473aa89beea86c72b9c7010cbb2d29bf3a59720a738 +SHA512 (hatchling-1.3.1.tar.gz) = 3c2152d81d6b78a602ef08dfbf990f28b754eb19dd2c38ef0b37cd368fc008f5646eabf76f48eb55a40b7caa2789cd828c5b312067ac54be52cce80ce1fdc5b4 +Size (hatchling-1.3.1.tar.gz) = 45567 bytes --_----------=_1654080862193170--