https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256187
Kubilay Kocak <ko...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |maintainer-feedback?(gettok | |no...@yahoo.com) Summary|[NEW-PORT] |[NEW-PORT] |www/py-django-ckeditor: |www/py-django-ckeditor: |Django ckeditor version 6 |Django admin CKEditor | |integration Keywords| |needs-patch CC| |gettokno...@yahoo.com Severity|Affects Some People |Affects Only Me --- Comment #3 from Kubilay Kocak <ko...@freebsd.org> --- Review items: - Latest upstream version is 6.1.0 - Add python to CATEGORIES - Match COMMENT to upstream description (setup.py:description). "Django admin CKEditor integration" - Match upstream dependency <versions-specs> ("django-js-asset>=1.2.2",) - ",run" is incorrect for most python package cases. It excludes "build" ('run time *only*), which is required to compile py files to pyo pyc counterparts. - Upstream is only testing Python 3.6+, this port declares 3.4+ support. This isd fine if the packages tests pass with all allowed versions. - Upstream ships tests. Add TEST_DEPENDS and a test-target for comprehensive QA: Note #1: we don't need to run tox, coverage or lint tests, the following two should be sufficient: TEST_ENV+=DJANGO_SETTINGS_MODULE=ckeditor_demo.settings ${SETENV} ${TEST_ENV} ${PYTHON_CMD} manage.py test ckeditor_demo ${SETENV} ${TEST_ENV} ${PYTHON_CMD} manage.py validate_templates Note 2: There are a few more dependencies for tests (pillow, django_extensions). Only add compulsory ones. Interesting to note that these deps arent in install_requires. Are they 'optional' ? Maybe its worth having OPTIONS for these. Confirmation that the port passes tests (portlint, poudriere) would also be great. -- You are receiving this mail because: You are on the CC list for the bug.