pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Jul  7 09:38:40 UTC 2019

Modified Files:
        pkgsrc/graphics: Makefile
Added Files:
        pkgsrc/graphics/py-leather: DESCR Makefile PLIST distinfo

Log Message:
Add a package for leather-0.3.3.

>From David Weller-Fahy in PR pkg/54340.

Leather is the Python charting library for those who need charts now
and don't care if they're perfect.

Leather isn't picky. It's rough. It gets dirty. It looks sexy just
hanging on the back of a chair. Leather doesn't need your accessories.
Leather is how Snake Plissken would make charts.

Get it?


To generate a diff of this commit:
cvs rdiff -u -r1.823 -r1.824 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-leather/DESCR \
    pkgsrc/graphics/py-leather/Makefile pkgsrc/graphics/py-leather/PLIST \
    pkgsrc/graphics/py-leather/distinfo

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

Modified files:

Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.823 pkgsrc/graphics/Makefile:1.824
--- pkgsrc/graphics/Makefile:1.823      Sun Jun 30 22:13:13 2019
+++ pkgsrc/graphics/Makefile    Sun Jul  7 09:38:40 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.823 2019/06/30 22:13:13 nia Exp $
+# $NetBSD: Makefile,v 1.824 2019/07/07 09:38:40 bsiegert Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -470,6 +470,7 @@ SUBDIR+=    py-gtkglext
 SUBDIR+=       py-imageio
 SUBDIR+=       py-imagesize
 SUBDIR+=       py-imaging
+SUBDIR+=       py-leather
 SUBDIR+=       py-matplotlib
 SUBDIR+=       py-mcomix
 SUBDIR+=       py-nwdiag

Added files:

Index: pkgsrc/graphics/py-leather/DESCR
diff -u /dev/null pkgsrc/graphics/py-leather/DESCR:1.1
--- /dev/null   Sun Jul  7 09:38:40 2019
+++ pkgsrc/graphics/py-leather/DESCR    Sun Jul  7 09:38:40 2019
@@ -0,0 +1,8 @@
+Leather is the Python charting library for those who need charts now
+and don't care if they're perfect.
+
+Leather isn't picky. It's rough. It gets dirty. It looks sexy just
+hanging on the back of a chair. Leather doesn't need your accessories.
+Leather is how Snake Plissken would make charts.
+
+Get it?
Index: pkgsrc/graphics/py-leather/Makefile
diff -u /dev/null pkgsrc/graphics/py-leather/Makefile:1.1
--- /dev/null   Sun Jul  7 09:38:40 2019
+++ pkgsrc/graphics/py-leather/Makefile Sun Jul  7 09:38:40 2019
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2019/07/07 09:38:40 bsiegert Exp $
+
+DISTNAME=               leather-0.3.3
+PKGNAME=                ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=             python graphics
+MASTER_SITES=           ${MASTER_SITE_PYPI:=l/leather/}
+
+MAINTAINER=             pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=               https://leather.readthedocs.io/
+COMMENT=                Python charting library for those who need charts now
+LICENSE=                mit
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-leather/PLIST
diff -u /dev/null pkgsrc/graphics/py-leather/PLIST:1.1
--- /dev/null   Sun Jul  7 09:38:40 2019
+++ pkgsrc/graphics/py-leather/PLIST    Sun Jul  7 09:38:40 2019
@@ -0,0 +1,90 @@
+@comment $NetBSD: PLIST,v 1.1 2019/07/07 09:38:40 bsiegert 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}/leather/__init__.py
+${PYSITELIB}/leather/__init__.pyc
+${PYSITELIB}/leather/__init__.pyo
+${PYSITELIB}/leather/axis.py
+${PYSITELIB}/leather/axis.pyc
+${PYSITELIB}/leather/axis.pyo
+${PYSITELIB}/leather/chart.py
+${PYSITELIB}/leather/chart.pyc
+${PYSITELIB}/leather/chart.pyo
+${PYSITELIB}/leather/data_types.py
+${PYSITELIB}/leather/data_types.pyc
+${PYSITELIB}/leather/data_types.pyo
+${PYSITELIB}/leather/grid.py
+${PYSITELIB}/leather/grid.pyc
+${PYSITELIB}/leather/grid.pyo
+${PYSITELIB}/leather/lattice.py
+${PYSITELIB}/leather/lattice.pyc
+${PYSITELIB}/leather/lattice.pyo
+${PYSITELIB}/leather/scales/__init__.py
+${PYSITELIB}/leather/scales/__init__.pyc
+${PYSITELIB}/leather/scales/__init__.pyo
+${PYSITELIB}/leather/scales/base.py
+${PYSITELIB}/leather/scales/base.pyc
+${PYSITELIB}/leather/scales/base.pyo
+${PYSITELIB}/leather/scales/linear.py
+${PYSITELIB}/leather/scales/linear.pyc
+${PYSITELIB}/leather/scales/linear.pyo
+${PYSITELIB}/leather/scales/ordinal.py
+${PYSITELIB}/leather/scales/ordinal.pyc
+${PYSITELIB}/leather/scales/ordinal.pyo
+${PYSITELIB}/leather/scales/temporal.py
+${PYSITELIB}/leather/scales/temporal.pyc
+${PYSITELIB}/leather/scales/temporal.pyo
+${PYSITELIB}/leather/series/__init__.py
+${PYSITELIB}/leather/series/__init__.pyc
+${PYSITELIB}/leather/series/__init__.pyo
+${PYSITELIB}/leather/series/base.py
+${PYSITELIB}/leather/series/base.pyc
+${PYSITELIB}/leather/series/base.pyo
+${PYSITELIB}/leather/series/category.py
+${PYSITELIB}/leather/series/category.pyc
+${PYSITELIB}/leather/series/category.pyo
+${PYSITELIB}/leather/shapes/__init__.py
+${PYSITELIB}/leather/shapes/__init__.pyc
+${PYSITELIB}/leather/shapes/__init__.pyo
+${PYSITELIB}/leather/shapes/bars.py
+${PYSITELIB}/leather/shapes/bars.pyc
+${PYSITELIB}/leather/shapes/bars.pyo
+${PYSITELIB}/leather/shapes/base.py
+${PYSITELIB}/leather/shapes/base.pyc
+${PYSITELIB}/leather/shapes/base.pyo
+${PYSITELIB}/leather/shapes/columns.py
+${PYSITELIB}/leather/shapes/columns.pyc
+${PYSITELIB}/leather/shapes/columns.pyo
+${PYSITELIB}/leather/shapes/dots.py
+${PYSITELIB}/leather/shapes/dots.pyc
+${PYSITELIB}/leather/shapes/dots.pyo
+${PYSITELIB}/leather/shapes/line.py
+${PYSITELIB}/leather/shapes/line.pyc
+${PYSITELIB}/leather/shapes/line.pyo
+${PYSITELIB}/leather/svg.py
+${PYSITELIB}/leather/svg.pyc
+${PYSITELIB}/leather/svg.pyo
+${PYSITELIB}/leather/testcase.py
+${PYSITELIB}/leather/testcase.pyc
+${PYSITELIB}/leather/testcase.pyo
+${PYSITELIB}/leather/theme.py
+${PYSITELIB}/leather/theme.pyc
+${PYSITELIB}/leather/theme.pyo
+${PYSITELIB}/leather/ticks/__init__.py
+${PYSITELIB}/leather/ticks/__init__.pyc
+${PYSITELIB}/leather/ticks/__init__.pyo
+${PYSITELIB}/leather/ticks/base.py
+${PYSITELIB}/leather/ticks/base.pyc
+${PYSITELIB}/leather/ticks/base.pyo
+${PYSITELIB}/leather/ticks/score.py
+${PYSITELIB}/leather/ticks/score.pyc
+${PYSITELIB}/leather/ticks/score.pyo
+${PYSITELIB}/leather/ticks/score_time.py
+${PYSITELIB}/leather/ticks/score_time.pyc
+${PYSITELIB}/leather/ticks/score_time.pyo
+${PYSITELIB}/leather/utils.py
+${PYSITELIB}/leather/utils.pyc
+${PYSITELIB}/leather/utils.pyo
Index: pkgsrc/graphics/py-leather/distinfo
diff -u /dev/null pkgsrc/graphics/py-leather/distinfo:1.1
--- /dev/null   Sun Jul  7 09:38:40 2019
+++ pkgsrc/graphics/py-leather/distinfo Sun Jul  7 09:38:40 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/07 09:38:40 bsiegert Exp $
+
+SHA1 (leather-0.3.3.tar.gz) = 208b05c99c560e2c218902e1a8f3f11ff27ac86e
+RMD160 (leather-0.3.3.tar.gz) = 5d9701a4ef7ac3e32bd9275e0dd2906aa0b6a624
+SHA512 (leather-0.3.3.tar.gz) = 3387353d4da129fa3601799efe8742aea08f94579caab7a5a05175ff7ad50a815fc7ca4aee5d1c390027bda3a9bf1ecd1ed5167575386a7a58f56625f5165350
+Size (leather-0.3.3.tar.gz) = 18391 bytes



Home | Main Index | Thread Index | Old Index