Bug 208835 - [NEW PORT] www/py-django-constance: Dynamic Django settings
Summary: [NEW PORT] www/py-django-constance: Dynamic Django settings
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL: https://github.com/jazzband/django-co...
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2016-04-16 17:26 UTC by Ultima
Modified: 2016-04-16 17:58 UTC (History)
1 user (show)

See Also:
Ultima1252: maintainer-feedback+


Attachments
django-constance.diff (3.19 KB, patch)
2016-04-16 17:26 UTC, Ultima
Ultima1252: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ultima 2016-04-16 17:26:28 UTC
Created attachment 169373 [details]
django-constance.diff

A Django app for storing dynamic settings in pluggable backends (Redis
and Django model backend built in) with an integration with the Django
admin app.

WWW: https://github.com/jazzband/django-constance

portlint -AC:
WARN: Makefile: no port directory databases/py-redis found, even though it is listed in RUN_DEPENDS.
WARN: Makefile: no port directory devel/py-coverage found, even though it is listed in RUN_DEPENDS.
WARN: Makefile: no port directory www/py-django-picklefield found, even though it is listed in RUN_DEPENDS.
WARN: Makefile: no port directory www/py-django18 found, even though it is listed in RUN_DEPENDS.
0 fatal errors and 4 warnings found. (False Positive)

poudriere bulk -tC:
11amd64: success
11i386: success
103amd64: success
103i386: success
93amd64: success
93i386: success
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2016-04-16 17:38:11 UTC
Hey, update your portlint!
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-04-16 17:42:23 UTC
Testbuilds are fine, committed.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-04-16 17:42:54 UTC
A commit references this bug:

Author: pi
Date: Sat Apr 16 17:42:10 UTC 2016
New revision: 413468
URL: https://svnweb.freebsd.org/changeset/ports/413468

Log:
  New port: www/py-django-constance

  A Django app for storing dynamic settings in pluggable backends (Redis
  and Django model backend built in) with an integration with the Django
  admin app.

  WWW: https://github.com/jazzband/django-constance

  PR:		208835
  Submitted by:	Ultima1252@gmail.com

Changes:
  head/www/Makefile
  head/www/py-django-constance/
  head/www/py-django-constance/Makefile
  head/www/py-django-constance/distinfo
  head/www/py-django-constance/pkg-descr
Comment 4 Ultima 2016-04-16 17:58:06 UTC
(In reply to Kurt Jaeger from comment #1)
Yeah, will do. Didn't know it was updated recently. Thanks for getting those in the port tree quick. Have a couple more patches coming but it may not be for several more hours.