Hi, Here's an update to latest peewee. Changelog is available on their github [0]. Please note that there are some "Backwards-incompatible changes".
Nothing seems to depend on it in the tree so if anybody uses peewee, feel free to test this new version :) Tests are happy on the usual four. Thanks to SNCF for delaying my girlfriend's train and letting me finish this (: [0]: https://github.com/coleifer/peewee/blob/master/CHANGELOG.md Cheers, Daniel Index: Makefile =================================================================== RCS file: /cvs/ports/databases/py-peewee/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile 13 Nov 2015 08:54:08 -0000 1.8 +++ Makefile 1 Apr 2016 18:54:02 -0000 @@ -3,7 +3,7 @@ PKG_ARCH= * COMMENT= small expressive ORM -MODPY_EGG_VERSION= 2.6.4 +MODPY_EGG_VERSION= 2.8.0 DISTNAME= peewee-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} Index: distinfo =================================================================== RCS file: /cvs/ports/databases/py-peewee/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo 13 Nov 2015 08:54:08 -0000 1.5 +++ distinfo 1 Apr 2016 18:54:02 -0000 @@ -1,2 +1,2 @@ -SHA256 (peewee-2.6.4.tar.gz) = erkNlaXWtehKVPW0/88Y5bDU/PxYQg7Cu15WP58Shy0= -SIZE (peewee-2.6.4.tar.gz) = 579379 +SHA256 (peewee-2.8.0.tar.gz) = XuJx1MobGQTdep2ZEr3CpaR7e1SsHo5pUNuhtbdGoNE= +SIZE (peewee-2.8.0.tar.gz) = 615679 Index: patches/patch-setup_py =================================================================== RCS file: patches/patch-setup_py diff -N patches/patch-setup_py --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-setup_py 1 Apr 2016 18:54:02 -0000 @@ -0,0 +1,14 @@ +$OpenBSD$ + +For option --single-version-externally-managed + +--- setup.py.orig Fri Apr 1 20:25:54 2016 ++++ setup.py Fri Apr 1 20:26:10 2016 +@@ -1,6 +1,6 @@ + import os + import sys +-from distutils.core import setup ++from setuptools import setup + from distutils.extension import Extension + + f = open(os.path.join(os.path.dirname(__file__), 'README.rst')) Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/databases/py-peewee/pkg/PLIST,v retrieving revision 1.6 diff -u -p -r1.6 PLIST --- pkg/PLIST 13 Nov 2015 08:54:08 -0000 1.6 +++ pkg/PLIST 1 Apr 2016 18:54:02 -0000 @@ -27,7 +27,6 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}migrate.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}pool.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}postgres_ext.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}proxy.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}read_slave.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}reflection.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/playhouse/${MODPY_PYCACHE}shortcuts.${MODPY_PYC_MAGIC_TAG}pyc @@ -50,7 +49,6 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/playhouse/migrate.py lib/python${MODPY_VERSION}/site-packages/playhouse/pool.py lib/python${MODPY_VERSION}/site-packages/playhouse/postgres_ext.py -lib/python${MODPY_VERSION}/site-packages/playhouse/proxy.py lib/python${MODPY_VERSION}/site-packages/playhouse/read_slave.py lib/python${MODPY_VERSION}/site-packages/playhouse/reflection.py lib/python${MODPY_VERSION}/site-packages/playhouse/shortcuts.py