pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: markd
Date: Wed May 27 10:52:47 UTC 2026
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/py-hatch-requirements-txt: DESCR Makefile PLIST distinfo
Log Message:
py-hatch-requirements-txt: Add version 0.4.1
Hatchling plugin to read project dependencies from requirements.txt
To generate a diff of this commit:
cvs rdiff -u -r1.4631 -r1.4632 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-hatch-requirements-txt/DESCR \
pkgsrc/devel/py-hatch-requirements-txt/Makefile \
pkgsrc/devel/py-hatch-requirements-txt/PLIST \
pkgsrc/devel/py-hatch-requirements-txt/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4631 pkgsrc/devel/Makefile:1.4632
--- pkgsrc/devel/Makefile:1.4631 Sun May 24 06:24:13 2026
+++ pkgsrc/devel/Makefile Wed May 27 10:52:47 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4631 2026/05/24 06:24:13 adam Exp $
+# $NetBSD: Makefile,v 1.4632 2026/05/27 10:52:47 markd Exp $
#
COMMENT= Development utilities
@@ -2757,6 +2757,7 @@ SUBDIR+= py-hamcrest
SUBDIR+= py-hatch-fancy-pypi-readme
SUBDIR+= py-hatch-jupyter-builder
SUBDIR+= py-hatch-nodejs-version
+SUBDIR+= py-hatch-requirements-txt
SUBDIR+= py-hatch-vcs
SUBDIR+= py-hatchling
SUBDIR+= py-hexbytes
Added files:
Index: pkgsrc/devel/py-hatch-requirements-txt/DESCR
diff -u /dev/null pkgsrc/devel/py-hatch-requirements-txt/DESCR:1.1
--- /dev/null Wed May 27 10:52:47 2026
+++ pkgsrc/devel/py-hatch-requirements-txt/DESCR Wed May 27 10:52:47 2026
@@ -0,0 +1 @@
+Hatchling plugin to read project dependencies from requirements.txt
Index: pkgsrc/devel/py-hatch-requirements-txt/Makefile
diff -u /dev/null pkgsrc/devel/py-hatch-requirements-txt/Makefile:1.1
--- /dev/null Wed May 27 10:52:47 2026
+++ pkgsrc/devel/py-hatch-requirements-txt/Makefile Wed May 27 10:52:47 2026
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2026/05/27 10:52:47 markd Exp $
+
+DISTNAME= hatch_requirements_txt-0.4.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=h/hatch-requirements-txt/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/repo-helper/hatch-requirements-txt
+COMMENT= Hatch plugin to read project dependencies from requirements.txt
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.1.0:../../devel/py-hatchling
+DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-hatch-requirements-txt/PLIST
diff -u /dev/null pkgsrc/devel/py-hatch-requirements-txt/PLIST:1.1
--- /dev/null Wed May 27 10:52:47 2026
+++ pkgsrc/devel/py-hatch-requirements-txt/PLIST Wed May 27 10:52:47 2026
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2026/05/27 10:52:47 markd Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/hatch_requirements_txt/__init__.py
+${PYSITELIB}/hatch_requirements_txt/__init__.pyc
+${PYSITELIB}/hatch_requirements_txt/__init__.pyo
+${PYSITELIB}/hatch_requirements_txt/py.typed
Index: pkgsrc/devel/py-hatch-requirements-txt/distinfo
diff -u /dev/null pkgsrc/devel/py-hatch-requirements-txt/distinfo:1.1
--- /dev/null Wed May 27 10:52:47 2026
+++ pkgsrc/devel/py-hatch-requirements-txt/distinfo Wed May 27 10:52:47 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/05/27 10:52:47 markd Exp $
+
+BLAKE2s (hatch_requirements_txt-0.4.1.tar.gz) = 3a81f87aa7bbf6c63a6550924aa4187878fa64d9065813d897f21cc83aae804b
+SHA512 (hatch_requirements_txt-0.4.1.tar.gz) = 175001d25217c79448dbe2aba6cd9477e5f7d54b703c41405ecddb6452864af4d53fd22a8a2568e263c4a9bafe52048a58408c7aefce743a2f26723cd23e8d49
+Size (hatch_requirements_txt-0.4.1.tar.gz) = 6454 bytes
Home |
Main Index |
Thread Index |
Old Index