pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 23 15:20:45 UTC 2017

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-visitor: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2557 -r1.2558 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-visitor/DESCR \
    pkgsrc/devel/py-visitor/Makefile pkgsrc/devel/py-visitor/PLIST \
    pkgsrc/devel/py-visitor/distinfo

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2557 pkgsrc/devel/Makefile:1.2558
--- pkgsrc/devel/Makefile:1.2557        Mon Oct 23 11:26:02 2017
+++ pkgsrc/devel/Makefile       Mon Oct 23 15:20:45 2017
@@ -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-uvloop
 SUBDIR+=       py-vcversioner
 SUBDIR+=       py-vine
 SUBDIR+=       py-virtualenv
+SUBDIR+=       py-visitor
 SUBDIR+=       py-wcwidth
 SUBDIR+=       py-wheel
 SUBDIR+=       py-whichcraft

Added files:

Index: pkgsrc/devel/py-visitor/DESCR
diff -u /dev/null pkgsrc/devel/py-visitor/DESCR:1.1
--- /dev/null   Mon Oct 23 15:20:45 2017
+++ pkgsrc/devel/py-visitor/DESCR       Mon Oct 23 15:20:45 2017
@@ -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.
Index: pkgsrc/devel/py-visitor/Makefile
diff -u /dev/null pkgsrc/devel/py-visitor/Makefile:1.1
--- /dev/null   Mon Oct 23 15:20:45 2017
+++ pkgsrc/devel/py-visitor/Makefile    Mon Oct 23 15:20:45 2017
@@ -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"
Index: pkgsrc/devel/py-visitor/PLIST
diff -u /dev/null pkgsrc/devel/py-visitor/PLIST:1.1
--- /dev/null   Mon Oct 23 15:20:45 2017
+++ pkgsrc/devel/py-visitor/PLIST       Mon Oct 23 15:20:45 2017
@@ -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
Index: pkgsrc/devel/py-visitor/distinfo
diff -u /dev/null pkgsrc/devel/py-visitor/distinfo:1.1
--- /dev/null   Mon Oct 23 15:20:45 2017
+++ pkgsrc/devel/py-visitor/distinfo    Mon Oct 23 15:20:45 2017
@@ -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