pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 22 12:25:29 UTC 2023

Modified Files:
        pkgsrc/misc: Makefile
Added Files:
        pkgsrc/misc/py-expandvars: DESCR Makefile PLIST distinfo

Log Message:
py-expandvars: added version 0.12.0

Expand system variables Unix style. This module is inspired by GNU bash's
variable expansion features. It can be used as an alternative to Python's
os.path.expandvars function.


To generate a diff of this commit:
cvs rdiff -u -r1.633 -r1.634 pkgsrc/misc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/py-expandvars/DESCR \
    pkgsrc/misc/py-expandvars/Makefile pkgsrc/misc/py-expandvars/PLIST \
    pkgsrc/misc/py-expandvars/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/Makefile
diff -u pkgsrc/misc/Makefile:1.633 pkgsrc/misc/Makefile:1.634
--- pkgsrc/misc/Makefile:1.633  Sat Nov  4 10:05:08 2023
+++ pkgsrc/misc/Makefile        Wed Nov 22 12:25:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.633 2023/11/04 10:05:08 wiz Exp $
+# $NetBSD: Makefile,v 1.634 2023/11/22 12:25:29 adam Exp $
 #
 
 COMMENT=       Miscellaneous utilities
@@ -280,6 +280,7 @@ SUBDIR+=    py-ansi
 SUBDIR+=       py-asciinema
 SUBDIR+=       py-autocommand
 SUBDIR+=       py-crashtest
+SUBDIR+=       py-expandvars
 SUBDIR+=       py-ghp-import
 SUBDIR+=       py-icecream
 SUBDIR+=       py-immutables

Added files:

Index: pkgsrc/misc/py-expandvars/DESCR
diff -u /dev/null pkgsrc/misc/py-expandvars/DESCR:1.1
--- /dev/null   Wed Nov 22 12:25:29 2023
+++ pkgsrc/misc/py-expandvars/DESCR     Wed Nov 22 12:25:29 2023
@@ -0,0 +1,3 @@
+Expand system variables Unix style. This module is inspired by GNU bash's
+variable expansion features. It can be used as an alternative to Python's
+os.path.expandvars function.
Index: pkgsrc/misc/py-expandvars/Makefile
diff -u /dev/null pkgsrc/misc/py-expandvars/Makefile:1.1
--- /dev/null   Wed Nov 22 12:25:29 2023
+++ pkgsrc/misc/py-expandvars/Makefile  Wed Nov 22 12:25:29 2023
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2023/11/22 12:25:29 adam Exp $
+
+DISTNAME=      expandvars-0.12.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    misc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=e/expandvars/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/sayanarijit/expandvars
+COMMENT=       Expand system variables Unix style
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/py-expandvars/PLIST
diff -u /dev/null pkgsrc/misc/py-expandvars/PLIST:1.1
--- /dev/null   Wed Nov 22 12:25:29 2023
+++ pkgsrc/misc/py-expandvars/PLIST     Wed Nov 22 12:25:29 2023
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2023/11/22 12:25:29 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/expandvars.py
+${PYSITELIB}/expandvars.pyc
+${PYSITELIB}/expandvars.pyo
Index: pkgsrc/misc/py-expandvars/distinfo
diff -u /dev/null pkgsrc/misc/py-expandvars/distinfo:1.1
--- /dev/null   Wed Nov 22 12:25:29 2023
+++ pkgsrc/misc/py-expandvars/distinfo  Wed Nov 22 12:25:29 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/11/22 12:25:29 adam Exp $
+
+BLAKE2s (expandvars-0.12.0.tar.gz) = 506ae0896483ec7504d5a19d56a3d2868e8e07a8c739e8600e859317dc067016
+SHA512 (expandvars-0.12.0.tar.gz) = b6eeb4693800737aef6367f4fb6080963882c59de2276f187565a764f6b800c747c1d98a1dc2e5107a62ccab420e3528064a1b67ccff8494f8ca2ebf96f05cc6
+Size (expandvars-0.12.0.tar.gz) = 10909 bytes



Home | Main Index | Thread Index | Old Index