Index: www/py-django-solo/Makefile =================================================================== --- www/py-django-solo/Makefile (revision 533893) +++ www/py-django-solo/Makefile (working copy) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= django-solo -PORTVERSION= 1.1.3 +DISTVERSION= 1.1.3-8 +DISTVERSIONSUFFIX= -g3dcd6ab CATEGORIES= www python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rozhuk.im@gmail.com @@ -12,10 +12,13 @@ LICENSE= CC-BY-3.0 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>1.6:www/py-django111@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.6:www/py-django22@${PY_FLAVOR} -NO_ARCH= yes -USES= python +USES= python:3.5+ +USE_GITHUB= yes +GH_ACCOUNT= lazybird USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include Index: www/py-django-solo/distinfo =================================================================== --- www/py-django-solo/distinfo (revision 533893) +++ www/py-django-solo/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520521729 -SHA256 (django-solo-1.1.3.tar.gz) = b1206b9a9411b19a4354f7d7d245909a9ea7e9cd566b594363b5adce7dc13e5d -SIZE (django-solo-1.1.3.tar.gz) = 8865 +TIMESTAMP = 1588581635 +SHA256 (lazybird-django-solo-1.1.3-8-g3dcd6ab_GH0.tar.gz) = a8de4db34f73241e21dbe202ece98cf577f29342d0ba9f65c079c4d2f69edd1c +SIZE (lazybird-django-solo-1.1.3-8-g3dcd6ab_GH0.tar.gz) = 106301 Index: www/py-django-solo/files/patch-setup.py =================================================================== --- www/py-django-solo/files/patch-setup.py (nonexistent) +++ www/py-django-solo/files/patch-setup.py (working copy) @@ -0,0 +1,11 @@ +Import internal "os" module to avoid errors during configuration phase. + +--- setup.py.orig 2020-05-04 08:55:04 UTC ++++ setup.py +@@ -1,5 +1,6 @@ + from setuptools import setup, find_packages + ++import os + import solo + + README = os.path.join(os.path.dirname(__file__), 'README.rst') Property changes on: www/py-django-solo/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/py-django-solo/pkg-descr =================================================================== --- www/py-django-solo/pkg-descr (revision 533893) +++ www/py-django-solo/pkg-descr (working copy) @@ -1,4 +1,4 @@ Helps working with singletons - things like global settings that you want to edit from the admin site. -WWW: https://github.com/lazybird/django-solo/ +WWW: https://github.com/lazybird/django-solo