On Sat, Oct 01, 2016 at 02:00:23PM +0200, Daniel Jakots wrote:
> On Sat, 1 Oct 2016 00:00:20 +0500, Alexandr Shadchin
> <alexandr.shadc...@gmail.com> wrote:
> 
> > Hi,
> > 
> > This diff updates py-configparser to the latest release.
> > Tested on amd64. Take maintainership.
> > 
> > Comments ? OK ?
> 
> There's a problem when you try to build it if you first build the
> previous :
> 
>  Found newer package py-configparser-3.5.0b2p1 in /usr/ports/plist/amd64
> 
> I talked with espie@ about it and whether we wait for 3.5.1 (but seeing
> upstream release [0], I don't think we should consider this option as
> it may take a while) or we add a EPOCH to go around this.
> 
> What's your opinion Alexandr?
> 
> [0]: https://bitbucket.org/ambv/configparser/downloads?tab=tags
> 
> Cheers,
> Daniel

Good catch. I vote for EPOCH.

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-configparser/Makefile,v
retrieving revision 1.3
diff -u -p -w -r1.3 Makefile
--- Makefile    29 Sep 2015 10:51:53 -0000      1.3
+++ Makefile    2 Oct 2016 14:33:24 -0000
@@ -1,18 +1,24 @@
 # $OpenBSD: Makefile,v 1.3 2015/09/29 10:51:53 sthen Exp $
 
 COMMENT =      Python 3.5 configparser for Python 2.6 - 3.5
-MODPY_EGG_VERSION =    3.5.0b2
+
+MODPY_EGG_VERSION =    3.5.0
 DISTNAME =     configparser-${MODPY_EGG_VERSION}
 PKGNAME =      py-configparser-${MODPY_EGG_VERSION}
-REVISION =     1
+EPOCH =                        0
 CATEGORIES =   devel
 
 HOMEPAGE =     https://bitbucket.org/ambv/configparser
 
+MAINTAINER =           Alexandr Shadchin <shadc...@openbsd.org>
+
 # MIT
 PERMIT_PACKAGE_CDROM = Yes
 
 MODULES =      lang/python
+
+RUN_DEPENDS =          devel/py-backports
+
 MODPY_SETUPTOOLS =     Yes
 MODPY_PI =             Yes
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-configparser/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -w -r1.1.1.1 distinfo
--- distinfo    21 Aug 2015 23:46:25 -0000      1.1.1.1
+++ distinfo    2 Oct 2016 14:33:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (configparser-3.5.0b2.tar.gz) = 
FoEBYP8oIz76xsHcDuqNTJuHBC+SEFQdq0+SqQp9hZc=
-SIZE (configparser-3.5.0b2.tar.gz) = 38523
+SHA256 (configparser-3.5.0.tar.gz) = 
Uwi0cCG8I0CWXDcfDwWMxpcaBFAmONQkQiXEnYDbJzo=
+SIZE (configparser-3.5.0.tar.gz) = 39573
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-configparser/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -w -r1.1.1.1 PLIST
--- pkg/PLIST   21 Aug 2015 23:46:25 -0000      1.1.1.1
+++ pkg/PLIST   2 Oct 2016 14:33:24 -0000
@@ -1,5 +1,4 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2015/08/21 23:46:25 bcallah Exp $
-lib/python${MODPY_VERSION}/site-packages/backports/
 lib/python${MODPY_VERSION}/site-packages/backports/configparser/
 lib/python${MODPY_VERSION}/site-packages/backports/configparser/__init__.py
 lib/python${MODPY_VERSION}/site-packages/backports/configparser/__init__.pyc

Reply via email to