pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-pinout: import version 0.0.9
Module Name: pkgsrc-wip
Committed By: Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By: mishka
Date: Tue May 11 14:43:06 2021 +0300
Changeset: 2efdb431ae3420041db65c2a0ff96deff15a24b7
Modified Files:
Makefile
Added Files:
py-pinout/DESCR
py-pinout/Makefile
py-pinout/PLIST
py-pinout/distinfo
Log Message:
py-pinout: import version 0.0.9
The pinout is open source Python package that generates hardware pinout
diagrams as SVG images.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2efdb431ae3420041db65c2a0ff96deff15a24b7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-pinout/DESCR | 2 ++
py-pinout/Makefile | 21 +++++++++++++++++++++
py-pinout/PLIST | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
py-pinout/distinfo | 6 ++++++
5 files changed, 82 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 674ebfff60..c35f9257b0 100644
--- a/Makefile
+++ b/Makefile
@@ -4200,6 +4200,7 @@ SUBDIR+= py-pgmpy
SUBDIR+= py-photutils
SUBDIR+= py-pickleDB
SUBDIR+= py-picture-to-gds
+SUBDIR+= py-pinout
SUBDIR+= py-pint
SUBDIR+= py-pip2pi
SUBDIR+= py-pipenv
diff --git a/py-pinout/DESCR b/py-pinout/DESCR
new file mode 100644
index 0000000000..d2f6807ba8
--- /dev/null
+++ b/py-pinout/DESCR
@@ -0,0 +1,2 @@
+An open source Python package that generates hardware pinout diagrams
+as SVG images.
diff --git a/py-pinout/Makefile b/py-pinout/Makefile
new file mode 100644
index 0000000000..7ce71cc875
--- /dev/null
+++ b/py-pinout/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+GITHUB_PROJECT= pinout
+DISTNAME= pinout-0.0.9
+PKGNAME= py-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_GITHUB:=j0ono0/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://pinout.readthedocs.io/
+COMMENT= Generate graphical pinout references for electronic hardware
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.11:../../textproc/py-jinja2
+DEPENDS+= ${PYPKGPREFIX}-yaml>=5.0:../../textproc/py-yaml
+
+#.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pinout/PLIST b/py-pinout/PLIST
new file mode 100644
index 0000000000..eda38995b1
--- /dev/null
+++ b/py-pinout/PLIST
@@ -0,0 +1,52 @@
+@comment $NetBSD$
+${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}/pinout/__init__.py
+${PYSITELIB}/pinout/__init__.pyc
+${PYSITELIB}/pinout/__init__.pyo
+${PYSITELIB}/pinout/components.py
+${PYSITELIB}/pinout/components.pyc
+${PYSITELIB}/pinout/components.pyo
+${PYSITELIB}/pinout/diagram.py
+${PYSITELIB}/pinout/diagram.pyc
+${PYSITELIB}/pinout/diagram.pyo
+${PYSITELIB}/pinout/elements.py
+${PYSITELIB}/pinout/elements.pyc
+${PYSITELIB}/pinout/elements.pyo
+${PYSITELIB}/pinout/file_manager.py
+${PYSITELIB}/pinout/file_manager.pyc
+${PYSITELIB}/pinout/file_manager.pyo
+${PYSITELIB}/pinout/resources/annotations/annotations.py
+${PYSITELIB}/pinout/resources/annotations/annotations.pyc
+${PYSITELIB}/pinout/resources/annotations/annotations.pyo
+${PYSITELIB}/pinout/resources/annotations/annotations_config.yaml
+${PYSITELIB}/pinout/resources/config.yaml
+${PYSITELIB}/pinout/resources/full_sample/full_sample_config.yaml
+${PYSITELIB}/pinout/resources/full_sample/full_sample_hardware.png
+${PYSITELIB}/pinout/resources/full_sample/full_sample_pinout.py
+${PYSITELIB}/pinout/resources/full_sample/full_sample_pinout.pyc
+${PYSITELIB}/pinout/resources/full_sample/full_sample_pinout.pyo
+${PYSITELIB}/pinout/resources/quick_start/quick_start_config.yaml
+${PYSITELIB}/pinout/resources/quick_start/quick_start_hardware.png
+${PYSITELIB}/pinout/resources/quick_start/quick_start_pinout.py
+${PYSITELIB}/pinout/resources/quick_start/quick_start_pinout.pyc
+${PYSITELIB}/pinout/resources/quick_start/quick_start_pinout.pyo
+${PYSITELIB}/pinout/resources/shared/hardware_board.svg
+${PYSITELIB}/pinout/style_tools.py
+${PYSITELIB}/pinout/style_tools.pyc
+${PYSITELIB}/pinout/style_tools.pyo
+${PYSITELIB}/pinout/templates.py
+${PYSITELIB}/pinout/templates.pyc
+${PYSITELIB}/pinout/templates.pyo
+${PYSITELIB}/pinout/templates/annotation.svg
+${PYSITELIB}/pinout/templates/group.svg
+${PYSITELIB}/pinout/templates/image.svg
+${PYSITELIB}/pinout/templates/label.svg
+${PYSITELIB}/pinout/templates/path.svg
+${PYSITELIB}/pinout/templates/rect.svg
+${PYSITELIB}/pinout/templates/svg.svg
+${PYSITELIB}/pinout/templates/text.svg
+${PYSITELIB}/pinout/templates/textblock.svg
diff --git a/py-pinout/distinfo b/py-pinout/distinfo
new file mode 100644
index 0000000000..ad699dbfaf
--- /dev/null
+++ b/py-pinout/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pinout-0.0.9.tar.gz) = efa3f4f615a7cf91e85361a20ef9301aa99420d0
+RMD160 (pinout-0.0.9.tar.gz) = 27fb5d6eb9888b4909060c8c9dec12ad845adb59
+SHA512 (pinout-0.0.9.tar.gz) = 2c35c78069ccd8acdd3a83d5718b205c31c3ecbb76d4a2e1536274d417035def1ad09b77bf17e647b17b8dc5f5156ce6791290310118f41d1f84ec18a8d56b6c
+Size (pinout-0.0.9.tar.gz) = 412494 bytes
Home |
Main Index |
Thread Index |
Old Index