pkgsrc-WIP-changes archive

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

py-pinout: update to version 0.0.10.



Module Name:	pkgsrc-wip
Committed By:	Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By:	mishka
Date:		Fri Jun 18 16:18:31 2021 +0300
Changeset:	6b8a04c20d69cf8f44ba3aab85e8dce5d5c42e05

Modified Files:
	py-pinout/Makefile
	py-pinout/PLIST
	py-pinout/distinfo

Log Message:
py-pinout: update to version 0.0.10.

What's changed: fully reworked layout structure.

The package is under heavy development and it's hard to summarize
changes in the commit message. Please refer to the project repo
for the complete list.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6b8a04c20d69cf8f44ba3aab85e8dce5d5c42e05

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

diffstat:
 py-pinout/Makefile |  3 +--
 py-pinout/PLIST    | 62 ++++++++++++++++++++++++++++++++----------------------
 py-pinout/distinfo |  8 +++----
 3 files changed, 42 insertions(+), 31 deletions(-)

diffs:
diff --git a/py-pinout/Makefile b/py-pinout/Makefile
index 13b66ad310..e5b2f7d784 100644
--- a/py-pinout/Makefile
+++ b/py-pinout/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	pinout
-DISTNAME=	pinout-0.0.9
+DISTNAME=	pinout-0.0.10
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_GITHUB:=j0ono0/}
@@ -14,7 +14,6 @@ LICENSE=	mit
 USE_LANGUAGES=	# none
 
 DEPENDS+=	${PYPKGPREFIX}-jinja2>=2.11:../../textproc/py-jinja2
-DEPENDS+=	${PYPKGPREFIX}-yaml>=5.0:../../textproc/py-yaml
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-pinout/PLIST b/py-pinout/PLIST
index eda38995b1..ff4689265b 100644
--- a/py-pinout/PLIST
+++ b/py-pinout/PLIST
@@ -7,34 +7,44 @@ ${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/components/__init__.py
+${PYSITELIB}/pinout/components/__init__.pyc
+${PYSITELIB}/pinout/components/__init__.pyo
+${PYSITELIB}/pinout/components/annotation.py
+${PYSITELIB}/pinout/components/annotation.pyc
+${PYSITELIB}/pinout/components/annotation.pyo
+${PYSITELIB}/pinout/components/leaderline.py
+${PYSITELIB}/pinout/components/leaderline.pyc
+${PYSITELIB}/pinout/components/leaderline.pyo
+${PYSITELIB}/pinout/components/legend.py
+${PYSITELIB}/pinout/components/legend.pyc
+${PYSITELIB}/pinout/components/legend.pyo
+${PYSITELIB}/pinout/components/pinlabel.py
+${PYSITELIB}/pinout/components/pinlabel.pyc
+${PYSITELIB}/pinout/components/pinlabel.pyo
+${PYSITELIB}/pinout/components/type.py
+${PYSITELIB}/pinout/components/type.pyc
+${PYSITELIB}/pinout/components/type.pyo
+${PYSITELIB}/pinout/config.py
+${PYSITELIB}/pinout/config.pyc
+${PYSITELIB}/pinout/config.pyo
+${PYSITELIB}/pinout/core.py
+${PYSITELIB}/pinout/core.pyc
+${PYSITELIB}/pinout/core.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/resources/config.py
+${PYSITELIB}/pinout/resources/config.pyc
+${PYSITELIB}/pinout/resources/config.pyo
+${PYSITELIB}/pinout/resources/quick_start/data.py
+${PYSITELIB}/pinout/resources/quick_start/data.pyc
+${PYSITELIB}/pinout/resources/quick_start/data.pyo
+${PYSITELIB}/pinout/resources/quick_start/hardware.png
+${PYSITELIB}/pinout/resources/quick_start/pinout_diagram.py
+${PYSITELIB}/pinout/resources/quick_start/pinout_diagram.pyc
+${PYSITELIB}/pinout/resources/quick_start/pinout_diagram.pyo
+${PYSITELIB}/pinout/resources/quick_start/styles.css
 ${PYSITELIB}/pinout/style_tools.py
 ${PYSITELIB}/pinout/style_tools.pyc
 ${PYSITELIB}/pinout/style_tools.pyo
@@ -42,11 +52,13 @@ ${PYSITELIB}/pinout/templates.py
 ${PYSITELIB}/pinout/templates.pyc
 ${PYSITELIB}/pinout/templates.pyo
 ${PYSITELIB}/pinout/templates/annotation.svg
+${PYSITELIB}/pinout/templates/clippath.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/style.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
index ad699dbfaf..c16688dc59 100644
--- a/py-pinout/distinfo
+++ b/py-pinout/distinfo
@@ -1,6 +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
+SHA1 (pinout-0.0.10.tar.gz) = de7befabe24838b0b8c03f426a57b5e199b98c23
+RMD160 (pinout-0.0.10.tar.gz) = 4a6fede4d38a8b7fd1c46d930b281d9c1233b7d1
+SHA512 (pinout-0.0.10.tar.gz) = 8db7a0b796c0259fe0e3ec760d3aa26abae6f2a5fa9ec472ce4e4f14d70c0f15ee8d73640d0688b394674ee2949ff15156694c0a2face318dcdc3206ad3b43a6
+Size (pinout-0.0.10.tar.gz) = 568881 bytes


Home | Main Index | Thread Index | Old Index