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 Dec 18 08:48:27 UTC 2017

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/devel/py-buildbot: Makefile distinfo
        pkgsrc/devel/py-buildbot-worker: Makefile PLIST distinfo
        pkgsrc/devel/py-doctor: Makefile distinfo
        pkgsrc/devel/py-stevedore: Makefile distinfo
        pkgsrc/devel/py-testtools: Makefile
        pkgsrc/devel/scmcvs: distinfo
        pkgsrc/devel/scmcvs/patches: patch-al
Added Files:
        pkgsrc/devel/py-clint: DESCR Makefile PLIST distinfo

Log Message:
py-clint: added version 0.5.1

Clint is awesome. Crazy awesome. It supports colors, but detects if the session
is a TTY, so doesn't render the colors if you're piping stuff around.
Automagically.

Current Features:
* Little Documentation (bear with me for now)
* CLI Colors and Indents
* Extremely Simple + Powerful Column Printer
* Iterator-based Progress Bar
* Implicit Argument Handling
* Simple Support for Incoming Unix Pipes
* Application Directory management


To generate a diff of this commit:
cvs rdiff -u -r1.2579 -r1.2580 pkgsrc/devel/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-buildbot/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-buildbot/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-buildbot-worker/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-buildbot-worker/PLIST \
    pkgsrc/devel/py-buildbot-worker/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-clint/DESCR \
    pkgsrc/devel/py-clint/Makefile pkgsrc/devel/py-clint/PLIST \
    pkgsrc/devel/py-clint/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-doctor/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-doctor/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-stevedore/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-stevedore/distinfo
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-testtools/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/scmcvs/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/scmcvs/patches/patch-al

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.2579 pkgsrc/devel/Makefile:1.2580
--- pkgsrc/devel/Makefile:1.2579        Thu Dec 14 21:07:14 2017
+++ pkgsrc/devel/Makefile       Mon Dec 18 08:48:26 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2579 2017/12/14 21:07:14 fhajny Exp $
+# $NetBSD: Makefile,v 1.2580 2017/12/18 08:48:26 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -1873,6 +1873,7 @@ SUBDIR+=  py-click
 SUBDIR+=       py-click-log
 SUBDIR+=       py-click-threading
 SUBDIR+=       py-clickclick
+SUBDIR+=       py-clint
 SUBDIR+=       py-codestyle
 SUBDIR+=       py-compizconfig
 SUBDIR+=       py-configargparse

Index: pkgsrc/devel/py-buildbot/Makefile
diff -u pkgsrc/devel/py-buildbot/Makefile:1.14 pkgsrc/devel/py-buildbot/Makefile:1.15
--- pkgsrc/devel/py-buildbot/Makefile:1.14      Sat Sep 30 07:22:37 2017
+++ pkgsrc/devel/py-buildbot/Makefile   Mon Dec 18 08:48:26 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/09/30 07:22:37 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2017/12/18 08:48:26 adam Exp $
 
-DISTNAME=      buildbot-0.9.11
+DISTNAME=      buildbot-0.9.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot/}
@@ -10,26 +10,27 @@ HOMEPAGE=   https://buildbot.net/
 COMMENT=       Continuous integration system
 LICENSE=       gnu-gpl-v2
 
+DEPENDS+=      ${PYPKGPREFIX}-autobahn>=0.16.0:../../www/py-autobahn
+DEPENDS+=      ${PYPKGPREFIX}-JWT-[0-9]*:../../textproc/py-JWT
+DEPENDS+=      ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil
+DEPENDS+=      ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
+DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.1:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy>=0.8.0:../../databases/py-sqlalchemy
 DEPENDS+=      ${PYPKGPREFIX}-sqlalchemy-migrate>=0.9:../../databases/py-sqlalchemy-migrate
-DEPENDS+=      ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
-DEPENDS+=      ${PYPKGPREFIX}-txaio>=2.2.2:../../devel/py-txaio
 DEPENDS+=      ${PYPKGPREFIX}-twisted>=14.0.1:../../net/py-twisted
-DEPENDS+=      ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil
-DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.1:../../textproc/py-jinja2
-DEPENDS+=      ${PYPKGPREFIX}-JWT-[0-9]*:../../textproc/py-JWT
-DEPENDS+=      ${PYPKGPREFIX}-autobahn>=0.16.0:../../www/py-autobahn
+DEPENDS+=      ${PYPKGPREFIX}-txaio>=2.2.2:../../devel/py-txaio
 
 # Self-test
+#BUILD_DEPENDS+=       ${PYPKGPREFIX}-buildbot-worker-[0-9]*:../../devel/py-buildbot-worker
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-lz4-[0-9]*:../../archivers/py-lz4
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-buildbot-worker-[0-9]*:../../devel/py-buildbot-worker
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_trial-[0-9]*:../../devel/py-setuptools_trial
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock>=2.0.0:../../devel/py-mock
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-moto-[0-9]*:../../net/py-moto
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-ramlfications-[0-9]*:../../textproc/py-ramlfications
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_trial-[0-9]*:../../devel/py-setuptools_trial
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-treq-[0-9]*:../../devel/py-treq
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-txgithub-[0-9]*:../../devel/py-txgithub
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-txrequests-[0-9]*:../../devel/py-txrequests
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-moto-[0-9]*:../../net/py-moto
 
 .include "../../lang/python/egg.mk"
 

Index: pkgsrc/devel/py-buildbot/distinfo
diff -u pkgsrc/devel/py-buildbot/distinfo:1.4 pkgsrc/devel/py-buildbot/distinfo:1.5
--- pkgsrc/devel/py-buildbot/distinfo:1.4       Fri Sep 29 21:46:04 2017
+++ pkgsrc/devel/py-buildbot/distinfo   Mon Dec 18 08:48:26 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/09/29 21:46:04 joerg Exp $
+$NetBSD: distinfo,v 1.5 2017/12/18 08:48:26 adam Exp $
 
-SHA1 (buildbot-0.9.11.tar.gz) = ddf563ced292fb2780c017256fd18eb75b9b6b99
-RMD160 (buildbot-0.9.11.tar.gz) = b76d85b38087ad1b340a0cc95da75d79f157dfcb
-SHA512 (buildbot-0.9.11.tar.gz) = c68a657213b0f878d8c2b4e6ebe18cfc9b3e19a4eecaf085fd3e5631bbb78dc9bd14e6b3d4b576e78eb1631329c86331371200a350d33696204fb76e7beae81c
-Size (buildbot-0.9.11.tar.gz) = 3096455 bytes
+SHA1 (buildbot-0.9.12.tar.gz) = 2458bc5106c27cd9de9e2a0232fd6a956d64092a
+RMD160 (buildbot-0.9.12.tar.gz) = 2c4b42a1aec164745a0816edb68ea7255a378cc7
+SHA512 (buildbot-0.9.12.tar.gz) = 62459918267297b31b2a6416f72794c7a4ebdcb60de04ece1681f6b8be9debf161716cc70ad843fd468b23e02c521c0a0783a5a1e119d75648e107691d6b908d
+Size (buildbot-0.9.12.tar.gz) = 3057832 bytes

Index: pkgsrc/devel/py-buildbot-worker/Makefile
diff -u pkgsrc/devel/py-buildbot-worker/Makefile:1.2 pkgsrc/devel/py-buildbot-worker/Makefile:1.3
--- pkgsrc/devel/py-buildbot-worker/Makefile:1.2        Sat Oct  7 20:45:31 2017
+++ pkgsrc/devel/py-buildbot-worker/Makefile    Mon Dec 18 08:48:26 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2017/10/07 20:45:31 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2017/12/18 08:48:26 adam Exp $
 
-DISTNAME=      buildbot-worker-0.9.11
+DISTNAME=      buildbot-worker-0.9.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/buildbot-worker/}
 
@@ -12,7 +11,15 @@ COMMENT=     Worker for the buildbot CI syst
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
-DEPENDS+=      ${PYPKGPREFIX}-twisted>=14.0.1:../../net/py-twisted
+DEPENDS+=      ${PYPKGPREFIX}-twisted>=17.9.0:../../net/py-twisted
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+
+USE_LANGUAGES= # none
+
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} buildbot_worker buildbot_worker${PYVERSSUFFIX} && \
+       ${MV} buildbot_worker_windows_service buildbot_worker_windows_service${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-buildbot-worker/PLIST
diff -u pkgsrc/devel/py-buildbot-worker/PLIST:1.1 pkgsrc/devel/py-buildbot-worker/PLIST:1.2
--- pkgsrc/devel/py-buildbot-worker/PLIST:1.1   Fri Sep 29 21:38:35 2017
+++ pkgsrc/devel/py-buildbot-worker/PLIST       Mon Dec 18 08:48:26 2017
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2017/09/29 21:38:35 joerg Exp $
-bin/buildbot-worker
-bin/buildbot_worker_windows_service
+@comment $NetBSD: PLIST,v 1.2 2017/12/18 08:48:26 adam Exp $
+bin/buildbot-worker${PYVERSSUFFIX}
+bin/buildbot_worker_windows_service${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Index: pkgsrc/devel/py-buildbot-worker/distinfo
diff -u pkgsrc/devel/py-buildbot-worker/distinfo:1.1 pkgsrc/devel/py-buildbot-worker/distinfo:1.2
--- pkgsrc/devel/py-buildbot-worker/distinfo:1.1        Fri Sep 29 21:38:35 2017
+++ pkgsrc/devel/py-buildbot-worker/distinfo    Mon Dec 18 08:48:26 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/09/29 21:38:35 joerg Exp $
+$NetBSD: distinfo,v 1.2 2017/12/18 08:48:26 adam Exp $
 
-SHA1 (buildbot-worker-0.9.11.tar.gz) = 0145dc70c9978faf54ffaf450cf91b631c86205a
-RMD160 (buildbot-worker-0.9.11.tar.gz) = c7bb6babc6de39b792790718ade00c1c6e0ccc40
-SHA512 (buildbot-worker-0.9.11.tar.gz) = c7209c3fff8c43a23de71fa61709c9f02a5bdd9c8c8980ac5d205f720abdaa9bdb78d0d4e40fe9f915c8d5cf253b9e3c63401712ee121ac085909b0244d82897
-Size (buildbot-worker-0.9.11.tar.gz) = 100746 bytes
+SHA1 (buildbot-worker-0.9.12.tar.gz) = 6bf97039bf8c76a6d11df24fb1d8362e89b4b0cd
+RMD160 (buildbot-worker-0.9.12.tar.gz) = 599fe1cb2d53e46da99c29751b492c8662671ce7
+SHA512 (buildbot-worker-0.9.12.tar.gz) = c2e86bd8818eddc2849626a0c7642169bc91fa2cc1d531977736e53c4ad3c87c3f0cb17d7b9acd137e783ae822f558a19f4668e3cd37e90a8435157485bd1d57
+Size (buildbot-worker-0.9.12.tar.gz) = 101655 bytes

Index: pkgsrc/devel/py-doctor/Makefile
diff -u pkgsrc/devel/py-doctor/Makefile:1.9 pkgsrc/devel/py-doctor/Makefile:1.10
--- pkgsrc/devel/py-doctor/Makefile:1.9 Tue Feb 14 10:26:28 2017
+++ pkgsrc/devel/py-doctor/Makefile     Mon Dec 18 08:48:26 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2017/02/14 10:26:28 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/12/18 08:48:26 adam Exp $
 
-DISTNAME=      pydoctor-0.5
+DISTNAME=      pydoctor-16.3.0
 PKGNAME=       ${DISTNAME:S/py/${PYPKGPREFIX}-/}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydoctor/}
@@ -10,11 +10,10 @@ HOMEPAGE=   https://pypi.python.org/pypi/p
 COMMENT=       API doc generator
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-nevow>=0.9.18:../../www/py-nevow
+DEPENDS+=      ${PYPKGPREFIX}-epydoc-[0-9]*:../../textproc/py-epydoc
+DEPENDS+=      ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # py-xml via py-nevow
-
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-doctor/distinfo
diff -u pkgsrc/devel/py-doctor/distinfo:1.3 pkgsrc/devel/py-doctor/distinfo:1.4
--- pkgsrc/devel/py-doctor/distinfo:1.3 Tue Nov  3 03:29:07 2015
+++ pkgsrc/devel/py-doctor/distinfo     Mon Dec 18 08:48:26 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:29:07 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/12/18 08:48:26 adam Exp $
 
-SHA1 (pydoctor-0.5.tar.gz) = bd82a2419b56c4c36890cce68f98a3228b855f36
-RMD160 (pydoctor-0.5.tar.gz) = 6be8fd43f45cda9b6bf992ebfaf5c2fcc6c48cfd
-SHA512 (pydoctor-0.5.tar.gz) = 92cb2de2e6cb9f9ae106272f88e7cf24fed4f8ab80118050a27949db4c728377e939bc0d661ba004e974e1a30c4b2f120f311eaa445a2ab90fc82f09badda9cf
-Size (pydoctor-0.5.tar.gz) = 83632 bytes
+SHA1 (pydoctor-16.3.0.tar.gz) = 27112550bc29505ba3d3f908efde56151d65e7c2
+RMD160 (pydoctor-16.3.0.tar.gz) = 0037d6e733f4192ea9d2d9642dcbf8604793c919
+SHA512 (pydoctor-16.3.0.tar.gz) = d0eb7cd491c32f76cf34b4c27de865b0ff074f172d40cbf65abdaf07c13ebca9bd0dfa4ffa53b33ad1220f1d06981557db978b73cc1e5283a98a1425240a9a26
+Size (pydoctor-16.3.0.tar.gz) = 94811 bytes

Index: pkgsrc/devel/py-stevedore/Makefile
diff -u pkgsrc/devel/py-stevedore/Makefile:1.3 pkgsrc/devel/py-stevedore/Makefile:1.4
--- pkgsrc/devel/py-stevedore/Makefile:1.3      Sat Oct  7 11:35:03 2017
+++ pkgsrc/devel/py-stevedore/Makefile  Mon Dec 18 08:48:26 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/10/07 11:35:03 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/12/18 08:48:26 adam Exp $
 
-DISTNAME=      stevedore-1.27.1
+DISTNAME=      stevedore-1.28.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/stevedore/}
@@ -11,9 +11,15 @@ COMMENT=     Manage dynamic plugins for Pyth
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-pbr>=2.1.1:../../devel/py-pbr
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
+# test
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock>=2.0.0:../../devel/py-mock
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-coverage>=4.4.1:../../devel/py-coverage
+testrepository>=0.0.18
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx>=1.6.2:../../textproc/py-sphinx
+bandit>=1.1.0
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-stevedore/distinfo
diff -u pkgsrc/devel/py-stevedore/distinfo:1.2 pkgsrc/devel/py-stevedore/distinfo:1.3
--- pkgsrc/devel/py-stevedore/distinfo:1.2      Sat Oct  7 11:35:03 2017
+++ pkgsrc/devel/py-stevedore/distinfo  Mon Dec 18 08:48:26 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/10/07 11:35:03 adam Exp $
+$NetBSD: distinfo,v 1.3 2017/12/18 08:48:26 adam Exp $
 
-SHA1 (stevedore-1.27.1.tar.gz) = 57a30969e7cd61192b880388054467e7b749a16b
-RMD160 (stevedore-1.27.1.tar.gz) = a8beea61cde88107ee2afb55d0f17eabdc877868
-SHA512 (stevedore-1.27.1.tar.gz) = a5ebed4133043e456f55b866053cc6673cfe0512c652ed1b61ae844a5b7a88a70d80ac6e9fda00c57e8bec23e6bc35de72a507f49b5208099219db9e53c73f46
-Size (stevedore-1.27.1.tar.gz) = 508891 bytes
+SHA1 (stevedore-1.28.0.tar.gz) = 3a59ff1652efab5c89dedbf18936c6eb00f8070e
+RMD160 (stevedore-1.28.0.tar.gz) = a17cd13695020b58b7259262a1c0e5eab442a015
+SHA512 (stevedore-1.28.0.tar.gz) = e148560e255a362a51ce91e8bc2380828ba9a41e1988138bcff2d5b270097cadffdee30f3c98e123d8ced9f6f0ff350b52e793fd400ce6b45095860788bd6b86
+Size (stevedore-1.28.0.tar.gz) = 504872 bytes

Index: pkgsrc/devel/py-testtools/Makefile
diff -u pkgsrc/devel/py-testtools/Makefile:1.17 pkgsrc/devel/py-testtools/Makefile:1.18
--- pkgsrc/devel/py-testtools/Makefile:1.17     Sun May 21 06:45:39 2017
+++ pkgsrc/devel/py-testtools/Makefile  Mon Dec 18 08:48:26 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2017/05/21 06:45:39 adam Exp $
+# $NetBSD: Makefile,v 1.18 2017/12/18 08:48:26 adam Exp $
 
 DISTNAME=      testtools-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/testtools/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/scmcvs/distinfo
diff -u pkgsrc/devel/scmcvs/distinfo:1.19 pkgsrc/devel/scmcvs/distinfo:1.20
--- pkgsrc/devel/scmcvs/distinfo:1.19   Mon Aug 21 22:57:45 2017
+++ pkgsrc/devel/scmcvs/distinfo        Mon Dec 18 08:48:26 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2017/08/21 22:57:45 tez Exp $
+$NetBSD: distinfo,v 1.20 2017/12/18 08:48:26 adam Exp $
 
 SHA1 (cvs-1.12.13.tar.bz2) = 93a8dacc6ff0e723a130835713235863f1f5ada9
 RMD160 (cvs-1.12.13.tar.bz2) = ba3048e3e2d99ae78f6a759889b615acf65dd487
@@ -12,7 +12,7 @@ SHA1 (patch-ag) = 53d072ba6bdbe0f9888296
 SHA1 (patch-ah) = b03e6675ab1f6f62fc885d990b5a6bf64c309e9f
 SHA1 (patch-ai) = d265a2967566cf2679ad6fff1dffd5c6d6cbd120
 SHA1 (patch-ak) = 3582de771a424cd7c906574bf4a76fc57f977e6b
-SHA1 (patch-al) = 5c4909942ccfa7d7000c2856705ca9a28dbf005d
+SHA1 (patch-al) = d23cc725aa31a5f2e9db9f3aa84513a114285f03
 SHA1 (patch-am) = cb0cc7cdfaf1d2455c519eda5cf239ea623c4f7b
 SHA1 (patch-an) = 2eac4f7d0be8aa73de2ef3b021c134d0d9e40125
 SHA1 (patch-ao) = ccc7a159a6eb1ebc07c9187e3bcd0db61b8b4086

Index: pkgsrc/devel/scmcvs/patches/patch-al
diff -u pkgsrc/devel/scmcvs/patches/patch-al:1.6 pkgsrc/devel/scmcvs/patches/patch-al:1.7
--- pkgsrc/devel/scmcvs/patches/patch-al:1.6    Mon Oct 14 06:51:02 2013
+++ pkgsrc/devel/scmcvs/patches/patch-al        Mon Dec 18 08:48:27 2017
@@ -1,8 +1,43 @@
-$NetBSD: patch-al,v 1.6 2013/10/14 06:51:02 adam Exp $
+$NetBSD: patch-al,v 1.7 2017/12/18 08:48:27 adam Exp $
 
 --- src/client.c.orig  2005-10-02 15:17:20.000000000 +0000
 +++ src/client.c
-@@ -4179,6 +4179,16 @@ start_server (void)
+@@ -1147,7 +1147,6 @@ read_counted_file (char *filename, char 
+     size_t nread;
+     size_t nwrite;
+ 
+-    FILE *fp;
+ 
+     read_line (&size_string);
+     if (size_string[0] == 'z')
+@@ -1168,9 +1167,6 @@ protocol error: compressed files not sup
+        is binary or not.  I haven't carefully looked into whether
+        CVS/Template files should use local text file conventions or
+        not.  */
+-    fp = CVS_FOPEN (filename, "wb");
+-    if (!fp)
+-      error (1, errno, "cannot write %s", fullname);
+     nread = size;
+     nwrite = 0;
+     pread = buf;
+@@ -1189,16 +1185,11 @@ protocol error: compressed files not sup
+ 
+       if (nwrite > 0)
+       {
+-          n = fwrite (pwrite, sizeof *pwrite, nwrite, fp);
+-          if (ferror (fp))
+-              error (1, errno, "cannot write %s", fullname);
+           nwrite -= n;
+           pwrite += n;
+       }
+     }
+     free (buf);
+-    if (fclose (fp) < 0)
+-      error (1, errno, "cannot close %s", fullname);
+ }
+ 
+ 
+@@ -4179,6 +4170,16 @@ start_server (void)
            error (1, 0,
                   "This server does not support the global -n option.");
      }

Added files:

Index: pkgsrc/devel/py-clint/DESCR
diff -u /dev/null pkgsrc/devel/py-clint/DESCR:1.1
--- /dev/null   Mon Dec 18 08:48:27 2017
+++ pkgsrc/devel/py-clint/DESCR Mon Dec 18 08:48:26 2017
@@ -0,0 +1,12 @@
+Clint is awesome. Crazy awesome. It supports colors, but detects if the session
+is a TTY, so doesn't render the colors if you're piping stuff around.
+Automagically.
+
+Current Features:
+* Little Documentation (bear with me for now)
+* CLI Colors and Indents
+* Extremely Simple + Powerful Column Printer
+* Iterator-based Progress Bar
+* Implicit Argument Handling
+* Simple Support for Incoming Unix Pipes
+* Application Directory management
Index: pkgsrc/devel/py-clint/Makefile
diff -u /dev/null pkgsrc/devel/py-clint/Makefile:1.1
--- /dev/null   Mon Dec 18 08:48:27 2017
+++ pkgsrc/devel/py-clint/Makefile      Mon Dec 18 08:48:26 2017
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/12/18 08:48:26 adam Exp $
+
+DISTNAME=      clint-0.5.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/clint/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/kennethreitz/clint
+COMMENT=       Python Command-line Application Tools
+LICENSE=       isc
+
+DEPENDS+=      ${PYPKGPREFIX}-args-[0-9]*:../../devel/py-args
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-clint/PLIST
diff -u /dev/null pkgsrc/devel/py-clint/PLIST:1.1
--- /dev/null   Mon Dec 18 08:48:27 2017
+++ pkgsrc/devel/py-clint/PLIST Mon Dec 18 08:48:26 2017
@@ -0,0 +1,76 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/18 08:48:26 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/clint/__init__.py
+${PYSITELIB}/clint/__init__.pyc
+${PYSITELIB}/clint/__init__.pyo
+${PYSITELIB}/clint/arguments.py
+${PYSITELIB}/clint/arguments.pyc
+${PYSITELIB}/clint/arguments.pyo
+${PYSITELIB}/clint/eng.py
+${PYSITELIB}/clint/eng.pyc
+${PYSITELIB}/clint/eng.pyo
+${PYSITELIB}/clint/packages/__init__.py
+${PYSITELIB}/clint/packages/__init__.pyc
+${PYSITELIB}/clint/packages/__init__.pyo
+${PYSITELIB}/clint/packages/appdirs.py
+${PYSITELIB}/clint/packages/appdirs.pyc
+${PYSITELIB}/clint/packages/appdirs.pyo
+${PYSITELIB}/clint/packages/colorama/__init__.py
+${PYSITELIB}/clint/packages/colorama/__init__.pyc
+${PYSITELIB}/clint/packages/colorama/__init__.pyo
+${PYSITELIB}/clint/packages/colorama/ansi.py
+${PYSITELIB}/clint/packages/colorama/ansi.pyc
+${PYSITELIB}/clint/packages/colorama/ansi.pyo
+${PYSITELIB}/clint/packages/colorama/ansitowin32.py
+${PYSITELIB}/clint/packages/colorama/ansitowin32.pyc
+${PYSITELIB}/clint/packages/colorama/ansitowin32.pyo
+${PYSITELIB}/clint/packages/colorama/initialise.py
+${PYSITELIB}/clint/packages/colorama/initialise.pyc
+${PYSITELIB}/clint/packages/colorama/initialise.pyo
+${PYSITELIB}/clint/packages/colorama/win32.py
+${PYSITELIB}/clint/packages/colorama/win32.pyc
+${PYSITELIB}/clint/packages/colorama/win32.pyo
+${PYSITELIB}/clint/packages/colorama/winterm.py
+${PYSITELIB}/clint/packages/colorama/winterm.pyc
+${PYSITELIB}/clint/packages/colorama/winterm.pyo
+${PYSITELIB}/clint/packages/ordereddict.py
+${PYSITELIB}/clint/packages/ordereddict.pyc
+${PYSITELIB}/clint/packages/ordereddict.pyo
+${PYSITELIB}/clint/pipes.py
+${PYSITELIB}/clint/pipes.pyc
+${PYSITELIB}/clint/pipes.pyo
+${PYSITELIB}/clint/resources.py
+${PYSITELIB}/clint/resources.pyc
+${PYSITELIB}/clint/resources.pyo
+${PYSITELIB}/clint/textui/__init__.py
+${PYSITELIB}/clint/textui/__init__.pyc
+${PYSITELIB}/clint/textui/__init__.pyo
+${PYSITELIB}/clint/textui/colored.py
+${PYSITELIB}/clint/textui/colored.pyc
+${PYSITELIB}/clint/textui/colored.pyo
+${PYSITELIB}/clint/textui/cols.py
+${PYSITELIB}/clint/textui/cols.pyc
+${PYSITELIB}/clint/textui/cols.pyo
+${PYSITELIB}/clint/textui/core.py
+${PYSITELIB}/clint/textui/core.pyc
+${PYSITELIB}/clint/textui/core.pyo
+${PYSITELIB}/clint/textui/formatters.py
+${PYSITELIB}/clint/textui/formatters.pyc
+${PYSITELIB}/clint/textui/formatters.pyo
+${PYSITELIB}/clint/textui/progress.py
+${PYSITELIB}/clint/textui/progress.pyc
+${PYSITELIB}/clint/textui/progress.pyo
+${PYSITELIB}/clint/textui/prompt.py
+${PYSITELIB}/clint/textui/prompt.pyc
+${PYSITELIB}/clint/textui/prompt.pyo
+${PYSITELIB}/clint/textui/validators.py
+${PYSITELIB}/clint/textui/validators.pyc
+${PYSITELIB}/clint/textui/validators.pyo
+${PYSITELIB}/clint/utils.py
+${PYSITELIB}/clint/utils.pyc
+${PYSITELIB}/clint/utils.pyo
Index: pkgsrc/devel/py-clint/distinfo
diff -u /dev/null pkgsrc/devel/py-clint/distinfo:1.1
--- /dev/null   Mon Dec 18 08:48:27 2017
+++ pkgsrc/devel/py-clint/distinfo      Mon Dec 18 08:48:26 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/18 08:48:26 adam Exp $
+
+SHA1 (clint-0.5.1.tar.gz) = 0b7fce2c68da2ac1165212d8bb9a8ad453d344c0
+RMD160 (clint-0.5.1.tar.gz) = 3d7db4ed06e1374e64db44cbaa17a51b4dd9765e
+SHA512 (clint-0.5.1.tar.gz) = 4462969afcc0c6119afdd1ddae1984d06f150dd6ec660c51b42e3120196cdd694e5050b5b8575688863431e92d8ae80e46849aa5f6dc3474eb784312f3573266
+Size (clint-0.5.1.tar.gz) = 29355 bytes



Home | Main Index | Thread Index | Old Index