Re: move flask to py3

2021-02-28 Thread Pamela Mosiejczuk

No objections on vcr/test-vcr bits, thank you Lucas

On 2/27/21 1:06 PM, Lucas Raab wrote:

On Sat, Feb 27, 2021 at 10:25:21AM -0600, Lucas Raab wrote:

On Sat, Feb 27, 2021 at 04:12:47PM +, Stuart Henderson wrote:

On 2021/02/27 09:52, Lucas Raab wrote:

On Fri, Feb 26, 2021 at 08:52:11PM -0600, Lucas Raab wrote:

Hello,

Here are some changes to move flask over to py3 and related packages.

flask deps:
* www/py-itsdangerous (rdep to www/py-flask and py-httpbin)
   * www/py-httpbin is included here as well
* www/py-werkzeug (rdep to devel/py-test-localserver and www/py-flask)
   * devel/py-test-localserver is included here as well
* devel/py-blinker (only rdep to www/py-flask)

flask rdeps:
* www/py-httpbin

httpbin chain:
* devel/py-test-httpbin
* www/py-vcrpy
* test/py-test-vcr

Follow-ups for later:
* move devel/py-click and related to py3
* update itsdangerous and werkzeug
* update flask

Missing anything?

cc: maintainer of py-vcrpy and py-test-vcr

Lucas

oops, forgot @pkgpath updates. Updated diff
  FLAVORS = python3
-FLAVOR ?=
+FLAVOR ?=  python3

FLAVOR in these cases is not optional, please use = not ?=


'py-pygal' => 'py3-pygal',
'py-wtforms' => 'py3-wtforms',
'py-apsw' => 'py3-apsw',
+   'py-test-httpbin' => 'py3-test-httpbin',
+   'py-test-localserver' => 'py3-test-localserver',
+   'py-test-vcr' => 'py3-test-vcr',
+   'py-flask' => 'py3-flask',
+   'py-httpbin' => 'py3-httpbin',
+   'py-itsdangerous' => 'py3-itsdangerous',
+   'py-vcrpy' => 'py3-vcrpy',
+   'py-werkzeug' => 'py3-werkzeug',
+   'py-blinker' => 'py3-blinker'
  };

and keep the trailing , here to reduce the risk of breakage for the
next person who adds to this ;-)


d'oh! :) Thanks for catching that

Updated diff with FLAVOR = and the comma (plus a bonus @pkgpath that I
forgot for py-vcrpy)

One last tweak to remove the suffix off the flask bin. Sorry, should
have caught that earlier





Re: move flask to py3

2021-02-27 Thread Lucas Raab
On Sat, Feb 27, 2021 at 10:25:21AM -0600, Lucas Raab wrote:
> On Sat, Feb 27, 2021 at 04:12:47PM +, Stuart Henderson wrote:
> > On 2021/02/27 09:52, Lucas Raab wrote:
> > > On Fri, Feb 26, 2021 at 08:52:11PM -0600, Lucas Raab wrote:
> > > > Hello,
> > > > 
> > > > Here are some changes to move flask over to py3 and related packages.
> > > > 
> > > > flask deps:
> > > > * www/py-itsdangerous (rdep to www/py-flask and py-httpbin)
> > > >   * www/py-httpbin is included here as well
> > > > * www/py-werkzeug (rdep to devel/py-test-localserver and www/py-flask)
> > > >   * devel/py-test-localserver is included here as well
> > > > * devel/py-blinker (only rdep to www/py-flask)
> > > > 
> > > > flask rdeps:
> > > > * www/py-httpbin
> > > > 
> > > > httpbin chain:
> > > > * devel/py-test-httpbin
> > > > * www/py-vcrpy
> > > > * test/py-test-vcr
> > > > 
> > > > Follow-ups for later:
> > > > * move devel/py-click and related to py3
> > > > * update itsdangerous and werkzeug
> > > > * update flask
> > > > 
> > > > Missing anything?
> > > > 
> > > > cc: maintainer of py-vcrpy and py-test-vcr
> > > > 
> > > > Lucas
> > > 
> > > oops, forgot @pkgpath updates. Updated diff
> > 
> > >  FLAVORS =python3
> > > -FLAVOR ?=
> > > +FLAVOR ?=python3
> > 
> > FLAVOR in these cases is not optional, please use = not ?=
> > 
> > >   'py-pygal' => 'py3-pygal',
> > >   'py-wtforms' => 'py3-wtforms',
> > >   'py-apsw' => 'py3-apsw',
> > > + 'py-test-httpbin' => 'py3-test-httpbin',
> > > + 'py-test-localserver' => 'py3-test-localserver',
> > > + 'py-test-vcr' => 'py3-test-vcr',
> > > + 'py-flask' => 'py3-flask',
> > > + 'py-httpbin' => 'py3-httpbin',
> > > + 'py-itsdangerous' => 'py3-itsdangerous',
> > > + 'py-vcrpy' => 'py3-vcrpy',
> > > + 'py-werkzeug' => 'py3-werkzeug',
> > > + 'py-blinker' => 'py3-blinker'
> > >  };
> > 
> > and keep the trailing , here to reduce the risk of breakage for the
> > next person who adds to this ;-)
> > 
> 
> d'oh! :) Thanks for catching that
> 
> Updated diff with FLAVOR = and the comma (plus a bonus @pkgpath that I
> forgot for py-vcrpy)

One last tweak to remove the suffix off the flask bin. Sorry, should
have caught that earlier

diff 55af3c174820b3bc1cdb9fec4a467f1edff7836e /usr/ports
blob - bdac06fd56b722fed56f800606ef979f4e7131ee
file + devel/Makefile
--- devel/Makefile
+++ devel/Makefile
@@ -1384,7 +1384,6 @@
  SUBDIR += py-bitstring,python3
  SUBDIR += py-blessings
  SUBDIR += py-blessings,python3
- SUBDIR += py-blinker
  SUBDIR += py-blinker,python3
  SUBDIR += py-blist
  SUBDIR += py-blist,python3
@@ -1713,9 +1712,7 @@
  SUBDIR += py-test-expect,python3
  SUBDIR += py-test-forked
  SUBDIR += py-test-forked,python3
- SUBDIR += py-test-httpbin
  SUBDIR += py-test-httpbin,python3
- SUBDIR += py-test-localserver
  SUBDIR += py-test-localserver,python3
  SUBDIR += py-test-mock
  SUBDIR += py-test-mock,python3
@@ -1727,7 +1724,6 @@
  SUBDIR += py-test-subtesthack,python3
  SUBDIR += py-test-timeout
  SUBDIR += py-test-timeout,python3
- SUBDIR += py-test-vcr
  SUBDIR += py-test-vcr,python3
  SUBDIR += py-test-xdist
  SUBDIR += py-test-xdist,python3
blob - fe6be4e5ed19f8ab1934698b4fdd25f463149120
file + devel/py-blinker/Makefile
--- devel/py-blinker/Makefile
+++ devel/py-blinker/Makefile
@@ -3,7 +3,7 @@
 COMMENT =  fast, simple object-to-object and broadcast signaling
 
 MODPY_EGG_VERSION = 1.4
-REVISION = 5
+REVISION = 6
 DISTNAME = blinker-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
 
@@ -22,7 +22,7 @@ MODPY_SETUPTOOLS =Yes
 MODPY_PYTEST = Yes
 
 FLAVORS =  python3
-FLAVOR ?=
+FLAVOR =   python3
 
 post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${MODPY_PY_PREFIX}blinker
blob - 8499f3d6b3cf9bc15bfef927d7121a848a8212ce
file + devel/py-blinker/pkg/PLIST
--- devel/py-blinker/pkg/PLIST
+++ devel/py-blinker/pkg/PLIST
@@ -1,4 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.4 2015/09/23 15:33:38 jca Exp $
+@pkgpath devel/py-blinker
 lib/python${MODPY_VERSION}/site-packages/blinker/
 
lib/python${MODPY_VERSION}/site-packages/blinker-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/blinker-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
blob - 7de36735b336353d4352fc14b06a5

Re: move flask to py3

2021-02-27 Thread Lucas Raab
On Sat, Feb 27, 2021 at 04:12:47PM +, Stuart Henderson wrote:
> On 2021/02/27 09:52, Lucas Raab wrote:
> > On Fri, Feb 26, 2021 at 08:52:11PM -0600, Lucas Raab wrote:
> > > Hello,
> > > 
> > > Here are some changes to move flask over to py3 and related packages.
> > > 
> > > flask deps:
> > > * www/py-itsdangerous (rdep to www/py-flask and py-httpbin)
> > >   * www/py-httpbin is included here as well
> > > * www/py-werkzeug (rdep to devel/py-test-localserver and www/py-flask)
> > >   * devel/py-test-localserver is included here as well
> > > * devel/py-blinker (only rdep to www/py-flask)
> > > 
> > > flask rdeps:
> > > * www/py-httpbin
> > > 
> > > httpbin chain:
> > > * devel/py-test-httpbin
> > > * www/py-vcrpy
> > > * test/py-test-vcr
> > > 
> > > Follow-ups for later:
> > > * move devel/py-click and related to py3
> > > * update itsdangerous and werkzeug
> > > * update flask
> > > 
> > > Missing anything?
> > > 
> > > cc: maintainer of py-vcrpy and py-test-vcr
> > > 
> > > Lucas
> > 
> > oops, forgot @pkgpath updates. Updated diff
> 
> >  FLAVORS =  python3
> > -FLAVOR ?=
> > +FLAVOR ?=  python3
> 
> FLAVOR in these cases is not optional, please use = not ?=
> 
> > 'py-pygal' => 'py3-pygal',
> > 'py-wtforms' => 'py3-wtforms',
> > 'py-apsw' => 'py3-apsw',
> > +   'py-test-httpbin' => 'py3-test-httpbin',
> > +   'py-test-localserver' => 'py3-test-localserver',
> > +   'py-test-vcr' => 'py3-test-vcr',
> > +   'py-flask' => 'py3-flask',
> > +   'py-httpbin' => 'py3-httpbin',
> > +   'py-itsdangerous' => 'py3-itsdangerous',
> > +   'py-vcrpy' => 'py3-vcrpy',
> > +   'py-werkzeug' => 'py3-werkzeug',
> > +   'py-blinker' => 'py3-blinker'
> >  };
> 
> and keep the trailing , here to reduce the risk of breakage for the
> next person who adds to this ;-)
> 

d'oh! :) Thanks for catching that

Updated diff with FLAVOR = and the comma (plus a bonus @pkgpath that I
forgot for py-vcrpy)
diff 073f2087dde0c919c86b6af256ac9a835cc3dded /usr/ports
blob - bdac06fd56b722fed56f800606ef979f4e7131ee
file + devel/Makefile
--- devel/Makefile
+++ devel/Makefile
@@ -1384,7 +1384,6 @@
  SUBDIR += py-bitstring,python3
  SUBDIR += py-blessings
  SUBDIR += py-blessings,python3
- SUBDIR += py-blinker
  SUBDIR += py-blinker,python3
  SUBDIR += py-blist
  SUBDIR += py-blist,python3
@@ -1713,9 +1712,7 @@
  SUBDIR += py-test-expect,python3
  SUBDIR += py-test-forked
  SUBDIR += py-test-forked,python3
- SUBDIR += py-test-httpbin
  SUBDIR += py-test-httpbin,python3
- SUBDIR += py-test-localserver
  SUBDIR += py-test-localserver,python3
  SUBDIR += py-test-mock
  SUBDIR += py-test-mock,python3
@@ -1727,7 +1724,6 @@
  SUBDIR += py-test-subtesthack,python3
  SUBDIR += py-test-timeout
  SUBDIR += py-test-timeout,python3
- SUBDIR += py-test-vcr
  SUBDIR += py-test-vcr,python3
  SUBDIR += py-test-xdist
  SUBDIR += py-test-xdist,python3
blob - fe6be4e5ed19f8ab1934698b4fdd25f463149120
file + devel/py-blinker/Makefile
--- devel/py-blinker/Makefile
+++ devel/py-blinker/Makefile
@@ -3,7 +3,7 @@
 COMMENT =  fast, simple object-to-object and broadcast signaling
 
 MODPY_EGG_VERSION = 1.4
-REVISION = 5
+REVISION = 6
 DISTNAME = blinker-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
 
@@ -22,7 +22,7 @@ MODPY_SETUPTOOLS =Yes
 MODPY_PYTEST = Yes
 
 FLAVORS =  python3
-FLAVOR ?=
+FLAVOR =   python3
 
 post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${MODPY_PY_PREFIX}blinker
blob - 8499f3d6b3cf9bc15bfef927d7121a848a8212ce
file + devel/py-blinker/pkg/PLIST
--- devel/py-blinker/pkg/PLIST
+++ devel/py-blinker/pkg/PLIST
@@ -1,4 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.4 2015/09/23 15:33:38 jca Exp $
+@pkgpath devel/py-blinker
 lib/python${MODPY_VERSION}/site-packages/blinker/
 
lib/python${MODPY_VERSION}/site-packages/blinker-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/blinker-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
blob - 7de36735b336353d4352fc14b06a5db1425a3ab6
file + devel/py-test-httpbin/Makefile
--- devel/py-test-httpbin/Makefile
+++ devel/py-test-httpbin/Makefile
@@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.0.0
 DISTNAME = pytest-httpbin-${MODPY_EGG_VERSION}
 PKGNAME =  ${DISTNAME:S/py/py-/}
 CATEGORIES =   devel
-REVISION = 0
+REVISION = 1
 
 HOMEPAGE = https://github.com/kevin1024/pytest-httpbin
 
@@ -20,7 +20,7 @@ MODPY_SETUPTOOLS =

Re: move flask to py3

2021-02-27 Thread Stuart Henderson
On 2021/02/27 09:52, Lucas Raab wrote:
> On Fri, Feb 26, 2021 at 08:52:11PM -0600, Lucas Raab wrote:
> > Hello,
> > 
> > Here are some changes to move flask over to py3 and related packages.
> > 
> > flask deps:
> > * www/py-itsdangerous (rdep to www/py-flask and py-httpbin)
> >   * www/py-httpbin is included here as well
> > * www/py-werkzeug (rdep to devel/py-test-localserver and www/py-flask)
> >   * devel/py-test-localserver is included here as well
> > * devel/py-blinker (only rdep to www/py-flask)
> > 
> > flask rdeps:
> > * www/py-httpbin
> > 
> > httpbin chain:
> > * devel/py-test-httpbin
> > * www/py-vcrpy
> > * test/py-test-vcr
> > 
> > Follow-ups for later:
> > * move devel/py-click and related to py3
> > * update itsdangerous and werkzeug
> > * update flask
> > 
> > Missing anything?
> > 
> > cc: maintainer of py-vcrpy and py-test-vcr
> > 
> > Lucas
> 
> oops, forgot @pkgpath updates. Updated diff

>  FLAVORS =python3
> -FLAVOR ?=
> +FLAVOR ?=python3

FLAVOR in these cases is not optional, please use = not ?=

>   'py-pygal' => 'py3-pygal',
>   'py-wtforms' => 'py3-wtforms',
>   'py-apsw' => 'py3-apsw',
> + 'py-test-httpbin' => 'py3-test-httpbin',
> + 'py-test-localserver' => 'py3-test-localserver',
> + 'py-test-vcr' => 'py3-test-vcr',
> + 'py-flask' => 'py3-flask',
> + 'py-httpbin' => 'py3-httpbin',
> + 'py-itsdangerous' => 'py3-itsdangerous',
> + 'py-vcrpy' => 'py3-vcrpy',
> + 'py-werkzeug' => 'py3-werkzeug',
> + 'py-blinker' => 'py3-blinker'
>  };

and keep the trailing , here to reduce the risk of breakage for the
next person who adds to this ;-)



Re: move flask to py3

2021-02-27 Thread Lucas Raab
On Fri, Feb 26, 2021 at 08:52:11PM -0600, Lucas Raab wrote:
> Hello,
> 
> Here are some changes to move flask over to py3 and related packages.
> 
> flask deps:
> * www/py-itsdangerous (rdep to www/py-flask and py-httpbin)
>   * www/py-httpbin is included here as well
> * www/py-werkzeug (rdep to devel/py-test-localserver and www/py-flask)
>   * devel/py-test-localserver is included here as well
> * devel/py-blinker (only rdep to www/py-flask)
> 
> flask rdeps:
> * www/py-httpbin
> 
> httpbin chain:
> * devel/py-test-httpbin
> * www/py-vcrpy
> * test/py-test-vcr
> 
> Follow-ups for later:
> * move devel/py-click and related to py3
> * update itsdangerous and werkzeug
> * update flask
> 
> Missing anything?
> 
> cc: maintainer of py-vcrpy and py-test-vcr
> 
> Lucas

oops, forgot @pkgpath updates. Updated diff
diff 1216bcec31bb2e0590f373c4c77b97b8bcb33810 /usr/ports
blob - bdac06fd56b722fed56f800606ef979f4e7131ee
file + devel/Makefile
--- devel/Makefile
+++ devel/Makefile
@@ -1384,7 +1384,6 @@
  SUBDIR += py-bitstring,python3
  SUBDIR += py-blessings
  SUBDIR += py-blessings,python3
- SUBDIR += py-blinker
  SUBDIR += py-blinker,python3
  SUBDIR += py-blist
  SUBDIR += py-blist,python3
@@ -1713,9 +1712,7 @@
  SUBDIR += py-test-expect,python3
  SUBDIR += py-test-forked
  SUBDIR += py-test-forked,python3
- SUBDIR += py-test-httpbin
  SUBDIR += py-test-httpbin,python3
- SUBDIR += py-test-localserver
  SUBDIR += py-test-localserver,python3
  SUBDIR += py-test-mock
  SUBDIR += py-test-mock,python3
@@ -1727,7 +1724,6 @@
  SUBDIR += py-test-subtesthack,python3
  SUBDIR += py-test-timeout
  SUBDIR += py-test-timeout,python3
- SUBDIR += py-test-vcr
  SUBDIR += py-test-vcr,python3
  SUBDIR += py-test-xdist
  SUBDIR += py-test-xdist,python3
blob - fe6be4e5ed19f8ab1934698b4fdd25f463149120
file + devel/py-blinker/Makefile
--- devel/py-blinker/Makefile
+++ devel/py-blinker/Makefile
@@ -3,7 +3,7 @@
 COMMENT =  fast, simple object-to-object and broadcast signaling
 
 MODPY_EGG_VERSION = 1.4
-REVISION = 5
+REVISION = 6
 DISTNAME = blinker-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
 
@@ -22,7 +22,7 @@ MODPY_SETUPTOOLS =Yes
 MODPY_PYTEST = Yes
 
 FLAVORS =  python3
-FLAVOR ?=
+FLAVOR ?=  python3
 
 post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${MODPY_PY_PREFIX}blinker
blob - 8499f3d6b3cf9bc15bfef927d7121a848a8212ce
file + devel/py-blinker/pkg/PLIST
--- devel/py-blinker/pkg/PLIST
+++ devel/py-blinker/pkg/PLIST
@@ -1,4 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.4 2015/09/23 15:33:38 jca Exp $
+@pkgpath devel/py-blinker
 lib/python${MODPY_VERSION}/site-packages/blinker/
 
lib/python${MODPY_VERSION}/site-packages/blinker-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/blinker-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
blob - 7de36735b336353d4352fc14b06a5db1425a3ab6
file + devel/py-test-httpbin/Makefile
--- devel/py-test-httpbin/Makefile
+++ devel/py-test-httpbin/Makefile
@@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.0.0
 DISTNAME = pytest-httpbin-${MODPY_EGG_VERSION}
 PKGNAME =  ${DISTNAME:S/py/py-/}
 CATEGORIES =   devel
-REVISION = 0
+REVISION = 1
 
 HOMEPAGE = https://github.com/kevin1024/pytest-httpbin
 
@@ -20,7 +20,7 @@ MODPY_SETUPTOOLS =Yes
 MODPY_PYTEST = Yes
 
 FLAVORS =  python3
-FLAVOR ?=
+FLAVOR ?=  python3
 
 RUN_DEPENDS =  devel/py-six${MODPY_FLAVOR} \
devel/py-test${MODPY_FLAVOR} \
blob - c1ca94f3f695db96b59a10486ee75519acc2c83d
file + devel/py-test-httpbin/pkg/PLIST
--- devel/py-test-httpbin/pkg/PLIST
+++ devel/py-test-httpbin/pkg/PLIST
@@ -1,4 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2016/01/05 13:02:39 shadchin Exp $
+@pkgpath devel/py-test-httpbin
 lib/python${MODPY_VERSION}/site-packages/pytest_httpbin/
 
lib/python${MODPY_VERSION}/site-packages/pytest_httpbin-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/pytest_httpbin-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
blob - d1a82d87a111001293d227d942574b08409c3f27
file + devel/py-test-localserver/Makefile
--- devel/py-test-localserver/Makefile
+++ devel/py-test-localserver/Makefile
@@ -5,7 +5,7 @@ COMMENT =   py.test plugin to test server 
connections l
 MODPY_EGG_VERSION =0.5.0
 DISTNAME = pytest-localserver-${MODPY_EGG_VERSION}
 PKGNAME =  py-test-localserver-${MODPY_EGG_VERSION}
-REVISION = 0
+REVISION = 1
 
 CATEGORIES =   devel
 
@@ -25,6 +25,6 @@ TEST_DEPENDS =devel/py-six${MODPY_FLAVOR} \
www/py-werkzeug${MODPY_FLAVOR}
 
 FLAV

move flask to py3

2021-02-26 Thread Lucas Raab
Hello,

Here are some changes to move flask over to py3 and related packages.

flask deps:
* www/py-itsdangerous (rdep to www/py-flask and py-httpbin)
  * www/py-httpbin is included here as well
* www/py-werkzeug (rdep to devel/py-test-localserver and www/py-flask)
  * devel/py-test-localserver is included here as well
* devel/py-blinker (only rdep to www/py-flask)

flask rdeps:
* www/py-httpbin

httpbin chain:
* devel/py-test-httpbin
* www/py-vcrpy
* test/py-test-vcr

Follow-ups for later:
* move devel/py-click and related to py3
* update itsdangerous and werkzeug
* update flask

Missing anything?

cc: maintainer of py-vcrpy and py-test-vcr

Lucas
diff 52125dd38899bdf5d27093acc4033002c3ed0136 /usr/ports
blob - c937f42396a96fb5ce8fae49c8721a6c5deb1119
file + devel/Makefile
--- devel/Makefile
+++ devel/Makefile
@@ -1384,7 +1384,6 @@
  SUBDIR += py-bitstring,python3
  SUBDIR += py-blessings
  SUBDIR += py-blessings,python3
- SUBDIR += py-blinker
  SUBDIR += py-blinker,python3
  SUBDIR += py-blist
  SUBDIR += py-blist,python3
@@ -1711,9 +1710,7 @@
  SUBDIR += py-test-expect,python3
  SUBDIR += py-test-forked
  SUBDIR += py-test-forked,python3
- SUBDIR += py-test-httpbin
  SUBDIR += py-test-httpbin,python3
- SUBDIR += py-test-localserver
  SUBDIR += py-test-localserver,python3
  SUBDIR += py-test-mock
  SUBDIR += py-test-mock,python3
@@ -1725,7 +1722,6 @@
  SUBDIR += py-test-subtesthack,python3
  SUBDIR += py-test-timeout
  SUBDIR += py-test-timeout,python3
- SUBDIR += py-test-vcr
  SUBDIR += py-test-vcr,python3
  SUBDIR += py-test-xdist
  SUBDIR += py-test-xdist,python3
blob - fe6be4e5ed19f8ab1934698b4fdd25f463149120
file + devel/py-blinker/Makefile
--- devel/py-blinker/Makefile
+++ devel/py-blinker/Makefile
@@ -3,7 +3,7 @@
 COMMENT =  fast, simple object-to-object and broadcast signaling
 
 MODPY_EGG_VERSION = 1.4
-REVISION = 5
+REVISION = 6
 DISTNAME = blinker-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
 
@@ -22,7 +22,7 @@ MODPY_SETUPTOOLS =Yes
 MODPY_PYTEST = Yes
 
 FLAVORS =  python3
-FLAVOR ?=
+FLAVOR ?=  python3
 
 post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${MODPY_PY_PREFIX}blinker
blob - 7de36735b336353d4352fc14b06a5db1425a3ab6
file + devel/py-test-httpbin/Makefile
--- devel/py-test-httpbin/Makefile
+++ devel/py-test-httpbin/Makefile
@@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 1.0.0
 DISTNAME = pytest-httpbin-${MODPY_EGG_VERSION}
 PKGNAME =  ${DISTNAME:S/py/py-/}
 CATEGORIES =   devel
-REVISION = 0
+REVISION = 1
 
 HOMEPAGE = https://github.com/kevin1024/pytest-httpbin
 
@@ -20,7 +20,7 @@ MODPY_SETUPTOOLS =Yes
 MODPY_PYTEST = Yes
 
 FLAVORS =  python3
-FLAVOR ?=
+FLAVOR ?=  python3
 
 RUN_DEPENDS =  devel/py-six${MODPY_FLAVOR} \
devel/py-test${MODPY_FLAVOR} \
blob - d1a82d87a111001293d227d942574b08409c3f27
file + devel/py-test-localserver/Makefile
--- devel/py-test-localserver/Makefile
+++ devel/py-test-localserver/Makefile
@@ -5,7 +5,7 @@ COMMENT =   py.test plugin to test server 
connections l
 MODPY_EGG_VERSION =0.5.0
 DISTNAME = pytest-localserver-${MODPY_EGG_VERSION}
 PKGNAME =  py-test-localserver-${MODPY_EGG_VERSION}
-REVISION = 0
+REVISION = 1
 
 CATEGORIES =   devel
 
@@ -25,6 +25,6 @@ TEST_DEPENDS =devel/py-six${MODPY_FLAVOR} \
www/py-werkzeug${MODPY_FLAVOR}
 
 FLAVORS =  python3
-FLAVOR ?=
+FLAVOR ?=  python3
 
 .include 
blob - 4d288aff5c0d24628eb5378e89289558913922c6
file + devel/py-test-vcr/Makefile
--- devel/py-test-vcr/Makefile
+++ devel/py-test-vcr/Makefile
@@ -5,7 +5,7 @@ COMMENT =   plugin for managing VCR.py cassettes
 MODPY_EGG_VERSION =1.0.2
 DISTNAME = pytest-vcr-${MODPY_EGG_VERSION}
 PKGNAME =  py-test-vcr-${MODPY_EGG_VERSION}
-REVISION = 0
+REVISION = 1
 
 CATEGORIES =   devel
 
@@ -22,7 +22,7 @@ MODPY_PI =Yes
 MODPY_PYTEST = Yes
 
 FLAVORS =  python3
-FLAVOR ?=
+FLAVOR ?=  python3
 
 RUN_DEPENDS =  www/py-vcrpy${MODPY_FLAVOR}
 
blob - 70a814bef25e3e03435ed77d425856b6cbd2d9ac
file + devel/quirks/Makefile
--- devel/quirks/Makefile
+++ devel/quirks/Makefile
@@ -5,7 +5,7 @@ CATEGORIES =devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =  quirks-3.592
+PKGNAME =  quirks-3.593
 PKG_ARCH = *
 MAINTAINER =   Marc Espie 
 
blob - 223c29079cb61b8fe9a72be272e9f2e11990cdf8
file + devel/quirks/files/Quirks.pm
--- devel/quirks/files/Quirks.pm
+++ devel/quirks/files/Quirks.pm
@@ -590,6 +590,15 @@ my $stem_extensions = {
'py-pygal' => 'py3-pygal',
'py-wtforms' => 'py3-wtforms',
'py-apsw' => 'py3-apsw',
+