pkgsrc-Bugs archive

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

pkg/46551: [Update]devel/py-pyutil:update to 1.9.3



>Number:         46551
>Category:       pkg
>Synopsis:       [Update]devel/py-pyutil:update to 1.9.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jun 06 07:40:00 +0000 2012
>Originator:     wen heping
>Release:        NetBSD-5.1.2
>Organization:
netbsd
>Environment:
>Description:
- Update to 1.9.3
(sorry, no changelog again)
- Update DEPENDS
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/py-pyutil/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    12 Feb 2012 20:10:42 -0000      1.6
+++ Makefile    6 Jun 2012 07:29:29 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.6 2012/02/12 20:10:42 gls Exp $
 #

-DISTNAME=      pyutil-1.8.4
+DISTNAME=      pyutil-1.9.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  http://pypi.python.org/packages/source/p/pyutil/
@@ -16,7 +16,8 @@ PKG_DESTDIR_SUPPORT=  user-destdir
 PYTHON_VERSIONS_ACCEPTED=      27 26

 DEPENDS+=      
${PYPKGPREFIX}-setuptools_trial-[0-9]*:../../devel/py-setuptools_trial
-DEPENDS+=      ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
+DEPENDS+=      ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
+DEPENDS+=      ${PYPKGPREFIX}-zbase32-[0-9]*:../../converters/py-zbase32

 USE_LANGUAGES= # none

@@ -25,5 +26,8 @@ REPLACE.python.old=   /usr/bin/env python
 REPLACE.python.new=    ${PYTHONBIN}
 REPLACE_FILES.python=  pyutil/benchmarks/bench_xor.py pyutil/lineutil.py 
pyutil/scripts/*.py pyutil/test/*/*.py

+post-extract:
+       @cd ${WRKSRC}; ${RM} pyutil/*.py~
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/py-pyutil/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- PLIST       12 Feb 2012 20:10:42 -0000      1.2
+++ PLIST       6 Jun 2012 07:29:29 -0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2012/02/12 20:10:42 gls Exp $
+@comment $NetBSD$
 bin/lines
 bin/randcookie
 bin/randfile
@@ -227,6 +227,9 @@ ${PYSITELIB}/pyutil/test/out_of_shape/te
 ${PYSITELIB}/pyutil/testutil.py
 ${PYSITELIB}/pyutil/testutil.pyc
 ${PYSITELIB}/pyutil/testutil.pyo
+${PYSITELIB}/pyutil/time_comparisons.py
+${PYSITELIB}/pyutil/time_comparisons.pyc
+${PYSITELIB}/pyutil/time_comparisons.pyo
 ${PYSITELIB}/pyutil/time_format.py
 ${PYSITELIB}/pyutil/time_format.pyc
 ${PYSITELIB}/pyutil/time_format.pyo
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/py-pyutil/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    12 Feb 2012 20:10:42 -0000      1.3
+++ distinfo    6 Jun 2012 07:29:29 -0000
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.3 2012/02/12 20:10:42 gls Exp $

-SHA1 (pyutil-1.8.4.tar.gz) = 3fcbaf35eeee6df0816b2f1a398cabe969e78cf9
-RMD160 (pyutil-1.8.4.tar.gz) = f6a01a0207597047f273d19eb9b5cc3faddf0da7
-Size (pyutil-1.8.4.tar.gz) = 96186 bytes
+SHA1 (pyutil-1.9.3.tar.gz) = 33c39220bd53ce03042354f965992255531570c8
+RMD160 (pyutil-1.9.3.tar.gz) = 6360ad1d8acc45f716ab2338f34aac178055e324
+Size (pyutil-1.9.3.tar.gz) = 118766 bytes
 SHA1 (patch-aa) = aa4432f83aeee6fb8b9f9cfb97dc001748e38577



Home | Main Index | Thread Index | Old Index