Index: head/www/py-django-dpaste/files/patch-setup.py =================================================================== --- head/www/py-django-dpaste/files/patch-setup.py (revision 511317) +++ head/www/py-django-dpaste/files/patch-setup.py (nonexistent) @@ -1,34 +0,0 @@ ---- setup.py.orig 2016-08-15 03:37:55 UTC -+++ setup.py -@@ -4,19 +4,6 @@ from sys import exit - from setuptools import find_packages, setup - from setuptools.command.test import test as TestCommand - -- --class Tox(TestCommand): -- def finalize_options(self): -- TestCommand.finalize_options(self) -- self.test_args = [] -- self.test_suite = True -- -- def run_tests(self): -- #import here, cause outside the eggs aren't loaded -- import tox -- errno = tox.cmdline(self.test_args) -- exit(errno) -- - long_description = u'\n\n'.join(( - open('README.rst').read(), - open('CHANGELOG').read() -@@ -54,10 +41,5 @@ setup( - 'pygments>=1.6', - 'requests>=2.0.0', - ], -- tests_require=[ -- 'tox>=1.6.1' -- ], -- cmdclass={ -- 'test': Tox -- }, -+ test_suite='runtests.runtests', - ) Property changes on: head/www/py-django-dpaste/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/py-django-dpaste/files/patch-runtests.py =================================================================== --- head/www/py-django-dpaste/files/patch-runtests.py (revision 511317) +++ head/www/py-django-dpaste/files/patch-runtests.py (nonexistent) @@ -1,12 +0,0 @@ ---- runtests.py.orig 2016-08-15 03:40:49 UTC -+++ runtests.py -@@ -63,8 +63,7 @@ def runtests(*test_args): - - test_runner = TestRunner(verbosity=1) - failures = test_runner.run_tests(['dpaste']) -- if failures: -- sys.exit(failures) -+ sys.exit(failures) - - if __name__ == '__main__': - runtests(*sys.argv[1:]) Property changes on: head/www/py-django-dpaste/files/patch-runtests.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/py-django-dpaste/Makefile =================================================================== --- head/www/py-django-dpaste/Makefile (revision 511317) +++ head/www/py-django-dpaste/Makefile (revision 511318) @@ -1,33 +1,33 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= dpaste -PORTVERSION= 2.13 +PORTVERSION= 3.3.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- MAINTAINER= koobs@FreeBSD.org -COMMENT= Django based pastebin +COMMENT= Django based pastebin for text and code LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj22-django_csp>=3.3:www/py-dj22-django_csp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-staticinline>=1.0:www/py-django-staticinline@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsx-lexer=0.0.7:textproc/py-jsx-lexer@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}misaka>=2.1.0:textproc/py-misaka@${PY_FLAVOR} -OPTIONS_DEFINE= MIGRATIONS - -MIGRATIONS_DESC= Schema and data migration support (via south) - -MIGRATIONS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}south>=0.8.2:databases/py-south@${PY_FLAVOR} - -USES= python +USES= python:3.4+ USE_PYTHON= distutils autoplist NO_ARCH= yes do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + @cd ${WRKSRC} && ${PYTHON_CMD} runtests.py .include Index: head/www/py-django-dpaste/distinfo =================================================================== --- head/www/py-django-dpaste/distinfo (revision 511317) +++ head/www/py-django-dpaste/distinfo (revision 511318) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524057868 -SHA256 (dpaste-2.13.tar.gz) = 983271f34e0c62f93f1c6d23a10e12853383d8d2d58bed6648c9244a258636d8 -SIZE (dpaste-2.13.tar.gz) = 131994 +TIMESTAMP = 1567751862 +SHA256 (dpaste-3.3.1.tar.gz) = 398bd5522fbaf7dde93ebaa224e033d0c7e5ecd70d3f32b275d80a978db0196a +SIZE (dpaste-3.3.1.tar.gz) = 218357