pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc py-pyyaml_env_tag: added version 0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f8fe7423353
branches:  trunk
changeset: 373050:4f8fe7423353
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Feb 05 09:42:06 2022 +0000

description:
py-pyyaml_env_tag: added version 0.1

A custom YAML tag for referencing environment variables in YAML files.

diffstat:

 textproc/Makefile                   |   3 ++-
 textproc/py-pyyaml_env_tag/DESCR    |   1 +
 textproc/py-pyyaml_env_tag/Makefile |  20 ++++++++++++++++++++
 textproc/py-pyyaml_env_tag/PLIST    |   9 +++++++++
 textproc/py-pyyaml_env_tag/distinfo |   5 +++++
 5 files changed, 37 insertions(+), 1 deletions(-)

diffs (68 lines):

diff -r 0251ab05b274 -r 4f8fe7423353 textproc/Makefile
--- a/textproc/Makefile Sat Feb 05 09:40:48 2022 +0000
+++ b/textproc/Makefile Sat Feb 05 09:42:06 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1273 2022/01/30 01:26:48 gdt Exp $
+# $NetBSD: Makefile,v 1.1274 2022/02/05 09:42:06 adam Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -1071,6 +1071,7 @@
 SUBDIR+=       py-pyquery
 SUBDIR+=       py-pysrt
 SUBDIR+=       py-pytoml
+SUBDIR+=       py-pyyaml_env_tag
 SUBDIR+=       py-ramlfications
 SUBDIR+=       py-rapidjson
 SUBDIR+=       py-rdflib
diff -r 0251ab05b274 -r 4f8fe7423353 textproc/py-pyyaml_env_tag/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-pyyaml_env_tag/DESCR  Sat Feb 05 09:42:06 2022 +0000
@@ -0,0 +1,1 @@
+A custom YAML tag for referencing environment variables in YAML files.
diff -r 0251ab05b274 -r 4f8fe7423353 textproc/py-pyyaml_env_tag/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-pyyaml_env_tag/Makefile       Sat Feb 05 09:42:06 2022 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/02/05 09:42:06 adam Exp $
+
+DISTNAME=      pyyaml_env_tag-0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyyaml_env_tag/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/waylan/pyyaml-env-tag
+COMMENT=       Custom YAML tag for referencing environment variables
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-yaml>0:../../textproc/py-yaml
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0251ab05b274 -r 4f8fe7423353 textproc/py-pyyaml_env_tag/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-pyyaml_env_tag/PLIST  Sat Feb 05 09:42:06 2022 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/05 09:42:06 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/yaml_env_tag.py
+${PYSITELIB}/yaml_env_tag.pyc
+${PYSITELIB}/yaml_env_tag.pyo
diff -r 0251ab05b274 -r 4f8fe7423353 textproc/py-pyyaml_env_tag/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-pyyaml_env_tag/distinfo       Sat Feb 05 09:42:06 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/02/05 09:42:06 adam Exp $
+
+BLAKE2s (pyyaml_env_tag-0.1.tar.gz) = d8ddf863e0c447740f6ba3c805b9de8bc9de12329663fd79a678b95f21d7c3de
+SHA512 (pyyaml_env_tag-0.1.tar.gz) = 7d3dbc08fb338b3de5bbe657fa8a98a330d7ac7962ac2ea6513ade362b36deaaad8d9e82eb018454d73fd26d90003861a3ffee9abc2e9ac51dea4ba315b5c1f9
+Size (pyyaml_env_tag-0.1.tar.gz) = 5631 bytes



Home | Main Index | Thread Index | Old Index