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: adam
Date: Mon Apr 17 20:53:30 UTC 2023
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/py-poetry-plugin-export: DESCR Makefile PLIST distinfo
Log Message:
py-poetry-plugin-export: added version 1.3.1
This package is a plugin that allows the export of locked packages to various formats.
To generate a diff of this commit:
cvs rdiff -u -r1.3950 -r1.3951 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-poetry-plugin-export/DESCR \
pkgsrc/devel/py-poetry-plugin-export/Makefile \
pkgsrc/devel/py-poetry-plugin-export/PLIST \
pkgsrc/devel/py-poetry-plugin-export/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.3950 pkgsrc/devel/Makefile:1.3951
--- pkgsrc/devel/Makefile:1.3950 Mon Apr 17 19:55:45 2023
+++ pkgsrc/devel/Makefile Mon Apr 17 20:53:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3950 2023/04/17 19:55:45 adam Exp $
+# $NetBSD: Makefile,v 1.3951 2023/04/17 20:53:30 adam Exp $
#
COMMENT= Development utilities
@@ -2701,6 +2701,7 @@ SUBDIR+= py-plumbum
SUBDIR+= py-ply
SUBDIR+= py-poetry
SUBDIR+= py-poetry-core
+SUBDIR+= py-poetry-plugin-export
SUBDIR+= py-polib
SUBDIR+= py-pooch
SUBDIR+= py-pqueue
Added files:
Index: pkgsrc/devel/py-poetry-plugin-export/DESCR
diff -u /dev/null pkgsrc/devel/py-poetry-plugin-export/DESCR:1.1
--- /dev/null Mon Apr 17 20:53:30 2023
+++ pkgsrc/devel/py-poetry-plugin-export/DESCR Mon Apr 17 20:53:30 2023
@@ -0,0 +1,2 @@
+This package is a plugin that allows the export of locked packages to various
+formats.
Index: pkgsrc/devel/py-poetry-plugin-export/Makefile
diff -u /dev/null pkgsrc/devel/py-poetry-plugin-export/Makefile:1.1
--- /dev/null Mon Apr 17 20:53:30 2023
+++ pkgsrc/devel/py-poetry-plugin-export/Makefile Mon Apr 17 20:53:30 2023
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2023/04/17 20:53:30 adam Exp $
+
+DISTNAME= poetry_plugin_export-1.3.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/poetry-plugin-export/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://python-poetry.org/
+COMMENT= Poetry plugin to export the dependencies to various formats
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.3.0:../../devel/py-poetry-core
+TEST_DEPENDS+= ${PYPKGPREFIX}-poetry>=1.3.0:../../devel/py-poetry
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.1:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.9:../../devel/py-test-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-randomly>=3.12:../../devel/py-test-randomly
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=3.1:../../devel/py-test-xdist
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-poetry-plugin-export/PLIST
diff -u /dev/null pkgsrc/devel/py-poetry-plugin-export/PLIST:1.1
--- /dev/null Mon Apr 17 20:53:30 2023
+++ pkgsrc/devel/py-poetry-plugin-export/PLIST Mon Apr 17 20:53:30 2023
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/17 20:53:30 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${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}/poetry_plugin_export/__init__.py
+${PYSITELIB}/poetry_plugin_export/__init__.pyc
+${PYSITELIB}/poetry_plugin_export/command.py
+${PYSITELIB}/poetry_plugin_export/command.pyc
+${PYSITELIB}/poetry_plugin_export/exporter.py
+${PYSITELIB}/poetry_plugin_export/exporter.pyc
+${PYSITELIB}/poetry_plugin_export/plugins.py
+${PYSITELIB}/poetry_plugin_export/plugins.pyc
+${PYSITELIB}/poetry_plugin_export/walker.py
+${PYSITELIB}/poetry_plugin_export/walker.pyc
Index: pkgsrc/devel/py-poetry-plugin-export/distinfo
diff -u /dev/null pkgsrc/devel/py-poetry-plugin-export/distinfo:1.1
--- /dev/null Mon Apr 17 20:53:30 2023
+++ pkgsrc/devel/py-poetry-plugin-export/distinfo Mon Apr 17 20:53:30 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/17 20:53:30 adam Exp $
+
+BLAKE2s (poetry_plugin_export-1.3.1.tar.gz) = 0f97f061879f41d620d7bec1f05aa57ee91caa7c948527820af0334a928f77a3
+SHA512 (poetry_plugin_export-1.3.1.tar.gz) = 8bed3ebd4f8b3d3c15877da43829a043b623440a4b0b2059874759f103332adcf63e2a9883b86534dcecbe1eafef2cdd39ae5960393ff48d7144cbc11a361206
+Size (poetry_plugin_export-1.3.1.tar.gz) = 28141 bytes
Home |
Main Index |
Thread Index |
Old Index