Hi,

This diff updates py-path.py to the latest release.
Tested on amd64. Take maintainer.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-path.py/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    10 Jan 2016 16:18:35 -0000      1.3
+++ Makefile    9 Apr 2016 18:23:46 -0000
@@ -2,12 +2,14 @@
 
 COMMENT =              os.path wrapper for Python
 
-MODPY_EGG_VERSION =    8.1.2
+MODPY_EGG_VERSION =    8.2
 DISTNAME =             path.py-${MODPY_EGG_VERSION}
 PKGNAME =              py-${DISTNAME}
 
 CATEGORIES =           devel
 
+MAINTAINER =           Alexandr Shadchin <[email protected]>
+
 HOMEPAGE =             https://github.com/jaraco/path.py
 
 # MIT
@@ -18,8 +20,7 @@ MODPY_PI =            Yes
 MODPY_SETUPTOOLS =     Yes
 
 BUILD_DEPENDS =                devel/py-setuptools_scm${MODPY_FLAVOR}
-RUN_DEPENDS =          devel/py-appdirs${MODPY_FLAVOR}
-TEST_DEPENDS =         ${RUN_DEPENDS} \
+TEST_DEPENDS =         devel/py-appdirs${MODPY_FLAVOR} \
                        devel/py-test${MODPY_FLAVOR} \
                        devel/py-test-runner${MODPY_FLAVOR}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-path.py/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    10 Jan 2016 16:18:35 -0000      1.2
+++ distinfo    9 Apr 2016 18:23:46 -0000
@@ -1,2 +1,2 @@
-SHA256 (path.py-8.1.2.tar.gz) = raldEXxFWavmQICWHa9brdpoVhr900wnj4yiDy+kZtI=
-SIZE (path.py-8.1.2.tar.gz) = 33437
+SHA256 (path.py-8.2.tar.gz) = mt01+BuYg4/5DFErisAWESdrx9pa9sDKJd/08cy5cA8=
+SIZE (path.py-8.2.tar.gz) = 34924
Index: patches/patch-pytest_ini
===================================================================
RCS file: /cvs/ports/devel/py-path.py/patches/patch-pytest_ini,v
retrieving revision 1.1
diff -u -p -r1.1 patch-pytest_ini
--- patches/patch-pytest_ini    10 Jan 2016 16:18:35 -0000      1.1
+++ patches/patch-pytest_ini    9 Apr 2016 18:23:46 -0000
@@ -1,7 +1,9 @@
 $OpenBSD: patch-pytest_ini,v 1.1 2016/01/10 16:18:35 shadchin Exp $
---- pytest.ini.orig    Sun Jan 10 15:35:27 2016
-+++ pytest.ini Sun Jan 10 15:34:28 2016
-@@ -1,2 +1,2 @@
+--- pytest.ini.orig    Fri Apr  8 17:03:35 2016
++++ pytest.ini Sat Apr  9 23:11:25 2016
+@@ -1,4 +1,4 @@
  [pytest]
+ norecursedirs=*.egg .eggs dist build
 -addopts=--doctest-modules --ignore=build
 +addopts=--doctest-modules --ignore=lib
+ doctest_optionflags=ALLOW_UNICODE ELLIPSIS

Reply via email to