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:           Wed Nov 22 10:57:15 UTC 2017

Modified Files:
        pkgsrc/devel/py-backports.shutil_get_terminal_size: Makefile

Log Message:
py-backports.shutil_get_terminal_size: depend on py-backports


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/devel/py-backports.shutil_get_terminal_size/Makefile

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

Modified files:

Index: pkgsrc/devel/py-backports.shutil_get_terminal_size/Makefile
diff -u pkgsrc/devel/py-backports.shutil_get_terminal_size/Makefile:1.1 pkgsrc/devel/py-backports.shutil_get_terminal_size/Makefile:1.2
--- pkgsrc/devel/py-backports.shutil_get_terminal_size/Makefile:1.1     Sun Apr 23 04:32:41 2017
+++ pkgsrc/devel/py-backports.shutil_get_terminal_size/Makefile Wed Nov 22 10:57:15 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/04/23 04:32:41 markd Exp $
+# $NetBSD: Makefile,v 1.2 2017/11/22 10:57:15 markd Exp $
 
 DISTNAME=      backports.shutil_get_terminal_size-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/backports.shutil_get_terminal_size/}
 
@@ -10,6 +11,8 @@ HOMEPAGE=     https://github.com/chrippa/bac
 COMMENT=       Backport of the get_terminal_size function from Python 3.3's shutil
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-backports-[0-9]*:../../devel/py-backports
+
 PYTHON_VERSIONS_ACCEPTED=      27
 
 post-install:



Home | Main Index | Thread Index | Old Index