pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-backports.shutil_get_terminal_size



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Apr 23 04:32:41 UTC 2017

Added Files:
        pkgsrc/devel/py-backports.shutil_get_terminal_size: DESCR Makefile
            PLIST distinfo

Log Message:
Add py-backports.shutil_get_terminal_size 1.0.0

A backport of the get_terminal_size function from Python 3.3's shutil.

Unlike the original version it is written in pure Python rather than C,
so it might be a tiny bit slower.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/py-backports.shutil_get_terminal_size/DESCR \
    pkgsrc/devel/py-backports.shutil_get_terminal_size/Makefile \
    pkgsrc/devel/py-backports.shutil_get_terminal_size/PLIST \
    pkgsrc/devel/py-backports.shutil_get_terminal_size/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-backports.shutil_get_terminal_size/DESCR
diff -u /dev/null pkgsrc/devel/py-backports.shutil_get_terminal_size/DESCR:1.1
--- /dev/null   Sun Apr 23 04:32:41 2017
+++ pkgsrc/devel/py-backports.shutil_get_terminal_size/DESCR    Sun Apr 23 04:32:41 2017
@@ -0,0 +1,4 @@
+A backport of the get_terminal_size function from Python 3.3's shutil.
+
+Unlike the original version it is written in pure Python rather than C,
+so it might be a tiny bit slower.
Index: pkgsrc/devel/py-backports.shutil_get_terminal_size/Makefile
diff -u /dev/null pkgsrc/devel/py-backports.shutil_get_terminal_size/Makefile:1.1
--- /dev/null   Sun Apr 23 04:32:41 2017
+++ pkgsrc/devel/py-backports.shutil_get_terminal_size/Makefile Sun Apr 23 04:32:41 2017
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/04/23 04:32:41 markd Exp $
+
+DISTNAME=      backports.shutil_get_terminal_size-1.0.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=b/backports.shutil_get_terminal_size/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/chrippa/backports.shutil_get_terminal_size/
+COMMENT=       Backport of the get_terminal_size function from Python 3.3's shutil
+LICENSE=       mit
+
+PYTHON_VERSIONS_ACCEPTED=      27
+
+post-install:
+       rm ${DESTDIR}${PREFIX}/${PYSITELIB}/backports/__init__.*
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-backports.shutil_get_terminal_size/PLIST
diff -u /dev/null pkgsrc/devel/py-backports.shutil_get_terminal_size/PLIST:1.1
--- /dev/null   Sun Apr 23 04:32:41 2017
+++ pkgsrc/devel/py-backports.shutil_get_terminal_size/PLIST    Sun Apr 23 04:32:41 2017
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/23 04:32:41 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}/backports/shutil_get_terminal_size/__init__.py
+${PYSITELIB}/backports/shutil_get_terminal_size/__init__.pyc
+${PYSITELIB}/backports/shutil_get_terminal_size/__init__.pyo
+${PYSITELIB}/backports/shutil_get_terminal_size/get_terminal_size.py
+${PYSITELIB}/backports/shutil_get_terminal_size/get_terminal_size.pyc
+${PYSITELIB}/backports/shutil_get_terminal_size/get_terminal_size.pyo
Index: pkgsrc/devel/py-backports.shutil_get_terminal_size/distinfo
diff -u /dev/null pkgsrc/devel/py-backports.shutil_get_terminal_size/distinfo:1.1
--- /dev/null   Sun Apr 23 04:32:41 2017
+++ pkgsrc/devel/py-backports.shutil_get_terminal_size/distinfo Sun Apr 23 04:32:41 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/23 04:32:41 markd Exp $
+
+SHA1 (backports.shutil_get_terminal_size-1.0.0.tar.gz) = a9774b04db0abc2df1b4b603699469358967346c
+RMD160 (backports.shutil_get_terminal_size-1.0.0.tar.gz) = 5bc151cafe9d31e472f4bb39a80ff7d39184dc29
+SHA512 (backports.shutil_get_terminal_size-1.0.0.tar.gz) = b74341c6616f9aace5abcc7fd657fc33801b558b6227c533002ccaf588734490b465a4a27d2bdc8047a385771afdcded610edef832dfa5ef24632f4541729050
+Size (backports.shutil_get_terminal_size-1.0.0.tar.gz) = 4279 bytes



Home | Main Index | Thread Index | Old Index