pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel py-hatchling: added version 1.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52302e54822c
branches:  trunk
changeset: 380240:52302e54822c
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 01 10:54:22 2022 +0000

description:
py-hatchling: added version 1.3.1

This is the extensible, standards compliant build backend used by Hatch.

diffstat:

 devel/Makefile                  |    3 +-
 devel/py-hatchling/ALTERNATIVES |    1 +
 devel/py-hatchling/DESCR        |    1 +
 devel/py-hatchling/Makefile     |   22 ++++++
 devel/py-hatchling/PLIST        |  130 ++++++++++++++++++++++++++++++++++++++++
 devel/py-hatchling/distinfo     |    5 +
 6 files changed, 161 insertions(+), 1 deletions(-)

diffs (196 lines):

diff -r de7e6c17951f -r 52302e54822c devel/Makefile
--- a/devel/Makefile    Wed Jun 01 10:50:23 2022 +0000
+++ b/devel/Makefile    Wed Jun 01 10:54:22 2022 +0000
@@ -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-guppy3
 SUBDIR+=       py-h5py
 SUBDIR+=       py-hamcrest
+SUBDIR+=       py-hatchling
 SUBDIR+=       py-hexbytes
 SUBDIR+=       py-hg-evolve
 SUBDIR+=       py-hg-fastimport
diff -r de7e6c17951f -r 52302e54822c devel/py-hatchling/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hatchling/ALTERNATIVES   Wed Jun 01 10:54:22 2022 +0000
@@ -0,0 +1,1 @@
+bin/hatchling @PREFIX@/bin/hatchling-@PYVERSSUFFIX@
diff -r de7e6c17951f -r 52302e54822c devel/py-hatchling/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hatchling/DESCR  Wed Jun 01 10:54:22 2022 +0000
@@ -0,0 +1,1 @@
+This is the extensible, standards compliant build backend used by Hatch.
diff -r de7e6c17951f -r 52302e54822c devel/py-hatchling/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hatchling/Makefile       Wed Jun 01 10:54:22 2022 +0000
@@ -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@localhost
+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"
diff -r de7e6c17951f -r 52302e54822c devel/py-hatchling/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hatchling/PLIST  Wed Jun 01 10:54:22 2022 +0000
@@ -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
diff -r de7e6c17951f -r 52302e54822c devel/py-hatchling/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hatchling/distinfo       Wed Jun 01 10:54:22 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index