On Sunday, June 4, 2017 01:04 CEST, Daniel Jakots <[email protected]> wrote:
> On Sat, 03 Jun 2017 01:09:22 +0200, "Sebastian Reitenbach" > <[email protected]> wrote: > > > Find updated versions attached. > > Anything more I can/should tweak? > > For py-planet: > > --- pkg/PLIST.orig Sat Jun 3 18:50:38 2017 > +++ pkg/PLIST Sat Jun 3 18:53:41 2017 > @@ -1,6 +1,6 @@ > @comment $OpenBSD$ > bin/planet${MODPY_BIN_SUFFIX} > -${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/planet/ > +lib/python${MODPY_VERSION}/site-packages/planet/ > > lib/python${MODPY_VERSION}/site-packages/planet-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/ > > lib/python${MODPY_VERSION}/site-packages/planet-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO > > lib/python${MODPY_VERSION}/site-packages/planet-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt > @@ -10,7 +10,7 @@ lib/python${MODPY_VERSION}/site-packages/planet-${MODP > > lib/python${MODPY_VERSION}/site-packages/planet-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt > > lib/python${MODPY_VERSION}/site-packages/planet-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt > lib/python${MODPY_VERSION}/site-packages/planet/__init__.py > -lib/python${MODPY_VERSION}/site-packages/planet/${MODPY_PYCACHE}/ > +${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/planet/${MODPY_PYCACHE}/ > > lib/python${MODPY_VERSION}/site-packages/planet/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc > lib/python${MODPY_VERSION}/site-packages/planet/api/ > lib/python${MODPY_VERSION}/site-packages/planet/api/__init__.py > > > I have a handy command, if you want to alias it: > FLAVOR=python3 make REVISION=999 plist && \ > sed -i /PYCACHE}.$/s,lib,\${MODPY_COMMENT}lib, pkg/PLIST this is indeed handy > > With that small change both ports are ok danj@ > imported with the change, thanks a lot! Sebastian > > Those python ports with the flavours are not my favourites ;) > > You're doing fine! >
