Hi,

from PyPI devel/py-pathlib:

Attention: this backport module isn't maintained anymore.
If you want to report issues or contribute patches, please
consider the pathlib2 project instead.

1. Import py-pathlib2 and py-scandir
2. Commit switch on py-pathlib2
3. Commit quirks
4. Remove py-pathlib

OK ? Comment ?

-- 
Alexandr Shadchin

Attachment: py-pathlib2.tgz
Description: application/tar-gz

Attachment: py-scandir.tgz
Description: application/tar-gz

Index: devel/py-testpath/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-testpath/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- devel/py-testpath/Makefile  24 Jun 2017 15:07:24 -0000      1.9
+++ devel/py-testpath/Makefile  24 Jun 2017 15:20:00 -0000
@@ -5,7 +5,7 @@ COMMENT =               test utilities working with f
 MODPY_EGG_VERSION =    0.3.1
 DISTNAME =             testpath-${MODPY_EGG_VERSION}
 PKGNAME =              py-${DISTNAME}
-REVISION =             0
+REVISION =             1
 
 CATEGORIES =           devel
 
@@ -28,7 +28,7 @@ TEST_DEPENDS =                ${RUN_DEPENDS} \
                        devel/py-nose${MODPY_FLAVOR}
 
 .if !${FLAVOR:Mpython3}
-RUN_DEPENDS =          devel/py-pathlib${MODPY_FLAVOR}
+RUN_DEPENDS =          devel/py-pathlib2
 .endif
 
 post-build:
Index: databases/py-pickleshare/Makefile
===================================================================
RCS file: /cvs/ports/databases/py-pickleshare/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- databases/py-pickleshare/Makefile   24 Jun 2017 15:12:43 -0000      1.10
+++ databases/py-pickleshare/Makefile   24 Jun 2017 15:20:08 -0000
@@ -5,7 +5,7 @@ COMMENT =               tiny 'shelve'-like database w
 MODPY_EGG_VERSION =    0.7.4
 DISTNAME =             pickleshare-${MODPY_EGG_VERSION}
 PKGNAME =              py-${DISTNAME}
-REVISION =             1
+REVISION =             2
 
 CATEGORIES =           databases devel
 
@@ -25,7 +25,7 @@ FLAVORS =             python3
 FLAVOR ?=
 
 .if !${FLAVOR:Mpython3}
-RUN_DEPENDS =          devel/py-pathlib${MODPY_FLAVOR}
+RUN_DEPENDS =          devel/py-pathlib2
 .endif
 
 NO_TEST =              Yes
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.488
diff -u -p -r1.488 Makefile
--- Makefile    23 Jun 2017 19:50:42 -0000      1.488
+++ Makefile    24 Jun 2017 15:39:26 -0000
@@ -5,7 +5,7 @@ CATEGORIES =    devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =      quirks-2.333
+PKGNAME =      quirks-2.334
 PKG_ARCH =     *
 MAINTAINER =   Marc Espie <es...@openbsd.org>
 
Index: files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.500
diff -u -p -r1.500 Quirks.pm
--- files/Quirks.pm     23 Jun 2017 19:50:42 -0000      1.500
+++ files/Quirks.pm     24 Jun 2017 15:39:26 -0000
@@ -411,6 +411,7 @@ my $stem_extensions = {
        'ja-w3m' => 'w3m',
        'markdown' => 'py-markdown',
        'netperf-wrapper' => 'flent',
+       'py-pathlib' => 'py-pathlib2',
 };
 
 my $obsolete_reason = {

Reply via email to