pkgsrc-Bugs archive

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

pkg/45165: Update devel/py-subvertpy to 0.8.2



>Number:         45165
>Category:       pkg
>Synopsis:       Update devel/py-subvertpy to 0.8.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Jul 22 10:20:00 +0000 2011
>Originator:     Petr Pavlu
>Release:        
>Organization:
>Environment:
SunOS solaris 5.11 snv_151a i86pc i386 i86pc Solaris
>Description:
Pkgsrc contains subvertpy 0.6.1, but current version is 0.8.2. The old
version can't be used with a HgSubversion tool (not in pkgsrc).

Note: There is a devel/bzr-svn package that depends on the
devel/py-subvertpy. Unfortunately I couldn't test if this package is
affected by the subvertpy update in any way because bzr-svn seems to be
broken in pkgsrc's HEAD.

setup@192.168.122.227:~$ bzr init-repo test
Unable to load plugin 'svn'. It requested API version (2, 0, 0) of module 
<module 'bzrlib' from 
'/usr/pkg/lib/python2.6/site-packages/bzrlib/__init__.pyc'> but the minimum 
exported version is (2, 1, 0), and the maximum is (2, 1, 1)
Shared repository with trees (format: 2a)
Location:
  shared repository: test

bzr-svn-1.0.0nb1
bzr-2.1.1
>How-To-Repeat:

>Fix:
diff --git a/devel/py-subvertpy/Makefile b/devel/py-subvertpy/Makefile
index 3fc83a1..375661a 100644
--- a/devel/py-subvertpy/Makefile
+++ b/devel/py-subvertpy/Makefile
@@ -1,16 +1,16 @@
 # $NetBSD: Makefile,v 1.4 2010/01/17 12:02:15 wiz Exp $

-DISTNAME=      subvertpy-0.6.6
+DISTNAME=      subvertpy-${VER}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-#PKGREVISION=  1
-PKGREVISION=   2
 CATEGORIES=    devel scm
-MASTER_SITES=  http://launchpad.net/subvertpy/trunk/0.6.6/+download/
+MASTER_SITES=  http://launchpad.net/subvertpy/trunk/${VER}/+download/
 MASTER_SITES+= http://samba.org/~jelmer/subvertpy/
+VER=           0.8.2

 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://launchpad.net/subvertpy
 COMMENT=       Alternative Python bindings for Subversion
+LICENSE=       gnu-gpl-v2

 PKG_DESTDIR_SUPPORT=   user-destdir

diff --git a/devel/py-subvertpy/PLIST b/devel/py-subvertpy/PLIST
index 0dbfdeb..32c5a67 100644
--- a/devel/py-subvertpy/PLIST
+++ b/devel/py-subvertpy/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2009/02/20 02:59:50 epg Exp $
+@comment $NetBSD$
+bin/subvertpy-fast-export
 ${PYSITELIB}/subvertpy/__init__.py
 ${PYSITELIB}/subvertpy/__init__.pyc
 ${PYSITELIB}/subvertpy/__init__.pyo
diff --git a/devel/py-subvertpy/distinfo b/devel/py-subvertpy/distinfo
index 7776574..27959ba 100644
--- a/devel/py-subvertpy/distinfo
+++ b/devel/py-subvertpy/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1 2009/02/20 02:59:50 epg Exp $

-SHA1 (subvertpy-0.6.6.tar.gz) = d96d858075f4636bcb734e697f70935359156924
-RMD160 (subvertpy-0.6.6.tar.gz) = 59b8dcc60a0e3d6752b6aacc88917ed40d4550ac
-Size (subvertpy-0.6.6.tar.gz) = 71502 bytes
+SHA1 (subvertpy-0.8.2.tar.gz) = 8a8a02f3a20f3047dec54c02e0d109f32b9228f8
+RMD160 (subvertpy-0.8.2.tar.gz) = 2370c8a7cec822ef125b2e020aa64f5e3446ff2d
+Size (subvertpy-0.8.2.tar.gz) = 99374 bytes



Home | Main Index | Thread Index | Old Index