pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel py-visitor: added version 0.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ce4b777d8ed
branches:  trunk
changeset: 370761:4ce4b777d8ed
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 23 15:20:45 2017 +0000

description:
py-visitor: added version 0.1.3

A tiny library to facilitate visitor implementation in Python (which are
slightly peculiar due to dynamic typing). In fact, it is so small, you may just
be better off copy and pasting the source straight into your project.

diffstat:

 devel/Makefile            |   3 ++-
 devel/py-visitor/DESCR    |   3 +++
 devel/py-visitor/Makefile |  19 +++++++++++++++++++
 devel/py-visitor/PLIST    |   8 ++++++++
 devel/py-visitor/distinfo |   6 ++++++
 5 files changed, 38 insertions(+), 1 deletions(-)

diffs (69 lines):

diff -r a5b64c8d9e4a -r 4ce4b777d8ed devel/Makefile
--- a/devel/Makefile    Mon Oct 23 15:08:53 2017 +0000
+++ b/devel/Makefile    Mon Oct 23 15:20:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2557 2017/10/23 11:26:02 prlw1 Exp $
+# $NetBSD: Makefile,v 1.2558 2017/10/23 15:20:45 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2151,6 +2151,7 @@
 SUBDIR+=       py-vcversioner
 SUBDIR+=       py-vine
 SUBDIR+=       py-virtualenv
+SUBDIR+=       py-visitor
 SUBDIR+=       py-wcwidth
 SUBDIR+=       py-wheel
 SUBDIR+=       py-whichcraft
diff -r a5b64c8d9e4a -r 4ce4b777d8ed devel/py-visitor/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-visitor/DESCR    Mon Oct 23 15:20:45 2017 +0000
@@ -0,0 +1,3 @@
+A tiny library to facilitate visitor implementation in Python (which are
+slightly peculiar due to dynamic typing). In fact, it is so small, you may just
+be better off copy and pasting the source straight into your project.
diff -r a5b64c8d9e4a -r 4ce4b777d8ed devel/py-visitor/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-visitor/Makefile Mon Oct 23 15:20:45 2017 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/10/23 15:20:45 adam Exp $
+
+DISTNAME=      visitor-0.1.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=v/visitor/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/mbr/visitor
+COMMENT=       Tiny pythonic visitor implementation
+LICENSE=       mit
+
+#DEPENDS+=     ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+#BUILD_DEPENDS+=       ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a5b64c8d9e4a -r 4ce4b777d8ed devel/py-visitor/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-visitor/PLIST    Mon Oct 23 15:20:45 2017 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/23 15:20:45 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/visitor/__init__.py
+${PYSITELIB}/visitor/__init__.pyc
+${PYSITELIB}/visitor/__init__.pyo
diff -r a5b64c8d9e4a -r 4ce4b777d8ed devel/py-visitor/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-visitor/distinfo Mon Oct 23 15:20:45 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/23 15:20:45 adam Exp $
+
+SHA1 (visitor-0.1.3.tar.gz) = dbfe52606af59d2672fd73bea66c074bb41149d4
+RMD160 (visitor-0.1.3.tar.gz) = 849674599026c1e9c1f8d6f091a3066f0e36e1bd
+SHA512 (visitor-0.1.3.tar.gz) = 0eefd808096052acea905f377fa69ec1f202bd47aed1480ad170414f87c8a84a3171a4686e542b530bce7154b77c5f838b439e714ca24f45754ceeaf21464766
+Size (visitor-0.1.3.tar.gz) = 3260 bytes



Home | Main Index | Thread Index | Old Index