pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-simplegeneric



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Apr 23 03:43:15 UTC 2017

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

Log Message:
Add py-simplegeneric 0.8.1

The simplegeneric module lets you define simple single-dispatch generic
functions, akin to Python's built-in generic functions like len(), iter()
and so on. However, instead of using specially-named methods,these
generic functions use simple lookup tables, akin to those used by e.g.
pickle.dump() and other generic functions found in
the Python standard library


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

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

Added files:

Index: pkgsrc/devel/py-simplegeneric/DESCR
diff -u /dev/null pkgsrc/devel/py-simplegeneric/DESCR:1.1
--- /dev/null   Sun Apr 23 03:43:15 2017
+++ pkgsrc/devel/py-simplegeneric/DESCR Sun Apr 23 03:43:15 2017
@@ -0,0 +1,6 @@
+The simplegeneric module lets you define simple single-dispatch generic
+functions, akin to Python's built-in generic functions like len(), iter()
+and so on. However, instead of using specially-named methods,these
+generic functions use simple lookup tables, akin to those used by e.g.
+pickle.dump() and other generic functions found in
+the Python standard library
Index: pkgsrc/devel/py-simplegeneric/Makefile
diff -u /dev/null pkgsrc/devel/py-simplegeneric/Makefile:1.1
--- /dev/null   Sun Apr 23 03:43:15 2017
+++ pkgsrc/devel/py-simplegeneric/Makefile      Sun Apr 23 03:43:15 2017
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2017/04/23 03:43:15 markd Exp $
+
+DISTNAME=      simplegeneric-0.8.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/simplegeneric/}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    kamelderouiche%yahoo.com@localhost
+HOMEPAGE=      http://cheeseshop.python.org/pypi/simplegeneric
+COMMENT=       Simple generic functions for Python
+LICENSE=       zpl-2.0
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-simplegeneric/PLIST
diff -u /dev/null pkgsrc/devel/py-simplegeneric/PLIST:1.1
--- /dev/null   Sun Apr 23 03:43:15 2017
+++ pkgsrc/devel/py-simplegeneric/PLIST Sun Apr 23 03:43:15 2017
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/23 03:43:15 markd Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/simplegeneric.py
+${PYSITELIB}/simplegeneric.pyc
+${PYSITELIB}/simplegeneric.pyo
Index: pkgsrc/devel/py-simplegeneric/distinfo
diff -u /dev/null pkgsrc/devel/py-simplegeneric/distinfo:1.1
--- /dev/null   Sun Apr 23 03:43:15 2017
+++ pkgsrc/devel/py-simplegeneric/distinfo      Sun Apr 23 03:43:15 2017
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2017/04/23 03:43:15 markd Exp $
+
+SHA1 (simplegeneric-0.8.1.zip) = 5acde1287e8368a44d2ef0b8f15e348bbfdc9f1c
+RMD160 (simplegeneric-0.8.1.zip) = a464ef9b3dc774be8d13c0578c15c17dfd392eb0
+Size (simplegeneric-0.8.1.zip) = 12663 bytes



Home | Main Index | Thread Index | Old Index