pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinxcontrib-nwdiag



Module Name:    pkgsrc
Committed By:   jnemeth
Date:           Mon Mar  9 03:34:59 UTC 2026

Added Files:
        pkgsrc/textproc/py-sphinxcontrib-nwdiag: DESCR Makefile PLIST distinfo

Log Message:
textproc/py-sphinxcontrib-nwdiag: import py313-sphinxcontrib-nwdiag-2.0.0

A sphinx extension for embedding network related diagrams using nwdiag.

For now, nwdiag supports these diagrams:

- logical network diagram
- rack structure diagram
- packet structure diagram


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-sphinxcontrib-nwdiag/DESCR \
    pkgsrc/textproc/py-sphinxcontrib-nwdiag/Makefile \
    pkgsrc/textproc/py-sphinxcontrib-nwdiag/PLIST \
    pkgsrc/textproc/py-sphinxcontrib-nwdiag/distinfo

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

Added files:

Index: pkgsrc/textproc/py-sphinxcontrib-nwdiag/DESCR
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-nwdiag/DESCR:1.1
--- /dev/null   Mon Mar  9 03:34:59 2026
+++ pkgsrc/textproc/py-sphinxcontrib-nwdiag/DESCR       Mon Mar  9 03:34:59 2026
@@ -0,0 +1,7 @@
+A sphinx extension for embedding network related diagrams using nwdiag.
+
+For now, nwdiag supports these diagrams:
+
+- logical network diagram
+- rack structure diagram
+- packet structure diagram
Index: pkgsrc/textproc/py-sphinxcontrib-nwdiag/Makefile
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-nwdiag/Makefile:1.1
--- /dev/null   Mon Mar  9 03:34:59 2026
+++ pkgsrc/textproc/py-sphinxcontrib-nwdiag/Makefile    Mon Mar  9 03:34:59 2026
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2026/03/09 03:34:59 jnemeth Exp $
+
+DISTNAME=      sphinxcontrib-nwdiag-2.0.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-nwdiag/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/sphinx-contrib/nwdiag/
+COMMENT=       Extension for embedding network related diagrams
+LICENSE=       2-clause-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=1.8:../../textproc/py-sphinx
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  310 # py-sphinx
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-sphinxcontrib-nwdiag/PLIST
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-nwdiag/PLIST:1.1
--- /dev/null   Mon Mar  9 03:34:59 2026
+++ pkgsrc/textproc/py-sphinxcontrib-nwdiag/PLIST       Mon Mar  9 03:34:59 2026
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2026/03/09 03:34:59 jnemeth Exp $
+${PYSITELIB}/sphinxcontrib/nwdiag.py
+${PYSITELIB}/sphinxcontrib/nwdiag.pyc
+${PYSITELIB}/sphinxcontrib/nwdiag.pyo
+${PYSITELIB}/sphinxcontrib/packetdiag.py
+${PYSITELIB}/sphinxcontrib/packetdiag.pyc
+${PYSITELIB}/sphinxcontrib/packetdiag.pyo
+${PYSITELIB}/sphinxcontrib/rackdiag.py
+${PYSITELIB}/sphinxcontrib/rackdiag.pyc
+${PYSITELIB}/sphinxcontrib/rackdiag.pyo
+${PYSITELIB}/sphinxcontrib_nwdiag-${PKGVERSION}-py3.13-nspkg.pth
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
Index: pkgsrc/textproc/py-sphinxcontrib-nwdiag/distinfo
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-nwdiag/distinfo:1.1
--- /dev/null   Mon Mar  9 03:34:59 2026
+++ pkgsrc/textproc/py-sphinxcontrib-nwdiag/distinfo    Mon Mar  9 03:34:59 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/03/09 03:34:59 jnemeth Exp $
+
+BLAKE2s (sphinxcontrib-nwdiag-2.0.0.tar.gz) = 6eba139e9cd5612f3bf3aa7da534b34d3a5bcf52a23339a57083742072b101ca
+SHA512 (sphinxcontrib-nwdiag-2.0.0.tar.gz) = a77d8259a4c1f238dec20ef0c260e6e0ad4665ab13e0124a5cdd3dc135969b44c218131746cc9f955a3dd088bf3b17e23354f8edc0409a239ca2e02d38ec645a
+Size (sphinxcontrib-nwdiag-2.0.0.tar.gz) = 7938 bytes



Home | Main Index | Thread Index | Old Index