pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-extras Import py-extras-0.0.3 as devel/py-ext...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f313f412e5f8
branches:  trunk
changeset: 643263:f313f412e5f8
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Dec 13 08:02:43 2014 +0000

description:
Import py-extras-0.0.3 as devel/py-extras.

extras is a set of extensions to the Python standard library, originally
written to make the code within testtools cleaner, but now split out for
general use outside of a testing context.

diffstat:

 devel/py-extras/DESCR    |   3 +++
 devel/py-extras/Makefile |  16 ++++++++++++++++
 devel/py-extras/PLIST    |  14 ++++++++++++++
 devel/py-extras/distinfo |   5 +++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r cc126c30181e -r f313f412e5f8 devel/py-extras/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-extras/DESCR     Sat Dec 13 08:02:43 2014 +0000
@@ -0,0 +1,3 @@
+extras is a set of extensions to the Python standard library, originally
+written to make the code within testtools cleaner, but now split out for
+general use outside of a testing context.
diff -r cc126c30181e -r f313f412e5f8 devel/py-extras/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-extras/Makefile  Sat Dec 13 08:02:43 2014 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2014/12/13 08:02:43 obache Exp $
+
+DISTNAME=      extras-0.0.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  https://pypi.python.org/packages/source/e/extras/
+
+MAINTAINER=    obache%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/testing-cabal/extras
+COMMENT=       Useful extra bits for Python
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cc126c30181e -r f313f412e5f8 devel/py-extras/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-extras/PLIST     Sat Dec 13 08:02:43 2014 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2014/12/13 08:02:43 obache Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/extras/__init__.py
+${PYSITELIB}/extras/__init__.pyc
+${PYSITELIB}/extras/__init__.pyo
+${PYSITELIB}/extras/tests/__init__.py
+${PYSITELIB}/extras/tests/__init__.pyc
+${PYSITELIB}/extras/tests/__init__.pyo
+${PYSITELIB}/extras/tests/test_extras.py
+${PYSITELIB}/extras/tests/test_extras.pyc
+${PYSITELIB}/extras/tests/test_extras.pyo
diff -r cc126c30181e -r f313f412e5f8 devel/py-extras/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-extras/distinfo  Sat Dec 13 08:02:43 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/12/13 08:02:43 obache Exp $
+
+SHA1 (extras-0.0.3.tar.gz) = a2cdeabbd00f61523f10a51b7b980437ec9d1166
+RMD160 (extras-0.0.3.tar.gz) = 7d025cadab1f2750d9149491999e304a6b2fbd90
+Size (extras-0.0.3.tar.gz) = 6231 bytes



Home | Main Index | Thread Index | Old Index