pkgsrc-WIP-changes archive

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

0.5.1



Module Name:	pkgsrc-wip
Committed By:	Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Oct 3 15:58:21 2015 +0100
Changeset:	c320ac0a52f8dfa5c22c2e4e0cfa2b3463e19163

Modified Files:
	py-clint/DESCR
	py-clint/Makefile
	py-clint/PLIST
	py-clint/distinfo

Log Message:
0.5.1

    Fix line width calculation in max_width when using coloured text (thanks to @wkentaro)

0.5.0

    Added option prompt

0.4.1

    Fix bug in logic that decides whether progress bars should be hidden or not

0.4.0

    clint.textui.prompt now has a query function with validators! (thanks to @aeby) - see examples/prompt.py
    Clint docs are now included in sdist (thanks to @alunduil)
    Misc. bug fixes

0.3.7

    Clint now obeys the CLINT_FORCE_COLOR environmental variable

0.3.6

    Fixed faulty PyPI deployment

0.3.5

    progress.bar is now a context manager - doesn't require an iterable anymore (thanks to @jric)
    Bug fixes

0.3.4

    Fixed Python 3 basestring deprecation
    Fixed examples

0.3.3

    Fixed Python 3 build issues
    Fixed README and HISTORY being installed to /usr
    Support added for bold text

0.3.2

    Unknown

0.3.1

    Unknown

0.3.0

    Python 3 support!

0.2.4

    New eng module
    Win32 Bugfix

0.2.3

    Only init colors if they are used (iPython compatability)
    New progress module
    Various bugfixes

0.2.2

    Auto Color Disabling
    Progress Namespace Change
    New Progress Bars
    textui.puts newline fix

0.2.1 (2011-03-24)

    Python 2.5 Support
    List of available colors

0.2.0 (2011-03-23)

    Column Printing!!!
    (Auto/Manual) Disabling of Colors
    Smarter Colors
    max_width, min_width
    Strip cli colors
    bug fixes

0.1.2 (2011-03-21)

    Bugfixes

0.1.1 (2011-03-20)

    Bugfixes
    Indent Newline Injection
    resources: flags, not_flags, files, not_files
    Lots of Examples

0.1.0 (2011-03-20)

    Initial Release!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c320ac0a52f8dfa5c22c2e4e0cfa2b3463e19163

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

diffstat:
 py-clint/DESCR    | 1 -
 py-clint/Makefile | 8 ++++----
 py-clint/PLIST    | 3 ++-
 py-clint/distinfo | 6 +++---
 4 files changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-clint/DESCR b/py-clint/DESCR
index 7dbab61..e69de29 100644
--- a/py-clint/DESCR
+++ b/py-clint/DESCR
@@ -1 +0,0 @@
-Python Command-line Application Tools
diff --git a/py-clint/Makefile b/py-clint/Makefile
index 776c774..ab6b798 100644
--- a/py-clint/Makefile
+++ b/py-clint/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.1 2015/01/26 23:00:49 jihbed Exp $
+# $NetBSD$
 
-DISTNAME=	clint-0.4.1
+DISTNAME=	clint-0.5.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	x11 python
+CATEGORIES=	devel  python
 MASTER_SITES=	https://pypi.python.org/packages/source/c/clint/
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://github.com/kennethreitz/clint
 COMMENT=	Python Command-line Application Tools
-#LICENSE=	# TODO: (see mk/license.mk)
+
 
 USE_LANGUAGES=	# none
 
diff --git a/py-clint/PLIST b/py-clint/PLIST
index eff6720..e9e8240 100644
--- a/py-clint/PLIST
+++ b/py-clint/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/26 23:00:49 jihbed Exp $
+@comment $NetBSD$
 ${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
diff --git a/py-clint/distinfo b/py-clint/distinfo
index 858d687..513e4ee 100644
--- a/py-clint/distinfo
+++ b/py-clint/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1 2015/01/26 23:00:49 jihbed Exp $
 
-SHA1 (clint-0.4.1.tar.gz) = 38f026413d4240e5fc97f140529462603cd3686b
-RMD160 (clint-0.4.1.tar.gz) = 8c332ebb38c81c11139b5de29dfd01a74ea2c9e1
-Size (clint-0.4.1.tar.gz) = 28854 bytes
+SHA1 (clint-0.5.1.tar.gz) = 0b7fce2c68da2ac1165212d8bb9a8ad453d344c0
+RMD160 (clint-0.5.1.tar.gz) = 3d7db4ed06e1374e64db44cbaa17a51b4dd9765e
+Size (clint-0.5.1.tar.gz) = 29355 bytes


Home | Main Index | Thread Index | Old Index