pkgsrc-WIP-changes archive

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

new version:



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

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

Log Message:
new version:

Fix newline bug in firstp/firsth filters
Update documentation
    Housekeeping
Housekeeping

Bump version number to 1.4.0

Update documentation links

Remove unused cruft from .gitignore

Update documentation

Rename the loop boolean variables ?

Refactor exception names

Refactor the template loader classes ?

Housekeeping

Add ternary operator for print statements

Fix packaging bug
Housekeeping

    Housekeeping

Update documentation

Update readme

Add 'trim' template tag

Update documentation

Update readme

Rename package to 'ibis'

Remove meta.py file

Update documentation

Update comments

Rename 'title' filter to 'titlecase'

Housekeeping

Initial commit

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

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

diffstat:
 py-ibis/DESCR    | 1 -
 py-ibis/Makefile | 4 ++--
 py-ibis/PLIST    | 2 +-
 py-ibis/distinfo | 6 +++---
 4 files changed, 6 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-ibis/DESCR b/py-ibis/DESCR
index acafced..e69de29 100644
--- a/py-ibis/DESCR
+++ b/py-ibis/DESCR
@@ -1 +0,0 @@
-A Lightweight template engine
diff --git a/py-ibis/Makefile b/py-ibis/Makefile
index e511f95..4609444 100644
--- a/py-ibis/Makefile
+++ b/py-ibis/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2015/08/10 23:20:59 jihbed Exp $
+# $NetBSD$
 
-DISTNAME=	ibis-1.3.2
+DISTNAME=	ibis-1.4.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	www
 MASTER_SITES=	https://pypi.python.org/packages/source/i/ibis/
diff --git a/py-ibis/PLIST b/py-ibis/PLIST
index df8d53d..1ccf381 100644
--- a/py-ibis/PLIST
+++ b/py-ibis/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/08/10 23:20:59 jihbed Exp $
+@comment $NetBSD$
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
diff --git a/py-ibis/distinfo b/py-ibis/distinfo
index 3a5ac56..d66b133 100644
--- a/py-ibis/distinfo
+++ b/py-ibis/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1 2015/08/10 23:20:59 jihbed Exp $
 
-SHA1 (ibis-1.3.2.tar.gz) = 8c562fc1371d7499c62ab1059206b7a1e049e7ca
-RMD160 (ibis-1.3.2.tar.gz) = 61c54ced56a31f0c9488a9a1f6df55136e2fa19a
-Size (ibis-1.3.2.tar.gz) = 12583 bytes
+SHA1 (ibis-1.4.1.tar.gz) = ea796cb095267813de18dfb9e1aec759c807df2e
+RMD160 (ibis-1.4.1.tar.gz) = 0c21c5bfa739820804de0c9594d6a57ea54a3657
+Size (ibis-1.4.1.tar.gz) = 13316 bytes


Home | Main Index | Thread Index | Old Index